SAP Reports / Programs | Basis Components | Upgrade - General(BC-UPG) SAP BC

RDDPUTJP_REQ_ANALYZE_SUBSET SAP ABAP Report - FA: Check all objects/TABUs whether in other piece lists







RDDPUTJP_REQ_ANALYZE_SUBSET 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 RDDPUTJP_REQ_ANALYZE_SUBSET 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 RDDPUTJP_REQ_ANALYZE_SUBSET. "Basic submit
SUBMIT RDDPUTJP_REQ_ANALYZE_SUBSET AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUTJP_REQ_ANALYZE_SUBSET 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: GR_KORRS = Comparison Piece Lists
Selection Text: PV_COLL = Conflict Determination
Selection Text: PV_CREAT = Save Result
Selection Text: PV_KORR = Piece List
Selection Text: PV_NOT = Objects Not Included
Selection Text: PV_REMOV = Remove Object (for Subset)
Selection Text: PV_SUB = Subset Determination
Title: FA: Check all objects/TABUs whether in other piece lists


INCLUDES used within this REPORT RDDPUTJP_REQ_ANALYZE_SUBSET

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_GET_CHARACTER_SIZE CALL FUNCTION 'TR_GET_CHARACTER_SIZE' IMPORTING ev_charsize = gv_charsize.

TRINT_SORT_OBJECT_AND_KEY_LIST call function 'TRINT_SORT_OBJECT_AND_KEY_LIST' EXPORTING iv_special_mode = 'X' CHANGING ct_objects = gt_e071[] ct_keys = gt_e071k[].

TRINT_SORT_OBJECT_AND_KEY_LIST call function 'TRINT_SORT_OBJECT_AND_KEY_LIST' EXPORTING iv_special_mode = 'X' CHANGING ct_objects = gt_tarobj[] ct_keys = gt_tarkeys[].

TRINT_CHANGE_CLIENT_COMM_KEYS CALL FUNCTION 'TRINT_CHANGE_CLIENT_COMM_KEYS' TABLES tt_e071 = ct_e071 tt_e071k = ct_e071k.

TRINT_CHANGE_CLIENT_COMM_KEYS CALL FUNCTION 'TRINT_CHANGE_CLIENT_COMM_KEYS' TABLES tt_e071 = ct_e071 tt_e071k = ct_e071k.

TR_CHECK_TYPE call function 'TR_CHECK_TYPE' EXPORTING wi_e071 = ps_e071 IMPORTING pe_result = lv_checkflag we_e071 = ps_e071 we_tadir = cs_tadir.

EM_CREATE_COMM call function 'EM_CREATE_COMM' EXPORTING IC_TRFUNCTION = 'T' IC_TRSTATUS = 'R' IC_TARSYSTEM = 'CL5' IC_AS4TEXT = lv_txt IC_OVERWRITE = 'X' IC_SEL_E071 = 'X' IC_SEL_E071K = 'X' TABLES tt_e071 = gt_e071_rem tt_e071k = gt_e071k_rem CHANGING ic_trkorr = gv_name EXCEPTIONS ORDER_EXISTS = 1 CREATE_FAILED = 2 OTHERS = 3.

TRINT_APPEND_COMM call function 'TRINT_APPEND_COMM' exporting wi_exclusive = 'X' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_trkorr = pv_appen * IMPORTING * WE_KEYS_PHYSICAL_APPENDED = * WE_OBJECTS_PHYSICAL_APPENDED = tables wt_e071 = gt_e071_rem wt_e071k = gt_e071k_rem exceptions e071k_append_error = 1 e071_append_error = 2 trkorr_empty = 3 others = 4.

DD_GET_NAMETAB call function 'DD_GET_NAMETAB' EXPORTING tabname = lv_tabname IMPORTING x030l_wa = ls_x030l TABLES x031l_tab = lt_x031l EXCEPTIONS not_found = 1 no_fields = 2 others = 3.



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