SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

SEGREP SAP ABAP Report - Repair IDoc segment (expert report)







SEGREP 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 SEGREP 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 SEGREP. "Basic submit
SUBMIT SEGREP AND RETURN. "Return to original report after report execution complete
SUBMIT SEGREP 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: CRETIME = Creation time
Selection Text: CREDATE = Creation date
Selection Text: CLOSED = Release
Selection Text: DDATE = Last Changed On
Selection Text: PRESP = Person responsible
Selection Text: PLAST = Last changed by
Selection Text: NOCHG2 = No change possible
Selection Text: NOCHG1 = No change possible
Selection Text: LTIME = Last Changed At
Selection Text: LDATE = Last Changed On
Selection Text: VERSION = Version
Selection Text: UPDATE2 = Make change
Selection Text: UPDATE1 = Make change
Selection Text: SEGTYP = Segment
Selection Text: RELEASED = Release
Selection Text: PWORK = Agent
Selection Text: DTIME = Last Changed At
Selection Text: DPLAST = Last changed by
Selection Text: DLENG = Length
Selection Text: DFILDNUM = Number of fields
Selection Text: DELETE2 = Delete entry
Selection Text: DELETE1 = Delete entry
Selection Text: INSERT2 = Create entry
Selection Text: INSERT1 = Create entry
Selection Text: FIELDNUM = No. of fields
Selection Text: EXPLENG = Export length
Selection Text: ELTIME = Last Changed At
Selection Text: ELDATE = Last Changed On
Title: Repair IDoc segment (expert report)
Text Symbol: 112 = Entry EDISDEF deletion successful
Text Symbol: 113 = Entry EDISDEF deletion failed
Text Symbol: 106 = Entry EDISEGMENT deletion successful
Text Symbol: 107 = Entry EDISDEF deletion failed
Text Symbol: 108 = Entry EDISDEF change successful
Text Symbol: 109 = Entry EDISDEF change failed
Text Symbol: 110 = Entry EDISDEF generation successful
Text Symbol: 111 = Entry EDISDEF generation failed
Text Symbol: 012 = Segm.type





Text Symbol: 011 = Segm. definition
Text Symbol: 010 = Editing mode
Text Symbol: 003 = ABAP Repository struct.
Text Symbol: 002 = Table entry segment type
Text Symbol: 001 = Table entry segment definition
Text Symbol: 105 = Entry EDISEGMENT generation failed
Text Symbol: 104 = Entry EDISEGMENT generation successful
Text Symbol: 103 = Change to entry EDISEGMENT failed
Text Symbol: 102 = Change to entry EDISEGMENT successful
Text Symbol: 101 = A
Text Symbol: 013 = ABAP Repository struct.


INCLUDES used within this REPORT SEGREP

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = L_TABNAME * STATE = 'A' * LANGU = ' ' IMPORTING * GOTSTATE = DD02V_WA = L_DD02V * DD09L_WA = TABLES DD03P_TAB = L_DD03P * DD05M_TAB = * DD08V_TAB = * DD12V_TAB = * DD17V_TAB = * DD35V_TAB = * DD36M_TAB = EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.



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