SAP Reports / Programs

UA_TEST_IPPE_TREE_IMPORT SAP ABAP Report - Report UA_TEST_IPPE_TREE_IMPORT







UA_TEST_IPPE_TREE_IMPORT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report serves to test the correct function of the RFC UA_RFC_PDCE_TREE_IPPE_IMPORT...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter UA_TEST_IPPE_TREE_IMPORT 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 UA_TEST_IPPE_TREE_IMPORT. "Basic submit
SUBMIT UA_TEST_IPPE_TREE_IMPORT AND RETURN. "Return to original report after report execution complete
SUBMIT UA_TEST_IPPE_TREE_IMPORT 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: P_CEVERS = Costing Version
Selection Text: P_COAREA = Controlling Area
Selection Text: P_COSDAT = Valid From
Selection Text: P_COSVAR = Costing Variant
Selection Text: P_DBASIS = Databasis
Selection Text: P_FID = Filter ID
Selection Text: P_FILTER = Filter Name
Selection Text: P_PLANT = Plant
Selection Text: P_PRITYP = Price Type
Selection Text: P_RFCD = RFC Destination
Selection Text: P_ROOTID = Parent ID
Selection Text: P_TYPE = Parent Type
Title: Report UA_TEST_IPPE_TREE_IMPORT
Text Symbol: 001 = Messages:
Text Symbol: 002 = Operation Succeed
Text Symbol: 003 = Parameters
Text Symbol: 004 = Context


INCLUDES used within this REPORT UA_TEST_IPPE_TREE_IMPORT

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:

UA_RFC_PDCE_INIT CALL FUNCTION 'UA_RFC_PDCE_INIT' EXPORTING id_databasis = p_dbasis IMPORTING ed_code = gd_code TABLES bapiret2 = gt_message.

UA_RFC_PDCE_TREE_LOAD_ID CALL FUNCTION 'UA_RFC_PDCE_TREE_LOAD_ID' EXPORTING id_databasis = p_dbasis id_root_obj_id = p_rootid id_root_obj_typename = p_type IMPORTING ed_code = gd_code TABLES et_object = gt_object et_node = gt_node et_edge = gt_edge et_tnode = gt_tnode et_hier = gt_tree_hier bapiret2 = gt_message.

UA_RFC_PDCE_TREE_QUERY_CHILDRN CALL FUNCTION 'UA_RFC_PDCE_TREE_QUERY_CHILDRN' EXPORTING id_databasis = p_dbasis is_object = ls_parent_object id_tnode_id = '1' "#EC NOTEXT id_level = '0' "#EC NOTEXT id_display = '' IMPORTING ed_code = gd_code TABLES et_object = gt_object et_node = gt_node et_edge = gt_edge et_tnode = gt_tnode et_hier = gt_tree_hier bapiret2 = gt_message.

UA_RFC_PDCE_TREE_IPPE_IMPORT CALL FUNCTION 'UA_RFC_PDCE_TREE_IPPE_IMPORT' EXPORTING id_databasis = p_dbasis id_root_obj_id = p_rootid id_root_obj_typename = p_type id_source_system = p_rfcd * IS_FOCUS = is_filter = ls_filter IMPORTING ed_code = gd_code TABLES it_upload_context = lt_upload_context et_object = gt_object et_node = gt_node et_edge = gt_edge et_tnode = gt_tnode et_hier = gt_tree_hier et_message = gt_message.

UA_RFC_PDCE_SAVE CALL FUNCTION 'UA_RFC_PDCE_SAVE' IMPORTING ed_code = gd_code TABLES bapiret2 = gt_message.



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 UA_TEST_IPPE_TREE_IMPORT or its description.