SAP Reports / Programs

RDM_TEST_PROMO_IMPORT_PROXY SAP ABAP Report - Test-Report Service RetailEventCreationRequest







RDM_TEST_PROMO_IMPORT_PROXY 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 RDM_TEST_PROMO_IMPORT_PROXY into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RDM_TEST_PROMO_IMPORT_PROXY. "Basic submit
SUBMIT RDM_TEST_PROMO_IMPORT_PROXY AND RETURN. "Return to original report after report execution complete
SUBMIT RDM_TEST_PROMO_IMPORT_PROXY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: PA_OTYP3 = D .
Selection Text: PA_OTYP4 = D .
Selection Text: PA_OTYP5 = D .
Selection Text: PA_PER1 = D .
Selection Text: PA_PER2 = D .
Selection Text: PA_PER3 = D .
Selection Text: PA_PER4 = D .
Selection Text: PA_PER5 = D .
Selection Text: PA_PROMO = D .
Selection Text: PA_SITE1 = D .
Selection Text: PA_SITE2 = D .
Selection Text: PA_SITE3 = D .
Selection Text: PA_SITE4 = D .
Selection Text: PA_SITE5 = D .
Selection Text: PA_VAL1 = D .
Selection Text: PA_VAL2 = D .
Selection Text: PA_VAL3 = D .
Selection Text: PA_VAL4 = D .
Selection Text: PA_VAL5 = D .
Selection Text: PA_VEIN1 = D .
Selection Text: PA_VEIN2 = D .
Selection Text: PA_VEIN3 = D .
Selection Text: PA_VEIN4 = D .
Selection Text: PA_VEIN5 = D .
Selection Text: PA_VKDAB = D .
Selection Text: PA_VKDBI = D .
Selection Text: PA_VKP1 = D .
Selection Text: PA_VKP2 = D .
Selection Text: PA_VKP3 = D .
Selection Text: PA_VKP4 = D .
Selection Text: PA_VKP5 = D .
Selection Text: PA_WAELA = D .
Selection Text: PA_AKART = D .
Selection Text: PA_ART1 = D .
Selection Text: PA_ART2 = D .
Selection Text: PA_ART3 = D .
Selection Text: PA_ART4 = D .
Selection Text: PA_ART5 = D .





Selection Text: PA_CUSTM = D .
Selection Text: PA_ERDOC = D .
Selection Text: PA_ME1 = D .
Selection Text: PA_ME2 = D .
Selection Text: PA_ME3 = D .
Selection Text: PA_ME4 = D .
Selection Text: PA_ME5 = D .
Selection Text: PA_MEDIA = D .
Selection Text: PA_NAME = D .
Selection Text: PA_OTYP1 = D .
Selection Text: PA_OTYP2 = D .
Title: Test-Report Service RetailEventCreationRequest
Text Symbol: 001 = Promotion Header Data
Text Symbol: 002 = Promotion Items Data
Text Symbol: 004 = Plants
Text Symbol: 005 = Proxy Simulation
Text Symbol: 010 = per
Text Symbol: 011 = Price
Text Symbol: 013 = Dsc. Amt.
Text Symbol: 014 = Dsc. %
Text Symbol: 015 = Article 1
Text Symbol: 016 = Article 2
Text Symbol: 017 = Article 3
Text Symbol: 018 = Article 4
Text Symbol: 019 = Article 5
Text Symbol: 020 = Offer Type


INCLUDES used within this REPORT RDM_TEST_PROMO_IMPORT_PROXY

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_retail_event-sales_currency_code.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = sy-langu IMPORTING iso_code = ls_description-language_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me1 IMPORTING iso_code = ls_buy_group-qualifying_quantity-unit_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me1 IMPORTING iso_code = ls_buy_group-sales_price_unit-unit_code.






CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_price-amount-currency_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_discount_amount-amount-currency_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me2 IMPORTING iso_code = ls_buy_group-qualifying_quantity-unit_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me2 IMPORTING iso_code = ls_buy_group-sales_price_unit-unit_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_price-amount-currency_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_discount_amount-amount-currency_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me3 IMPORTING iso_code = ls_buy_group-qualifying_quantity-unit_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me3 IMPORTING iso_code = ls_buy_group-sales_price_unit-unit_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_price-amount-currency_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_discount_amount-amount-currency_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me4 IMPORTING iso_code = ls_buy_group-qualifying_quantity-unit_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me4 IMPORTING iso_code = ls_buy_group-sales_price_unit-unit_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_price-amount-currency_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_discount_amount-amount-currency_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me5 IMPORTING iso_code = ls_buy_group-qualifying_quantity-unit_code.

UNIT_OF_MEASURE_SAP_TO_ISO CALL FUNCTION 'UNIT_OF_MEASURE_SAP_TO_ISO' EXPORTING sap_code = pa_me5 IMPORTING iso_code = ls_buy_group-sales_price_unit-unit_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_price-amount-currency_code.

CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING sap_code = pa_waela IMPORTING iso_code = ls_buy_group-event_discount_amount-amount-currency_code.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RDM_TEST_PROMO_IMPORT_PROXY or its description.