/AWS1/IF_MDX=>UPDATEROUTERINPUT()¶
About UpdateRouterInput¶
Updates the configuration of an existing router input in AWS Elemental MediaConnect.
Method Signature¶
METHODS /AWS1/IF_MDX~UPDATEROUTERINPUT
IMPORTING
!IV_ARN TYPE /AWS1/MDXROUTERINPUTARN OPTIONAL
!IV_NAME TYPE /AWS1/MDXSTRING OPTIONAL
!IO_CONFIGURATION TYPE REF TO /AWS1/CL_MDXROUTERINPUTCONF OPTIONAL
!IV_MAXIMUMBITRATE TYPE /AWS1/MDXLONG OPTIONAL
!IV_ROUTINGSCOPE TYPE /AWS1/MDXROUTINGSCOPE OPTIONAL
!IV_TIER TYPE /AWS1/MDXROUTERINPUTTIER OPTIONAL
!IO_TRANSITENCRYPTION TYPE REF TO /AWS1/CL_MDXRTRINPUTTRANSITENC OPTIONAL
!IO_MAINTENANCECONFIGURATION TYPE REF TO /AWS1/CL_MDXMAINTENANCECONF OPTIONAL
RETURNING
VALUE(OO_OUTPUT) TYPE REF TO /aws1/cl_mdxupdrouterinputrsp
RAISING
/AWS1/CX_MDXBADREQUESTEX
/AWS1/CX_MDXCONFLICTEXCEPTION
/AWS1/CX_MDXFORBIDDENEXCEPTION
/AWS1/CX_MDXINTERNALSERVERER00
/AWS1/CX_MDXNOTFOUNDEXCEPTION
/AWS1/CX_MDXSERVICEUNAVAILEX
/AWS1/CX_MDXTOOMANYREQUESTSEX
/AWS1/CX_MDXCLIENTEXC
/AWS1/CX_MDXSERVEREXC
/AWS1/CX_RT_TECHNICAL_GENERIC
/AWS1/CX_RT_SERVICE_GENERIC.
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/MDXROUTERINPUTARN /AWS1/MDXROUTERINPUTARN¶
The Amazon Resource Name (ARN) of the router input that you want to update.
Optional arguments:¶
iv_name TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The updated name for the router input.
io_configuration TYPE REF TO /AWS1/CL_MDXROUTERINPUTCONF /AWS1/CL_MDXROUTERINPUTCONF¶
The updated configuration settings for the router input. Changing the type of the configuration is not supported.
iv_maximumbitrate TYPE /AWS1/MDXLONG /AWS1/MDXLONG¶
The updated maximum bitrate for the router input.
iv_routingscope TYPE /AWS1/MDXROUTINGSCOPE /AWS1/MDXROUTINGSCOPE¶
Specifies whether the router input can be assigned to outputs in different Regions. REGIONAL (default) - can be assigned only to outputs in the same Region. GLOBAL - can be assigned to outputs in any Region.
iv_tier TYPE /AWS1/MDXROUTERINPUTTIER /AWS1/MDXROUTERINPUTTIER¶
The updated tier level for the router input.
io_transitencryption TYPE REF TO /AWS1/CL_MDXRTRINPUTTRANSITENC /AWS1/CL_MDXRTRINPUTTRANSITENC¶
The updated transit encryption settings for the router input.
io_maintenanceconfiguration TYPE REF TO /AWS1/CL_MDXMAINTENANCECONF /AWS1/CL_MDXMAINTENANCECONF¶
The updated maintenance configuration settings for the router input, including any changes to preferred maintenance windows and schedules.
RETURNING¶
oo_output TYPE REF TO /aws1/cl_mdxupdrouterinputrsp /AWS1/CL_MDXUPDROUTERINPUTRSP¶
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
DATA(lo_result) = lo_client->updaterouterinput(
io_configuration = new /aws1/cl_mdxrouterinputconf(
io_failover = new /aws1/cl_mdxfailoverrtrinpconf(
it_protocolconfigurations = VALUE /aws1/cl_mdxfailoverrtrinppr00=>tt_failoverrtrinpprotconflist(
(
new /aws1/cl_mdxfailoverrtrinppr00(
io_rist = new /aws1/cl_mdxristrtrinputconf(
iv_port = 123
iv_reclatencymilliseconds = 123
)
io_rtp = new /aws1/cl_mdxrtprouterinputconf(
iv_forwarderrorcorrection = |string|
iv_port = 123
)
io_srtcaller = new /aws1/cl_mdxsrtcallerrtrinpc00(
io_decryptionconfiguration = new /aws1/cl_mdxsrtdecryptionconf(
io_encryptionkey = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_minlatencymilliseconds = 123
iv_sourceaddress = |string|
iv_sourceport = 123
iv_streamid = |string|
)
io_srtlistener = new /aws1/cl_mdxsrtlstenerrtrinp00(
io_decryptionconfiguration = new /aws1/cl_mdxsrtdecryptionconf(
io_encryptionkey = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_minlatencymilliseconds = 123
iv_port = 123
)
)
)
)
iv_networkinterfacearn = |string|
iv_primarysourceindex = 123
iv_sourceprioritymode = |string|
)
io_mediaconnectflow = new /aws1/cl_mdxmediacnctflowrtr00(
io_sourcetransitdecryption = new /aws1/cl_mdxflowtransitenc(
io_encryptionkeyconf = new /aws1/cl_mdxflowtransitencke00(
io_automatic = new /aws1/cl_mdxautomaticenckeyc00( )
io_secretsmanager = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_encryptionkeytype = |string|
)
iv_flowarn = |string|
iv_flowoutputarn = |string|
)
io_medialivechannel = new /aws1/cl_mdxmedialivechnlrtr00(
io_sourcetransitdecryption = new /aws1/cl_mdxmedialivetransit00(
io_encryptionkeyconf = new /aws1/cl_mdxmedialivetransit01(
io_automatic = new /aws1/cl_mdxautomaticenckeyc00( )
io_secretsmanager = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_encryptionkeytype = |string|
)
iv_medialivechannelarn = |string|
iv_medialivechnloutputname = |string|
iv_medialivepipelineid = |string|
)
io_merge = new /aws1/cl_mdxmergertrinputconf(
it_protocolconfigurations = VALUE /aws1/cl_mdxmergertrinpprotc00=>tt_mergertrinputprotconflist(
(
new /aws1/cl_mdxmergertrinpprotc00(
io_rist = new /aws1/cl_mdxristrtrinputconf(
iv_port = 123
iv_reclatencymilliseconds = 123
)
io_rtp = new /aws1/cl_mdxrtprouterinputconf(
iv_forwarderrorcorrection = |string|
iv_port = 123
)
)
)
)
iv_mergerecwindowmillisecs = 123
iv_networkinterfacearn = |string|
)
io_standard = new /aws1/cl_mdxstandardrtrinpconf(
io_protocolconfiguration = new /aws1/cl_mdxrtrinputprotconf(
io_rist = new /aws1/cl_mdxristrtrinputconf(
iv_port = 123
iv_reclatencymilliseconds = 123
)
io_rtp = new /aws1/cl_mdxrtprouterinputconf(
iv_forwarderrorcorrection = |string|
iv_port = 123
)
io_srtcaller = new /aws1/cl_mdxsrtcallerrtrinpc00(
io_decryptionconfiguration = new /aws1/cl_mdxsrtdecryptionconf(
io_encryptionkey = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_minlatencymilliseconds = 123
iv_sourceaddress = |string|
iv_sourceport = 123
iv_streamid = |string|
)
io_srtlistener = new /aws1/cl_mdxsrtlstenerrtrinp00(
io_decryptionconfiguration = new /aws1/cl_mdxsrtdecryptionconf(
io_encryptionkey = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_minlatencymilliseconds = 123
iv_port = 123
)
)
iv_networkinterfacearn = |string|
iv_protocol = |string|
)
)
io_maintenanceconfiguration = new /aws1/cl_mdxmaintenanceconf(
io_default = new /aws1/cl_mdxdefmaintenanceconf( )
io_preferreddaytime = new /aws1/cl_mdxpreferreddaytime00(
iv_day = |string|
iv_time = |string|
)
)
io_transitencryption = new /aws1/cl_mdxrtrinputtransitenc(
io_encryptionkeyconf = new /aws1/cl_mdxrtrinptransitenc00(
io_automatic = new /aws1/cl_mdxautomaticenckeyc00( )
io_secretsmanager = new /aws1/cl_mdxsecretsmanageren00(
iv_rolearn = |string|
iv_secretarn = |string|
)
)
iv_encryptionkeytype = |string|
)
iv_arn = |string|
iv_maximumbitrate = 123
iv_name = |string|
iv_routingscope = |string|
iv_tier = |string|
).
This is an example of reading all possible response values
lo_result = lo_result.
IF lo_result IS NOT INITIAL.
lo_routerinput = lo_result->get_routerinput( ).
IF lo_routerinput IS NOT INITIAL.
lv_string = lo_routerinput->get_name( ).
lv_routerinputarn = lo_routerinput->get_arn( ).
lv_string = lo_routerinput->get_id( ).
lv_routerinputstate = lo_routerinput->get_state( ).
lv_routerinputtype = lo_routerinput->get_inputtype( ).
lo_routerinputconfiguratio = lo_routerinput->get_configuration( ).
IF lo_routerinputconfiguratio IS NOT INITIAL.
lo_standardrouterinputconf = lo_routerinputconfiguratio->get_standard( ).
IF lo_standardrouterinputconf IS NOT INITIAL.
lv_routernetworkinterfacea = lo_standardrouterinputconf->get_networkinterfacearn( ).
lo_routerinputprotocolconf = lo_standardrouterinputconf->get_protocolconfiguration( ).
IF lo_routerinputprotocolconf IS NOT INITIAL.
lo_ristrouterinputconfigur = lo_routerinputprotocolconf->get_rist( ).
IF lo_ristrouterinputconfigur IS NOT INITIAL.
lv_integer = lo_ristrouterinputconfigur->get_port( ).
lv_long = lo_ristrouterinputconfigur->get_reclatencymilliseconds( ).
ENDIF.
lo_srtlistenerrouterinputc = lo_routerinputprotocolconf->get_srtlistener( ).
IF lo_srtlistenerrouterinputc IS NOT INITIAL.
lv_integer = lo_srtlistenerrouterinputc->get_port( ).
lv_long = lo_srtlistenerrouterinputc->get_minlatencymilliseconds( ).
lo_srtdecryptionconfigurat = lo_srtlistenerrouterinputc->get_decryptionconfiguration( ).
IF lo_srtdecryptionconfigurat IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_srtdecryptionconfigurat->get_encryptionkey( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
ENDIF.
ENDIF.
lo_srtcallerrouterinputcon = lo_routerinputprotocolconf->get_srtcaller( ).
IF lo_srtcallerrouterinputcon IS NOT INITIAL.
lv_string = lo_srtcallerrouterinputcon->get_sourceaddress( ).
lv_integer = lo_srtcallerrouterinputcon->get_sourceport( ).
lv_long = lo_srtcallerrouterinputcon->get_minlatencymilliseconds( ).
lv_string = lo_srtcallerrouterinputcon->get_streamid( ).
lo_srtdecryptionconfigurat = lo_srtcallerrouterinputcon->get_decryptionconfiguration( ).
IF lo_srtdecryptionconfigurat IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_srtdecryptionconfigurat->get_encryptionkey( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
ENDIF.
ENDIF.
lo_rtprouterinputconfigura = lo_routerinputprotocolconf->get_rtp( ).
IF lo_rtprouterinputconfigura IS NOT INITIAL.
lv_integer = lo_rtprouterinputconfigura->get_port( ).
lv_forwarderrorcorrections = lo_rtprouterinputconfigura->get_forwarderrorcorrection( ).
ENDIF.
ENDIF.
lv_routerinputprotocol = lo_standardrouterinputconf->get_protocol( ).
ENDIF.
lo_medialivechannelrouteri = lo_routerinputconfiguratio->get_medialivechannel( ).
IF lo_medialivechannelrouteri IS NOT INITIAL.
lv_medialivechannelarn = lo_medialivechannelrouteri->get_medialivechannelarn( ).
lv_medialivechannelpipelin = lo_medialivechannelrouteri->get_medialivepipelineid( ).
lv_string = lo_medialivechannelrouteri->get_medialivechnloutputname( ).
lo_medialivetransitencrypt = lo_medialivechannelrouteri->get_sourcetransitdecryption( ).
IF lo_medialivetransitencrypt IS NOT INITIAL.
lv_medialivetransitencrypt_1 = lo_medialivetransitencrypt->get_encryptionkeytype( ).
lo_medialivetransitencrypt_2 = lo_medialivetransitencrypt->get_encryptionkeyconf( ).
IF lo_medialivetransitencrypt_2 IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_medialivetransitencrypt_2->get_secretsmanager( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
lo_automaticencryptionkeyc = lo_medialivetransitencrypt_2->get_automatic( ).
IF lo_automaticencryptionkeyc IS NOT INITIAL.
ENDIF.
ENDIF.
ENDIF.
ENDIF.
lo_failoverrouterinputconf = lo_routerinputconfiguratio->get_failover( ).
IF lo_failoverrouterinputconf IS NOT INITIAL.
lv_routernetworkinterfacea = lo_failoverrouterinputconf->get_networkinterfacearn( ).
LOOP AT lo_failoverrouterinputconf->get_protocolconfigurations( ) into lo_row.
lo_row_1 = lo_row.
IF lo_row_1 IS NOT INITIAL.
lo_ristrouterinputconfigur = lo_row_1->get_rist( ).
IF lo_ristrouterinputconfigur IS NOT INITIAL.
lv_integer = lo_ristrouterinputconfigur->get_port( ).
lv_long = lo_ristrouterinputconfigur->get_reclatencymilliseconds( ).
ENDIF.
lo_srtlistenerrouterinputc = lo_row_1->get_srtlistener( ).
IF lo_srtlistenerrouterinputc IS NOT INITIAL.
lv_integer = lo_srtlistenerrouterinputc->get_port( ).
lv_long = lo_srtlistenerrouterinputc->get_minlatencymilliseconds( ).
lo_srtdecryptionconfigurat = lo_srtlistenerrouterinputc->get_decryptionconfiguration( ).
IF lo_srtdecryptionconfigurat IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_srtdecryptionconfigurat->get_encryptionkey( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
ENDIF.
ENDIF.
lo_srtcallerrouterinputcon = lo_row_1->get_srtcaller( ).
IF lo_srtcallerrouterinputcon IS NOT INITIAL.
lv_string = lo_srtcallerrouterinputcon->get_sourceaddress( ).
lv_integer = lo_srtcallerrouterinputcon->get_sourceport( ).
lv_long = lo_srtcallerrouterinputcon->get_minlatencymilliseconds( ).
lv_string = lo_srtcallerrouterinputcon->get_streamid( ).
lo_srtdecryptionconfigurat = lo_srtcallerrouterinputcon->get_decryptionconfiguration( ).
IF lo_srtdecryptionconfigurat IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_srtdecryptionconfigurat->get_encryptionkey( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
ENDIF.
ENDIF.
lo_rtprouterinputconfigura = lo_row_1->get_rtp( ).
IF lo_rtprouterinputconfigura IS NOT INITIAL.
lv_integer = lo_rtprouterinputconfigura->get_port( ).
lv_forwarderrorcorrections = lo_rtprouterinputconfigura->get_forwarderrorcorrection( ).
ENDIF.
ENDIF.
ENDLOOP.
lv_failoverinputsourceprio = lo_failoverrouterinputconf->get_sourceprioritymode( ).
lv_integer = lo_failoverrouterinputconf->get_primarysourceindex( ).
ENDIF.
lo_mediaconnectflowrouteri = lo_routerinputconfiguratio->get_mediaconnectflow( ).
IF lo_mediaconnectflowrouteri IS NOT INITIAL.
lv_flowarn = lo_mediaconnectflowrouteri->get_flowarn( ).
lv_flowoutputarn = lo_mediaconnectflowrouteri->get_flowoutputarn( ).
lo_flowtransitencryption = lo_mediaconnectflowrouteri->get_sourcetransitdecryption( ).
IF lo_flowtransitencryption IS NOT INITIAL.
lv_flowtransitencryptionke = lo_flowtransitencryption->get_encryptionkeytype( ).
lo_flowtransitencryptionke_1 = lo_flowtransitencryption->get_encryptionkeyconf( ).
IF lo_flowtransitencryptionke_1 IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_flowtransitencryptionke_1->get_secretsmanager( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
lo_automaticencryptionkeyc = lo_flowtransitencryptionke_1->get_automatic( ).
IF lo_automaticencryptionkeyc IS NOT INITIAL.
ENDIF.
ENDIF.
ENDIF.
ENDIF.
lo_mergerouterinputconfigu = lo_routerinputconfiguratio->get_merge( ).
IF lo_mergerouterinputconfigu IS NOT INITIAL.
lv_routernetworkinterfacea = lo_mergerouterinputconfigu->get_networkinterfacearn( ).
LOOP AT lo_mergerouterinputconfigu->get_protocolconfigurations( ) into lo_row_2.
lo_row_3 = lo_row_2.
IF lo_row_3 IS NOT INITIAL.
lo_rtprouterinputconfigura = lo_row_3->get_rtp( ).
IF lo_rtprouterinputconfigura IS NOT INITIAL.
lv_integer = lo_rtprouterinputconfigura->get_port( ).
lv_forwarderrorcorrections = lo_rtprouterinputconfigura->get_forwarderrorcorrection( ).
ENDIF.
lo_ristrouterinputconfigur = lo_row_3->get_rist( ).
IF lo_ristrouterinputconfigur IS NOT INITIAL.
lv_integer = lo_ristrouterinputconfigur->get_port( ).
lv_long = lo_ristrouterinputconfigur->get_reclatencymilliseconds( ).
ENDIF.
ENDIF.
ENDLOOP.
lv_long = lo_mergerouterinputconfigu->get_mergerecwindowmillisecs( ).
ENDIF.
ENDIF.
lv_integer = lo_routerinput->get_routedoutputs( ).
lv_integer = lo_routerinput->get_maximumroutedoutputs( ).
lv_string = lo_routerinput->get_regionname( ).
lv_string = lo_routerinput->get_availabilityzone( ).
lv_long = lo_routerinput->get_maximumbitrate( ).
lv_routerinputtier = lo_routerinput->get_tier( ).
lv_routingscope = lo_routerinput->get_routingscope( ).
lv_timestamp = lo_routerinput->get_createdat( ).
lv_timestamp = lo_routerinput->get_updatedat( ).
LOOP AT lo_routerinput->get_messages( ) into lo_row_4.
lo_row_5 = lo_row_4.
IF lo_row_5 IS NOT INITIAL.
lv_string = lo_row_5->get_code( ).
lv_string = lo_row_5->get_message( ).
ENDIF.
ENDLOOP.
lo_routerinputtransitencry = lo_routerinput->get_transitencryption( ).
IF lo_routerinputtransitencry IS NOT INITIAL.
lv_routerinputtransitencry_1 = lo_routerinputtransitencry->get_encryptionkeytype( ).
lo_routerinputtransitencry_2 = lo_routerinputtransitencry->get_encryptionkeyconf( ).
IF lo_routerinputtransitencry_2 IS NOT INITIAL.
lo_secretsmanagerencryptio = lo_routerinputtransitencry_2->get_secretsmanager( ).
IF lo_secretsmanagerencryptio IS NOT INITIAL.
lv_secretarn = lo_secretsmanagerencryptio->get_secretarn( ).
lv_rolearn = lo_secretsmanagerencryptio->get_rolearn( ).
ENDIF.
lo_automaticencryptionkeyc = lo_routerinputtransitencry_2->get_automatic( ).
IF lo_automaticencryptionkeyc IS NOT INITIAL.
ENDIF.
ENDIF.
ENDIF.
LOOP AT lo_routerinput->get_tags( ) into ls_row_6.
lv_key = ls_row_6-key.
lo_value = ls_row_6-value.
IF lo_value IS NOT INITIAL.
lv_string = lo_value->get_value( ).
ENDIF.
ENDLOOP.
lo_routerinputstreamdetail = lo_routerinput->get_streamdetails( ).
IF lo_routerinputstreamdetail IS NOT INITIAL.
lo_standardrouterinputstre = lo_routerinputstreamdetail->get_standard( ).
IF lo_standardrouterinputstre IS NOT INITIAL.
lv_string = lo_standardrouterinputstre->get_sourceipaddress( ).
ENDIF.
lo_medialivechannelrouteri_1 = lo_routerinputstreamdetail->get_medialivechannel( ).
IF lo_medialivechannelrouteri_1 IS NOT INITIAL.
ENDIF.
lo_failoverrouterinputstre = lo_routerinputstreamdetail->get_failover( ).
IF lo_failoverrouterinputstre IS NOT INITIAL.
lo_failoverrouterinputinde = lo_failoverrouterinputstre->get_sourceindexzerostrmdets( ).
IF lo_failoverrouterinputinde IS NOT INITIAL.
lv_integer = lo_failoverrouterinputinde->get_sourceindex( ).
lv_string = lo_failoverrouterinputinde->get_sourceipaddress( ).
ENDIF.
lo_failoverrouterinputinde = lo_failoverrouterinputstre->get_sourceindexonestreamdets( ).
IF lo_failoverrouterinputinde IS NOT INITIAL.
lv_integer = lo_failoverrouterinputinde->get_sourceindex( ).
lv_string = lo_failoverrouterinputinde->get_sourceipaddress( ).
ENDIF.
ENDIF.
lo_mediaconnectflowrouteri_1 = lo_routerinputstreamdetail->get_mediaconnectflow( ).
IF lo_mediaconnectflowrouteri_1 IS NOT INITIAL.
ENDIF.
lo_mergerouterinputstreamd = lo_routerinputstreamdetail->get_merge( ).
IF lo_mergerouterinputstreamd IS NOT INITIAL.
lo_mergerouterinputindexed = lo_mergerouterinputstreamd->get_sourceindexzerostrmdets( ).
IF lo_mergerouterinputindexed IS NOT INITIAL.
lv_integer = lo_mergerouterinputindexed->get_sourceindex( ).
lv_string = lo_mergerouterinputindexed->get_sourceipaddress( ).
ENDIF.
lo_mergerouterinputindexed = lo_mergerouterinputstreamd->get_sourceindexonestreamdets( ).
IF lo_mergerouterinputindexed IS NOT INITIAL.
lv_integer = lo_mergerouterinputindexed->get_sourceindex( ).
lv_string = lo_mergerouterinputindexed->get_sourceipaddress( ).
ENDIF.
ENDIF.
ENDIF.
lv_string = lo_routerinput->get_ipaddress( ).
lv_maintenancetype = lo_routerinput->get_maintenancetype( ).
lo_maintenanceconfiguratio = lo_routerinput->get_maintenanceconfiguration( ).
IF lo_maintenanceconfiguratio IS NOT INITIAL.
lo_preferreddaytimemainten = lo_maintenanceconfiguratio->get_preferreddaytime( ).
IF lo_preferreddaytimemainten IS NOT INITIAL.
lv_day = lo_preferreddaytimemainten->get_day( ).
lv_string = lo_preferreddaytimemainten->get_time( ).
ENDIF.
lo_defaultmaintenanceconfi = lo_maintenanceconfiguratio->get_default( ).
IF lo_defaultmaintenanceconfi IS NOT INITIAL.
ENDIF.
ENDIF.
lv_maintenancescheduletype = lo_routerinput->get_maintenancescheduletype( ).
lo_maintenanceschedule = lo_routerinput->get_maintenanceschedule( ).
IF lo_maintenanceschedule IS NOT INITIAL.
lo_windowmaintenanceschedu = lo_maintenanceschedule->get_window( ).
IF lo_windowmaintenanceschedu IS NOT INITIAL.
lv_timestamp = lo_windowmaintenanceschedu->get_start( ).
lv_timestamp = lo_windowmaintenanceschedu->get_end( ).
lv_timestamp = lo_windowmaintenanceschedu->get_scheduledtime( ).
ENDIF.
ENDIF.
ENDIF.
ENDIF.