SAP Reports / Programs

/IPRO/IMG_DIAG_DOCSEL SAP ABAP Report - Check Document Selections







/IPRO/IMG_DIAG_DOCSEL 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 /IPRO/IMG_DIAG_DOCSEL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/IPRO/DOCSEL_DIAG - Document Selection diagnostic


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 /IPRO/IMG_DIAG_DOCSEL. "Basic submit
SUBMIT /IPRO/IMG_DIAG_DOCSEL AND RETURN. "Return to original report after report execution complete
SUBMIT /IPRO/IMG_DIAG_DOCSEL 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: PCNT = Content
Title: Check Document Selections
Text Symbol: 025 = Check Overlay
Text Symbol: 024 = No Overlay
Text Symbol: 023 = Check Format
Text Symbol: 022 = No Document Format
Text Symbol: 021 = Check Document Type
Text Symbol: 020 = No Document Type
Text Symbol: 019 = No Ordering
Text Symbol: 018 = Check Ordering
Text Symbol: 017 = Errors in document selection
Text Symbol: 016 = No errors in document selection
Text Symbol: 015 = Possible errors in the document selection
Text Symbol: 014 = Check Output Definitions
Text Symbol: 013 = No associated output definitions
Text Symbol: 012 = Check Fill-in Attributes
Text Symbol: 011 = No associated fill-in attributes
Text Symbol: 010 = Check Element Properties
Text Symbol: 009 = No associated element properties
Text Symbol: 008 = Check Default Regulation Sets
Text Symbol: 007 = No default regulation sets defined
Text Symbol: 006 = Check Document Groups
Text Symbol: 005 = No related document groups defined
Text Symbol: 004 = Check Sections
Text Symbol: 003 = OK
Text Symbol: 002 = No sections defined
Text Symbol: 001 = Document Selections


INCLUDES used within this REPORT /IPRO/IMG_DIAG_DOCSEL

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/IPRO/S_GEN_DIAG' CHANGING ct_fieldcat = pt_fieldcatalog.



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 /IPRO/IMG_DIAG_DOCSEL or its description.