SAP Reports / Programs

RDDPUT41 SAP ABAP Report - Problemanalyse Merger







RDDPUT41 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 RDDPUT41 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 RDDPUT41. "Basic submit
SUBMIT RDDPUT41 AND RETURN. "Return to original report after report execution complete
SUBMIT RDDPUT41 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: OBJ4 =
Selection Text: OBJ5 =
Selection Text: OBJ6 =
Selection Text: OBJ7 =
Selection Text: OBJECT1 =
Selection Text: OBJECT2 =
Selection Text: OBJECT3 =
Selection Text: OBJNAME1 =
Selection Text: OBJNAME2 =
Selection Text: OBJNAME3 =
Selection Text: PGM1 =
Selection Text: PGM2 =
Selection Text: PGM3 =
Selection Text: PGM4 =
Selection Text: PGM5 =
Selection Text: PGM6 =
Selection Text: PGM7 =
Selection Text: PGMID1 =
Selection Text: PGMID2 =
Selection Text: PGMID3 =
Selection Text: PROGNAME =
Selection Text: SOLVE =
Selection Text: TABLNAME =
Selection Text: TRANNAME =
Selection Text: TRKORR = Request/task
Selection Text: VIEWNAME =
Selection Text: OBJ3 =
Selection Text: CHECK1 =
Selection Text: CHECK2 =
Selection Text: CHECK3 =
Selection Text: CHECK4 =
Selection Text: CHECK5 =
Selection Text: CHECK6 =
Selection Text: CHECK7 =
Selection Text: CHKBOX1 =
Selection Text: CHKBOX2 =
Selection Text: CHKBOX3 =
Selection Text: DOMANAME =





Selection Text: DTELNAME =
Selection Text: FUGRNAME =
Selection Text: OBJ1 =
Selection Text: OBJ2 =
Title: Problemanalyse Merger
Text Symbol: T01 = Also search for sub-objects (not for generic entry)
Text Symbol: S03 = Settings
Text Symbol: S02 = Transport Selection
Text Symbol: S01 = Object Selection
Text Symbol: P07 = Transaction
Text Symbol: P06 = Domain
Text Symbol: P05 = Data Element
Text Symbol: P04 = View
Text Symbol: P03 = Table/Structure
Text Symbol: P02 = Function Group
Text Symbol: P01 = Program


INCLUDES used within this REPORT RDDPUT41

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_PRESENT_REQUEST CALL FUNCTION 'TR_PRESENT_REQUEST' EXPORTING IV_TRKORR = GV_PROT_TRKORR IV_HIGHLIGHT = 'X'.

EM_GET_MERGE_INFO_FOR_REQUEST CALL FUNCTION 'EM_GET_MERGE_INFO_FOR_REQUEST' EXPORTING IV_KORR = PC_TRKORR IMPORTING EV_SYSTEM = GV_SYSTEM TABLES ET_MERGE = GT_MERGEH ET_MERGETA = GT_MERGETA ET_MERGEOBJ = GT_MERGEOBJ ET_E07T = GT_TRKORRTEXT EXCEPTIONS EM_NO_TRANSPORT = 1 EM_NOT_DELIVERED = 2 EM_COMMUNICATION_FAILURE = 3 OTHERS = 4.

EMINT_DISPLAY_MERGE_PROTS CALL FUNCTION 'EMINT_DISPLAY_MERGE_PROTS' EXPORTING IV_PUTCOFI = PC_TRKORR IV_MERGEDATE = GT_MERGEH-MERGEDATE.



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