/AWS1/CL_PPT=>CREATEJOURNEY()
¶
About CreateJourney¶
Creates a journey for an application.
Method Signature¶
IMPORTING¶
Required arguments:¶
iv_applicationid
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
io_writejourneyrequest
TYPE REF TO /AWS1/CL_PPTWRITEJOURNEYREQ
/AWS1/CL_PPTWRITEJOURNEYREQ
¶
WriteJourneyRequest
RETURNING¶
oo_output
TYPE REF TO /aws1/cl_pptcreatejourneyrsp
/AWS1/CL_PPTCREATEJOURNEYRSP
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC
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->/aws1/if_ppt~createjourney(
io_writejourneyrequest = new /aws1/cl_pptwritejourneyreq(
io_closeddays = new /aws1/cl_pptcloseddays(
it_custom = VALUE /aws1/cl_pptcloseddaysrule=>tt_listofcloseddaysrules(
(
new /aws1/cl_pptcloseddaysrule(
iv_enddatetime = |string|
iv_name = |string|
iv_startdatetime = |string|
)
)
)
it_email = VALUE /aws1/cl_pptcloseddaysrule=>tt_listofcloseddaysrules(
(
new /aws1/cl_pptcloseddaysrule(
iv_enddatetime = |string|
iv_name = |string|
iv_startdatetime = |string|
)
)
)
it_push = VALUE /aws1/cl_pptcloseddaysrule=>tt_listofcloseddaysrules(
(
new /aws1/cl_pptcloseddaysrule(
iv_enddatetime = |string|
iv_name = |string|
iv_startdatetime = |string|
)
)
)
it_sms = VALUE /aws1/cl_pptcloseddaysrule=>tt_listofcloseddaysrules(
(
new /aws1/cl_pptcloseddaysrule(
iv_enddatetime = |string|
iv_name = |string|
iv_startdatetime = |string|
)
)
)
it_voice = VALUE /aws1/cl_pptcloseddaysrule=>tt_listofcloseddaysrules(
(
new /aws1/cl_pptcloseddaysrule(
iv_enddatetime = |string|
iv_name = |string|
iv_startdatetime = |string|
)
)
)
)
io_journeychannelsettings = new /aws1/cl_pptjourneychannelstgs(
iv_cnctcampaignexecrolearn = |string|
iv_connectcampaignarn = |string|
)
io_limits = new /aws1/cl_pptjourneylimits(
io_timeframecap = new /aws1/cl_pptjourneytimeframe00(
iv_cap = 123
iv_days = 123
)
iv_dailycap = 123
iv_endpointreentrycap = 123
iv_endpointreentryinterval = |string|
iv_messagespersecond = 123
iv_totalcap = 123
)
io_openhours = new /aws1/cl_pptopenhours(
it_custom = VALUE /aws1/cl_pptopenhoursrule=>tt_mapoflistofopenhoursrules(
(
VALUE /aws1/cl_pptopenhoursrule=>ts_mapoflstofopenhour00_maprow(
value = VALUE /aws1/cl_pptopenhoursrule=>tt_listofopenhoursrules(
(
new /aws1/cl_pptopenhoursrule(
iv_endtime = |string|
iv_starttime = |string|
)
)
)
key = |string|
)
)
)
it_email = VALUE /aws1/cl_pptopenhoursrule=>tt_mapoflistofopenhoursrules(
(
VALUE /aws1/cl_pptopenhoursrule=>ts_mapoflstofopenhour00_maprow(
value = VALUE /aws1/cl_pptopenhoursrule=>tt_listofopenhoursrules(
(
new /aws1/cl_pptopenhoursrule(
iv_endtime = |string|
iv_starttime = |string|
)
)
)
key = |string|
)
)
)
it_push = VALUE /aws1/cl_pptopenhoursrule=>tt_mapoflistofopenhoursrules(
(
VALUE /aws1/cl_pptopenhoursrule=>ts_mapoflstofopenhour00_maprow(
value = VALUE /aws1/cl_pptopenhoursrule=>tt_listofopenhoursrules(
(
new /aws1/cl_pptopenhoursrule(
iv_endtime = |string|
iv_starttime = |string|
)
)
)
key = |string|
)
)
)
it_sms = VALUE /aws1/cl_pptopenhoursrule=>tt_mapoflistofopenhoursrules(
(
VALUE /aws1/cl_pptopenhoursrule=>ts_mapoflstofopenhour00_maprow(
value = VALUE /aws1/cl_pptopenhoursrule=>tt_listofopenhoursrules(
(
new /aws1/cl_pptopenhoursrule(
iv_endtime = |string|
iv_starttime = |string|
)
)
)
key = |string|
)
)
)
it_voice = VALUE /aws1/cl_pptopenhoursrule=>tt_mapoflistofopenhoursrules(
(
VALUE /aws1/cl_pptopenhoursrule=>ts_mapoflstofopenhour00_maprow(
value = VALUE /aws1/cl_pptopenhoursrule=>tt_listofopenhoursrules(
(
new /aws1/cl_pptopenhoursrule(
iv_endtime = |string|
iv_starttime = |string|
)
)
)
key = |string|
)
)
)
)
io_quiettime = new /aws1/cl_pptquiettime(
iv_end = |string|
iv_start = |string|
)
io_schedule = new /aws1/cl_pptjourneyschedule(
iv_endtime = '20150101000000.0000000'
iv_starttime = '20150101000000.0000000'
iv_timezone = |string|
)
io_startcondition = new /aws1/cl_pptstartcondition(
io_eventstartcondition = new /aws1/cl_ppteventstartcond(
io_eventfilter = new /aws1/cl_ppteventfilter(
io_dimensions = new /aws1/cl_ppteventdimensions(
io_eventtype = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
it_attributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
it_metrics = VALUE /aws1/cl_pptmetricdimension=>tt_mapofmetricdimension(
(
VALUE /aws1/cl_pptmetricdimension=>ts_mapofmetricdimension_maprow(
value = new /aws1/cl_pptmetricdimension(
iv_comparisonoperator = |string|
iv_value = '0.1'
)
key = |string|
)
)
)
)
iv_filtertype = |string|
)
iv_segmentid = |string|
)
io_segmentstartcondition = new /aws1/cl_pptsegmentcondition( |string| )
iv_description = |string|
)
it_activities = VALUE /aws1/cl_pptactivity=>tt_mapofactivity(
(
VALUE /aws1/cl_pptactivity=>ts_mapofactivity_maprow(
key = |string|
value = new /aws1/cl_pptactivity(
io_conditionalsplit = new /aws1/cl_pptcondalsplitactiv00(
io_condition = new /aws1/cl_pptcondition(
it_conditions = VALUE /aws1/cl_pptsimplecondition=>tt_listofsimplecondition(
(
new /aws1/cl_pptsimplecondition(
io_eventcondition = new /aws1/cl_ppteventcondition(
io_dimensions = new /aws1/cl_ppteventdimensions(
io_eventtype = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
it_attributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
it_metrics = VALUE /aws1/cl_pptmetricdimension=>tt_mapofmetricdimension(
(
VALUE /aws1/cl_pptmetricdimension=>ts_mapofmetricdimension_maprow(
value = new /aws1/cl_pptmetricdimension(
iv_comparisonoperator = |string|
iv_value = '0.1'
)
key = |string|
)
)
)
)
iv_messageactivity = |string|
)
io_segmentcondition = new /aws1/cl_pptsegmentcondition( |string| )
io_segmentdimensions = new /aws1/cl_pptsegmentdimensions(
io_behavior = new /aws1/cl_pptsegmentbehaviors(
io_recency = new /aws1/cl_pptrecencydimension(
iv_duration = |string|
iv_recencytype = |string|
)
)
io_demographic = new /aws1/cl_pptsegmentdemograph00(
io_appversion = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_channel = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_devicetype = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_make = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_model = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_platform = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
)
io_location = new /aws1/cl_pptsegmentlocation(
io_country = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_gpspoint = new /aws1/cl_pptgpspointdimension(
io_coordinates = new /aws1/cl_pptgpscoordinates(
iv_latitude = '0.1'
iv_longitude = '0.1'
)
iv_rangeinkilometers = '0.1'
)
)
it_attributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
it_metrics = VALUE /aws1/cl_pptmetricdimension=>tt_mapofmetricdimension(
(
VALUE /aws1/cl_pptmetricdimension=>ts_mapofmetricdimension_maprow(
value = new /aws1/cl_pptmetricdimension(
iv_comparisonoperator = |string|
iv_value = '0.1'
)
key = |string|
)
)
)
it_userattributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
)
)
)
)
iv_operator = |string|
)
io_evaluationwaittime = new /aws1/cl_pptwaittime(
iv_waitfor = |string|
iv_waituntil = |string|
)
iv_falseactivity = |string|
iv_trueactivity = |string|
)
io_contactcenter = new /aws1/cl_pptcontactcenteract00( |string| )
io_custom = new /aws1/cl_pptcustommsgactivity(
io_messageconfig = new /aws1/cl_pptjourneycustommsg( |string| )
it_endpointtypes = VALUE /aws1/cl_pptlstof__endpttype00=>tt_listof__endpttypeselement(
( new /aws1/cl_pptlstof__endpttype00( |string| ) )
)
iv_deliveryuri = |string|
iv_nextactivity = |string|
iv_templatename = |string|
iv_templateversion = |string|
)
io_email = new /aws1/cl_pptemailmsgactivity(
io_messageconfig = new /aws1/cl_pptjourneyemailmsg( |string| )
iv_nextactivity = |string|
iv_templatename = |string|
iv_templateversion = |string|
)
io_holdout = new /aws1/cl_pptholdoutactivity(
iv_nextactivity = |string|
iv_percentage = 123
)
io_multicondition = new /aws1/cl_pptmulticondalsplit00(
io_evaluationwaittime = new /aws1/cl_pptwaittime(
iv_waitfor = |string|
iv_waituntil = |string|
)
it_branches = VALUE /aws1/cl_pptmulticondalbranch=>tt_listofmulticondalbranch(
(
new /aws1/cl_pptmulticondalbranch(
io_condition = new /aws1/cl_pptsimplecondition(
io_eventcondition = new /aws1/cl_ppteventcondition(
io_dimensions = new /aws1/cl_ppteventdimensions(
io_eventtype = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
it_attributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
it_metrics = VALUE /aws1/cl_pptmetricdimension=>tt_mapofmetricdimension(
(
VALUE /aws1/cl_pptmetricdimension=>ts_mapofmetricdimension_maprow(
value = new /aws1/cl_pptmetricdimension(
iv_comparisonoperator = |string|
iv_value = '0.1'
)
key = |string|
)
)
)
)
iv_messageactivity = |string|
)
io_segmentcondition = new /aws1/cl_pptsegmentcondition( |string| )
io_segmentdimensions = new /aws1/cl_pptsegmentdimensions(
io_behavior = new /aws1/cl_pptsegmentbehaviors(
io_recency = new /aws1/cl_pptrecencydimension(
iv_duration = |string|
iv_recencytype = |string|
)
)
io_demographic = new /aws1/cl_pptsegmentdemograph00(
io_appversion = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_channel = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_devicetype = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_make = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_model = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_platform = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
)
io_location = new /aws1/cl_pptsegmentlocation(
io_country = new /aws1/cl_pptsetdimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_dimensiontype = |string|
)
io_gpspoint = new /aws1/cl_pptgpspointdimension(
io_coordinates = new /aws1/cl_pptgpscoordinates(
iv_latitude = '0.1'
iv_longitude = '0.1'
)
iv_rangeinkilometers = '0.1'
)
)
it_attributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
it_metrics = VALUE /aws1/cl_pptmetricdimension=>tt_mapofmetricdimension(
(
VALUE /aws1/cl_pptmetricdimension=>ts_mapofmetricdimension_maprow(
value = new /aws1/cl_pptmetricdimension(
iv_comparisonoperator = |string|
iv_value = '0.1'
)
key = |string|
)
)
)
it_userattributes = VALUE /aws1/cl_pptattributedimension=>tt_mapofattributedimension(
(
VALUE /aws1/cl_pptattributedimension=>ts_mapofattrdimension_maprow(
key = |string|
value = new /aws1/cl_pptattributedimension(
it_values = VALUE /aws1/cl_pptlistof__string_w=>tt_listof__string(
( new /aws1/cl_pptlistof__string_w( |string| ) )
)
iv_attributetype = |string|
)
)
)
)
)
)
iv_nextactivity = |string|
)
)
)
iv_defaultactivity = |string|
)
io_push = new /aws1/cl_pptpushmsgactivity(
io_messageconfig = new /aws1/cl_pptjourneypushmessage( |string| )
iv_nextactivity = |string|
iv_templatename = |string|
iv_templateversion = |string|
)
io_randomsplit = new /aws1/cl_pptrandomsplitactiv00(
it_branches = VALUE /aws1/cl_pptrandomsplitentry=>tt_listofrandomsplitentry(
(
new /aws1/cl_pptrandomsplitentry(
iv_nextactivity = |string|
iv_percentage = 123
)
)
)
)
io_sms = new /aws1/cl_pptsmsmessageactivity(
io_messageconfig = new /aws1/cl_pptjourneysmsmessage(
iv_entityid = |string|
iv_messagetype = |string|
iv_originationnumber = |string|
iv_senderid = |string|
iv_templateid = |string|
)
iv_nextactivity = |string|
iv_templatename = |string|
iv_templateversion = |string|
)
io_wait = new /aws1/cl_pptwaitactivity(
io_waittime = new /aws1/cl_pptwaittime(
iv_waitfor = |string|
iv_waituntil = |string|
)
iv_nextactivity = |string|
)
iv_description = |string|
)
)
)
)
it_timezoneestimationmethods = VALUE /aws1/cl_pptlstof__timezonee00=>tt_lstof__timezoneestimation00(
( new /aws1/cl_pptlstof__timezonee00( |string| ) )
)
iv_creationdate = |string|
iv_lastmodifieddate = |string|
iv_localtime = ABAP_TRUE
iv_name = |string|
iv_refreshfrequency = |string|
iv_refreshonsegmentupdate = ABAP_TRUE
iv_sendingschedule = ABAP_TRUE
iv_startactivity = |string|
iv_state = |string|
iv_waitforquiettime = ABAP_TRUE
)
iv_applicationid = |string|
).
This is an example of reading all possible response values
lo_result = lo_result.
IF lo_result IS NOT INITIAL.
lo_journeyresponse = lo_result->get_journeyresponse( ).
IF lo_journeyresponse IS NOT INITIAL.
LOOP AT lo_journeyresponse->get_activities( ) into ls_row.
lv_key = ls_row-key.
lo_value = ls_row-value.
IF lo_value IS NOT INITIAL.
lo_custommessageactivity = lo_value->get_custom( ).
IF lo_custommessageactivity IS NOT INITIAL.
lv___string = lo_custommessageactivity->get_deliveryuri( ).
LOOP AT lo_custommessageactivity->get_endpointtypes( ) into lo_row_1.
lo_row_2 = lo_row_1.
IF lo_row_2 IS NOT INITIAL.
lv___endpointtypeselement = lo_row_2->get_value( ).
ENDIF.
ENDLOOP.
lo_journeycustommessage = lo_custommessageactivity->get_messageconfig( ).
IF lo_journeycustommessage IS NOT INITIAL.
lv___string = lo_journeycustommessage->get_data( ).
ENDIF.
lv___string = lo_custommessageactivity->get_nextactivity( ).
lv___string = lo_custommessageactivity->get_templatename( ).
lv___string = lo_custommessageactivity->get_templateversion( ).
ENDIF.
lo_conditionalsplitactivit = lo_value->get_conditionalsplit( ).
IF lo_conditionalsplitactivit IS NOT INITIAL.
lo_condition = lo_conditionalsplitactivit->get_condition( ).
IF lo_condition IS NOT INITIAL.
LOOP AT lo_condition->get_conditions( ) into lo_row_3.
lo_row_4 = lo_row_3.
IF lo_row_4 IS NOT INITIAL.
lo_eventcondition = lo_row_4->get_eventcondition( ).
IF lo_eventcondition IS NOT INITIAL.
lo_eventdimensions = lo_eventcondition->get_dimensions( ).
IF lo_eventdimensions IS NOT INITIAL.
LOOP AT lo_eventdimensions->get_attributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
lo_setdimension = lo_eventdimensions->get_eventtype( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
LOOP AT lo_eventdimensions->get_metrics( ) into ls_row_8.
lv_key = ls_row_8-key.
lo_value_2 = ls_row_8-value.
IF lo_value_2 IS NOT INITIAL.
lv___string = lo_value_2->get_comparisonoperator( ).
lv___double = lo_value_2->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lv___string = lo_eventcondition->get_messageactivity( ).
ENDIF.
lo_segmentcondition = lo_row_4->get_segmentcondition( ).
IF lo_segmentcondition IS NOT INITIAL.
lv___string = lo_segmentcondition->get_segmentid( ).
ENDIF.
lo_segmentdimensions = lo_row_4->get_segmentdimensions( ).
IF lo_segmentdimensions IS NOT INITIAL.
LOOP AT lo_segmentdimensions->get_attributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
lo_segmentbehaviors = lo_segmentdimensions->get_behavior( ).
IF lo_segmentbehaviors IS NOT INITIAL.
lo_recencydimension = lo_segmentbehaviors->get_recency( ).
IF lo_recencydimension IS NOT INITIAL.
lv_duration = lo_recencydimension->get_duration( ).
lv_recencytype = lo_recencydimension->get_recencytype( ).
ENDIF.
ENDIF.
lo_segmentdemographics = lo_segmentdimensions->get_demographic( ).
IF lo_segmentdemographics IS NOT INITIAL.
lo_setdimension = lo_segmentdemographics->get_appversion( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_channel( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_devicetype( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_make( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_model( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_platform( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.
lo_segmentlocation = lo_segmentdimensions->get_location( ).
IF lo_segmentlocation IS NOT INITIAL.
lo_setdimension = lo_segmentlocation->get_country( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_gpspointdimension = lo_segmentlocation->get_gpspoint( ).
IF lo_gpspointdimension IS NOT INITIAL.
lo_gpscoordinates = lo_gpspointdimension->get_coordinates( ).
IF lo_gpscoordinates IS NOT INITIAL.
lv___double = lo_gpscoordinates->get_latitude( ).
lv___double = lo_gpscoordinates->get_longitude( ).
ENDIF.
lv___double = lo_gpspointdimension->get_rangeinkilometers( ).
ENDIF.
ENDIF.
LOOP AT lo_segmentdimensions->get_metrics( ) into ls_row_8.
lv_key = ls_row_8-key.
lo_value_2 = ls_row_8-value.
IF lo_value_2 IS NOT INITIAL.
lv___string = lo_value_2->get_comparisonoperator( ).
lv___double = lo_value_2->get_value( ).
ENDIF.
ENDLOOP.
LOOP AT lo_segmentdimensions->get_userattributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.
ENDLOOP.
lv_operator = lo_condition->get_operator( ).
ENDIF.
lo_waittime = lo_conditionalsplitactivit->get_evaluationwaittime( ).
IF lo_waittime IS NOT INITIAL.
lv___string = lo_waittime->get_waitfor( ).
lv___string = lo_waittime->get_waituntil( ).
ENDIF.
lv___string = lo_conditionalsplitactivit->get_falseactivity( ).
lv___string = lo_conditionalsplitactivit->get_trueactivity( ).
ENDIF.
lv___string = lo_value->get_description( ).
lo_emailmessageactivity = lo_value->get_email( ).
IF lo_emailmessageactivity IS NOT INITIAL.
lo_journeyemailmessage = lo_emailmessageactivity->get_messageconfig( ).
IF lo_journeyemailmessage IS NOT INITIAL.
lv___string = lo_journeyemailmessage->get_fromaddress( ).
ENDIF.
lv___string = lo_emailmessageactivity->get_nextactivity( ).
lv___string = lo_emailmessageactivity->get_templatename( ).
lv___string = lo_emailmessageactivity->get_templateversion( ).
ENDIF.
lo_holdoutactivity = lo_value->get_holdout( ).
IF lo_holdoutactivity IS NOT INITIAL.
lv___string = lo_holdoutactivity->get_nextactivity( ).
lv___integer = lo_holdoutactivity->get_percentage( ).
ENDIF.
lo_multiconditionalsplitac = lo_value->get_multicondition( ).
IF lo_multiconditionalsplitac IS NOT INITIAL.
LOOP AT lo_multiconditionalsplitac->get_branches( ) into lo_row_9.
lo_row_10 = lo_row_9.
IF lo_row_10 IS NOT INITIAL.
lo_simplecondition = lo_row_10->get_condition( ).
IF lo_simplecondition IS NOT INITIAL.
lo_eventcondition = lo_simplecondition->get_eventcondition( ).
IF lo_eventcondition IS NOT INITIAL.
lo_eventdimensions = lo_eventcondition->get_dimensions( ).
IF lo_eventdimensions IS NOT INITIAL.
LOOP AT lo_eventdimensions->get_attributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
lo_setdimension = lo_eventdimensions->get_eventtype( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
LOOP AT lo_eventdimensions->get_metrics( ) into ls_row_8.
lv_key = ls_row_8-key.
lo_value_2 = ls_row_8-value.
IF lo_value_2 IS NOT INITIAL.
lv___string = lo_value_2->get_comparisonoperator( ).
lv___double = lo_value_2->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lv___string = lo_eventcondition->get_messageactivity( ).
ENDIF.
lo_segmentcondition = lo_simplecondition->get_segmentcondition( ).
IF lo_segmentcondition IS NOT INITIAL.
lv___string = lo_segmentcondition->get_segmentid( ).
ENDIF.
lo_segmentdimensions = lo_simplecondition->get_segmentdimensions( ).
IF lo_segmentdimensions IS NOT INITIAL.
LOOP AT lo_segmentdimensions->get_attributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
lo_segmentbehaviors = lo_segmentdimensions->get_behavior( ).
IF lo_segmentbehaviors IS NOT INITIAL.
lo_recencydimension = lo_segmentbehaviors->get_recency( ).
IF lo_recencydimension IS NOT INITIAL.
lv_duration = lo_recencydimension->get_duration( ).
lv_recencytype = lo_recencydimension->get_recencytype( ).
ENDIF.
ENDIF.
lo_segmentdemographics = lo_segmentdimensions->get_demographic( ).
IF lo_segmentdemographics IS NOT INITIAL.
lo_setdimension = lo_segmentdemographics->get_appversion( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_channel( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_devicetype( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_make( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_model( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_setdimension = lo_segmentdemographics->get_platform( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.
lo_segmentlocation = lo_segmentdimensions->get_location( ).
IF lo_segmentlocation IS NOT INITIAL.
lo_setdimension = lo_segmentlocation->get_country( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_gpspointdimension = lo_segmentlocation->get_gpspoint( ).
IF lo_gpspointdimension IS NOT INITIAL.
lo_gpscoordinates = lo_gpspointdimension->get_coordinates( ).
IF lo_gpscoordinates IS NOT INITIAL.
lv___double = lo_gpscoordinates->get_latitude( ).
lv___double = lo_gpscoordinates->get_longitude( ).
ENDIF.
lv___double = lo_gpspointdimension->get_rangeinkilometers( ).
ENDIF.
ENDIF.
LOOP AT lo_segmentdimensions->get_metrics( ) into ls_row_8.
lv_key = ls_row_8-key.
lo_value_2 = ls_row_8-value.
IF lo_value_2 IS NOT INITIAL.
lv___string = lo_value_2->get_comparisonoperator( ).
lv___double = lo_value_2->get_value( ).
ENDIF.
ENDLOOP.
LOOP AT lo_segmentdimensions->get_userattributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.
lv___string = lo_row_10->get_nextactivity( ).
ENDIF.
ENDLOOP.
lv___string = lo_multiconditionalsplitac->get_defaultactivity( ).
lo_waittime = lo_multiconditionalsplitac->get_evaluationwaittime( ).
IF lo_waittime IS NOT INITIAL.
lv___string = lo_waittime->get_waitfor( ).
lv___string = lo_waittime->get_waituntil( ).
ENDIF.
ENDIF.
lo_pushmessageactivity = lo_value->get_push( ).
IF lo_pushmessageactivity IS NOT INITIAL.
lo_journeypushmessage = lo_pushmessageactivity->get_messageconfig( ).
IF lo_journeypushmessage IS NOT INITIAL.
lv___string = lo_journeypushmessage->get_timetolive( ).
ENDIF.
lv___string = lo_pushmessageactivity->get_nextactivity( ).
lv___string = lo_pushmessageactivity->get_templatename( ).
lv___string = lo_pushmessageactivity->get_templateversion( ).
ENDIF.
lo_randomsplitactivity = lo_value->get_randomsplit( ).
IF lo_randomsplitactivity IS NOT INITIAL.
LOOP AT lo_randomsplitactivity->get_branches( ) into lo_row_11.
lo_row_12 = lo_row_11.
IF lo_row_12 IS NOT INITIAL.
lv___string = lo_row_12->get_nextactivity( ).
lv___integer = lo_row_12->get_percentage( ).
ENDIF.
ENDLOOP.
ENDIF.
lo_smsmessageactivity = lo_value->get_sms( ).
IF lo_smsmessageactivity IS NOT INITIAL.
lo_journeysmsmessage = lo_smsmessageactivity->get_messageconfig( ).
IF lo_journeysmsmessage IS NOT INITIAL.
lv_messagetype = lo_journeysmsmessage->get_messagetype( ).
lv___string = lo_journeysmsmessage->get_originationnumber( ).
lv___string = lo_journeysmsmessage->get_senderid( ).
lv___string = lo_journeysmsmessage->get_entityid( ).
lv___string = lo_journeysmsmessage->get_templateid( ).
ENDIF.
lv___string = lo_smsmessageactivity->get_nextactivity( ).
lv___string = lo_smsmessageactivity->get_templatename( ).
lv___string = lo_smsmessageactivity->get_templateversion( ).
ENDIF.
lo_waitactivity = lo_value->get_wait( ).
IF lo_waitactivity IS NOT INITIAL.
lv___string = lo_waitactivity->get_nextactivity( ).
lo_waittime = lo_waitactivity->get_waittime( ).
IF lo_waittime IS NOT INITIAL.
lv___string = lo_waittime->get_waitfor( ).
lv___string = lo_waittime->get_waituntil( ).
ENDIF.
ENDIF.
lo_contactcenteractivity = lo_value->get_contactcenter( ).
IF lo_contactcenteractivity IS NOT INITIAL.
lv___string = lo_contactcenteractivity->get_nextactivity( ).
ENDIF.
ENDIF.
ENDLOOP.
lv___string = lo_journeyresponse->get_applicationid( ).
lv___string = lo_journeyresponse->get_creationdate( ).
lv___string = lo_journeyresponse->get_id( ).
lv___string = lo_journeyresponse->get_lastmodifieddate( ).
lo_journeylimits = lo_journeyresponse->get_limits( ).
IF lo_journeylimits IS NOT INITIAL.
lv___integer = lo_journeylimits->get_dailycap( ).
lv___integer = lo_journeylimits->get_endpointreentrycap( ).
lv___integer = lo_journeylimits->get_messagespersecond( ).
lv___string = lo_journeylimits->get_endpointreentryinterval( ).
lo_journeytimeframecap = lo_journeylimits->get_timeframecap( ).
IF lo_journeytimeframecap IS NOT INITIAL.
lv___integer = lo_journeytimeframecap->get_cap( ).
lv___integer = lo_journeytimeframecap->get_days( ).
ENDIF.
lv___integer = lo_journeylimits->get_totalcap( ).
ENDIF.
lv___boolean = lo_journeyresponse->get_localtime( ).
lv___string = lo_journeyresponse->get_name( ).
lo_quiettime = lo_journeyresponse->get_quiettime( ).
IF lo_quiettime IS NOT INITIAL.
lv___string = lo_quiettime->get_end( ).
lv___string = lo_quiettime->get_start( ).
ENDIF.
lv___string = lo_journeyresponse->get_refreshfrequency( ).
lo_journeyschedule = lo_journeyresponse->get_schedule( ).
IF lo_journeyschedule IS NOT INITIAL.
lv___timestampiso8601 = lo_journeyschedule->get_endtime( ).
lv___timestampiso8601 = lo_journeyschedule->get_starttime( ).
lv___string = lo_journeyschedule->get_timezone( ).
ENDIF.
lv___string = lo_journeyresponse->get_startactivity( ).
lo_startcondition = lo_journeyresponse->get_startcondition( ).
IF lo_startcondition IS NOT INITIAL.
lv___string = lo_startcondition->get_description( ).
lo_eventstartcondition = lo_startcondition->get_eventstartcondition( ).
IF lo_eventstartcondition IS NOT INITIAL.
lo_eventfilter = lo_eventstartcondition->get_eventfilter( ).
IF lo_eventfilter IS NOT INITIAL.
lo_eventdimensions = lo_eventfilter->get_dimensions( ).
IF lo_eventdimensions IS NOT INITIAL.
LOOP AT lo_eventdimensions->get_attributes( ) into ls_row_5.
lv_key = ls_row_5-key.
lo_value_1 = ls_row_5-value.
IF lo_value_1 IS NOT INITIAL.
lv_attributetype = lo_value_1->get_attributetype( ).
LOOP AT lo_value_1->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDLOOP.
lo_setdimension = lo_eventdimensions->get_eventtype( ).
IF lo_setdimension IS NOT INITIAL.
lv_dimensiontype = lo_setdimension->get_dimensiontype( ).
LOOP AT lo_setdimension->get_values( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv___string = lo_row_7->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
LOOP AT lo_eventdimensions->get_metrics( ) into ls_row_8.
lv_key = ls_row_8-key.
lo_value_2 = ls_row_8-value.
IF lo_value_2 IS NOT INITIAL.
lv___string = lo_value_2->get_comparisonoperator( ).
lv___double = lo_value_2->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
lv_filtertype = lo_eventfilter->get_filtertype( ).
ENDIF.
lv___string = lo_eventstartcondition->get_segmentid( ).
ENDIF.
lo_segmentcondition = lo_startcondition->get_segmentstartcondition( ).
IF lo_segmentcondition IS NOT INITIAL.
lv___string = lo_segmentcondition->get_segmentid( ).
ENDIF.
ENDIF.
lv_state = lo_journeyresponse->get_state( ).
LOOP AT lo_journeyresponse->get_tags( ) into ls_row_13.
lv_key = ls_row_13-key.
lo_value_3 = ls_row_13-value.
IF lo_value_3 IS NOT INITIAL.
lv___string = lo_value_3->get_value( ).
ENDIF.
ENDLOOP.
lv___boolean = lo_journeyresponse->get_waitforquiettime( ).
lv___boolean = lo_journeyresponse->get_refreshonsegmentupdate( ).
lo_journeychannelsettings = lo_journeyresponse->get_journeychannelsettings( ).
IF lo_journeychannelsettings IS NOT INITIAL.
lv___string = lo_journeychannelsettings->get_connectcampaignarn( ).
lv___string = lo_journeychannelsettings->get_cnctcampaignexecrolearn( ).
ENDIF.
lv___boolean = lo_journeyresponse->get_sendingschedule( ).
lo_openhours = lo_journeyresponse->get_openhours( ).
IF lo_openhours IS NOT INITIAL.
LOOP AT lo_openhours->get_email( ) into ls_row_14.
lv_key_1 = ls_row_14-key.
LOOP AT ls_row_14-value into lo_row_15.
lo_row_16 = lo_row_15.
IF lo_row_16 IS NOT INITIAL.
lv___string = lo_row_16->get_starttime( ).
lv___string = lo_row_16->get_endtime( ).
ENDIF.
ENDLOOP.
ENDLOOP.
LOOP AT lo_openhours->get_sms( ) into ls_row_14.
lv_key_1 = ls_row_14-key.
LOOP AT ls_row_14-value into lo_row_15.
lo_row_16 = lo_row_15.
IF lo_row_16 IS NOT INITIAL.
lv___string = lo_row_16->get_starttime( ).
lv___string = lo_row_16->get_endtime( ).
ENDIF.
ENDLOOP.
ENDLOOP.
LOOP AT lo_openhours->get_push( ) into ls_row_14.
lv_key_1 = ls_row_14-key.
LOOP AT ls_row_14-value into lo_row_15.
lo_row_16 = lo_row_15.
IF lo_row_16 IS NOT INITIAL.
lv___string = lo_row_16->get_starttime( ).
lv___string = lo_row_16->get_endtime( ).
ENDIF.
ENDLOOP.
ENDLOOP.
LOOP AT lo_openhours->get_voice( ) into ls_row_14.
lv_key_1 = ls_row_14-key.
LOOP AT ls_row_14-value into lo_row_15.
lo_row_16 = lo_row_15.
IF lo_row_16 IS NOT INITIAL.
lv___string = lo_row_16->get_starttime( ).
lv___string = lo_row_16->get_endtime( ).
ENDIF.
ENDLOOP.
ENDLOOP.
LOOP AT lo_openhours->get_custom( ) into ls_row_14.
lv_key_1 = ls_row_14-key.
LOOP AT ls_row_14-value into lo_row_15.
lo_row_16 = lo_row_15.
IF lo_row_16 IS NOT INITIAL.
lv___string = lo_row_16->get_starttime( ).
lv___string = lo_row_16->get_endtime( ).
ENDIF.
ENDLOOP.
ENDLOOP.
ENDIF.
lo_closeddays = lo_journeyresponse->get_closeddays( ).
IF lo_closeddays IS NOT INITIAL.
LOOP AT lo_closeddays->get_email( ) into lo_row_17.
lo_row_18 = lo_row_17.
IF lo_row_18 IS NOT INITIAL.
lv___string = lo_row_18->get_name( ).
lv___string = lo_row_18->get_startdatetime( ).
lv___string = lo_row_18->get_enddatetime( ).
ENDIF.
ENDLOOP.
LOOP AT lo_closeddays->get_sms( ) into lo_row_17.
lo_row_18 = lo_row_17.
IF lo_row_18 IS NOT INITIAL.
lv___string = lo_row_18->get_name( ).
lv___string = lo_row_18->get_startdatetime( ).
lv___string = lo_row_18->get_enddatetime( ).
ENDIF.
ENDLOOP.
LOOP AT lo_closeddays->get_push( ) into lo_row_17.
lo_row_18 = lo_row_17.
IF lo_row_18 IS NOT INITIAL.
lv___string = lo_row_18->get_name( ).
lv___string = lo_row_18->get_startdatetime( ).
lv___string = lo_row_18->get_enddatetime( ).
ENDIF.
ENDLOOP.
LOOP AT lo_closeddays->get_voice( ) into lo_row_17.
lo_row_18 = lo_row_17.
IF lo_row_18 IS NOT INITIAL.
lv___string = lo_row_18->get_name( ).
lv___string = lo_row_18->get_startdatetime( ).
lv___string = lo_row_18->get_enddatetime( ).
ENDIF.
ENDLOOP.
LOOP AT lo_closeddays->get_custom( ) into lo_row_17.
lo_row_18 = lo_row_17.
IF lo_row_18 IS NOT INITIAL.
lv___string = lo_row_18->get_name( ).
lv___string = lo_row_18->get_startdatetime( ).
lv___string = lo_row_18->get_enddatetime( ).
ENDIF.
ENDLOOP.
ENDIF.
LOOP AT lo_journeyresponse->get_timezoneestimationmeths( ) into lo_row_19.
lo_row_20 = lo_row_19.
IF lo_row_20 IS NOT INITIAL.
lv___timezoneestimationmet = lo_row_20->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.