J_3RF_TRANSFER_PRICING_XML is a standard ABAP INCLUDE 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 J_3RF_TRANSFER_PRICING_XML 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.
Title: Include J_3RF_TRANSFER_PRICING_XML
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_EJ_3RF_TP CALL FUNCTION 'ENQUEUE_EJ_3RF_TP' EXPORTING mode_j_3rf_tp_main = 'E' * MANDT = SY-MANDT bukrs = p_bukrs rep_year = p_gjahr * CORR_NUM = * X_BUKRS = ' ' * X_REP_YEAR = ' ' * X_CORR_NUM = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-exx text_question = text-sav IMPORTING answer = l_answer.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = str_xcr text_question = str_xlc IMPORTING answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3RF_TRANSFER_PRICING_XML - Include J_3RF_TRANSFER_PRICING_XML J_3RF_TRANSFER_PRICING_TOP - Include J_3RF_TRANSFER_PRICING_TOP J_3RF_TRANSFER_PRICING_SELSCR - Include J_3RF_TRANSFER_PRICING_SELSCR J_3RF_TRANSFER_PRICING_EVENTS - Include J_3RF_TRANSFER_PRICING_EVENTS J_3RF_TRANSFER_PRICING_CHAINS - Include J_3RF_TRANSFER_PRICING_CHAINS J_3RF_TRANSFER_PRICING_ALVLIST - Include J_3RF_TRANSFER_PRICING_FORMS01