RWPM_TEST_RE_SERVICES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RWPM_TEST_RE_SERVICES into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: FILENAME = Filename with payload
Selection Text: PASSWORD = Password (backend)
Selection Text: PA_OFFA = Activate Offers of RE
Selection Text: PA_OFFD = Deactivate Offers of RE
Selection Text: PA_PREF = Prefix Sender
Selection Text: PA_RE = Replicate Retail Event (RE)
Selection Text: USERNAME = User name (backend)
Title: Testprogramm Inbound Services Retail Event
Text Symbol: 001 = Input parameters
Text Symbol: BL0 = Importing Service Operation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = sy-pfkey * P_PROGRAM = ' ' TABLES p_exclude = gt_fcode.
TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING * SYSTEMEDIT = * SYSTEMNAME = systemtype = l_systemtype * SYSTEM_CLIENT_EDIT = * SYS_CLIINDDEP_EDIT = system_client_role = l_cccategory * EV_SFW_BCSET_REC = * EV_C_SYSTEM = EXCEPTIONS no_systemname = 1 no_systemtype = 2 OTHERS = 3.
HTTP_GET_URL2 CALL FUNCTION 'HTTP_GET_URL2' EXPORTING handlerclass = 'CL_HTTP_PLAIN_INBOUND' IMPORTING urllist = lt_adapter_urls EXCEPTIONS http_not_enabled = 1 OTHERS = 2.
LCR_GET_OWN_BUSINESS_SYSTEM CALL FUNCTION 'LCR_GET_OWN_BUSINESS_SYSTEM' IMPORTING bs_key_name = lv_bussys EXCEPTIONS no_business_system = 1 no_rfc_destination = 2 no_landscape_directory = 3 illegal_arguments = 4 communication_error = 5 ld_error = 6 OTHERS = 7.
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = lv_msgguid.
SXMB_SELECT_MESSAGES_NEW CALL FUNCTION 'SXMB_SELECT_MESSAGES_NEW' EXPORTING im_filter = ls_filter im_number = '200' * IM_ADAPTER_OR = '0' * IM_PROCESS_MODE = '0' IMPORTING ex_msgtab = lt_msgtab * EX_RESULT = * EX_FIRST_TS = * EXCEPTIONS * PERSIST_ERROR = 1 * MISSING_PARAMETER = 2 * NEGATIVE_TIME_RANGE = 3 * TOO_MANY_PARAMETERS = 4 * NO_TIMEZONE = 5 * OTHERS = 6 .
SXMB_GET_MESSAGE_DATA CALL FUNCTION 'SXMB_GET_MESSAGE_DATA' EXPORTING im_message_list = lt_sxmsmguidt im_pipeline_list = lt_sxms_tab_sxmspid IMPORTING ex_message_data_list = lt_sxi_message_data_list EXCEPTIONS not_authorized = 1 OTHERS = 2.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING * I_CLIENT = SY-MANDT i_s_log_filter = ls_log_filter IMPORTING e_t_log_header = lt_log_header EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.
WPM_LOG_DISPLAY CALL FUNCTION 'WPM_LOG_DISPLAY' EXPORTING i_subobject = lv_subobject i_object = co_object i_balnrext = ls_log_header-extnumber i_suppress_selection_dialog = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RWPM_TEST_RE_SERVICES - Testprogramm Inbound Services Retail Event RWPM_TEST_RE_SERVICES - Testprogramm Inbound Services Retail Event RWPM_TEST_RE_REPL_EXT - Test RetailEventReplicationRequest_In Implementation RWPM_TEST_RE_REPL_EXT - Test RetailEventReplicationRequest_In Implementation RWPM_TEST_RE_REPLICATION - Test RetailEventReplicationRequest_In Implementation RWPM_TEST_RE_REPLICATION - Test RetailEventReplicationRequest_In Implementation