SAP Reports / Programs | Cross-Application Components | General Application Functions | Document Builder(CA-GTF-DOB) SAP CA

/IPRO/IMG_GENERAL_DIAG SAP ABAP Report - Run Extended Content Check







/IPRO/IMG_GENERAL_DIAG 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_GENERAL_DIAG 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/IMG_DIAG - General IMG diagnostic report


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_GENERAL_DIAG. "Basic submit
SUBMIT /IPRO/IMG_GENERAL_DIAG AND RETURN. "Return to original report after report execution complete
SUBMIT /IPRO/IMG_GENERAL_DIAG 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: Run Extended Content Check
Text Symbol: 031 = Check element ordering
Text Symbol: 030 = 1+ Element orderings defined for each document ordering
Text Symbol: 029 = Element ordering not defined for each document ordering
Text Symbol: 028 = No configuration parameters defined
Text Symbol: 027 = Check configuration parameters
Text Symbol: 026 = are blank in content
Text Symbol: 025 = Check regulation set
Text Symbol: 024 = 1+ document orderings defined
Text Symbol: 023 = No document ordering defined
Text Symbol: 022 = Check document ordering
Text Symbol: 021 = 1+ document selections defined
Text Symbol: 020 = No document selection defined
Text Symbol: 019 = 1+ document groups defined
Text Symbol: 018 = No document group defined
Text Symbol: 017 = Check document group
Text Symbol: 016 = 1+ regulation sets defined
Text Symbol: 015 = Regulation not defined
Text Symbol: 014 = Configuration parameters defined
Text Symbol: 013 = No configuration parameters defined
Text Symbol: 012 = Check document selection
Text Symbol: 011 = Configuration parameters
Text Symbol: 010 = Document range defined
Text Symbol: 009 = No document range defined
Text Symbol: 008 = Check document number range
Text Symbol: 007 = " assigned to content
Text Symbol: 006 = Root variable "
Text Symbol: 005 = No root variable assigned to content
Text Symbol: 004 = Check root variable of content
Text Symbol: 003 = System templates and linked elements
Text Symbol: 002 = List of associated elements
Text Symbol: 001 = Error calling ALV grid; code:


INCLUDES used within this REPORT /IPRO/IMG_GENERAL_DIAG

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:

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = 'TX' dokname = ls_result-docu * DOKTITLE = ' ' * HOMETEXT = ' ' * OUTLINE = ' ' * VIEWNAME = 'STANDARD' * Z_ORIGINAL_OUTLINE = ' ' * CALLED_FROM_SO70 = ' ' * STRUCTURE_ID = * IMPORTING * APPL = * PF03 = * PF15 = * PF12 = * EXCEPTIONS * CLASS_UNKNOWN = 1 * OBJECT_NOT_FOUND = 2 * OTHERS = 3 .

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING object = '/IPRO/DOCB' TABLES interval = lt_interval EXCEPTIONS nr_range_nr1_not_found = 1 nr_range_nr1_not_intern = 2 nr_range_nr2_must_be_space = 3 nr_range_nr2_not_extern = 4 nr_range_nr2_not_found = 5 object_not_found = 6 subobject_must_be_space = 7 subobject_not_found = 8 OTHERS = 9.



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