SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

NF2CHECK SAP ABAP Report - Check Routine for the NF2 Editor







NF2CHECK 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 NF2CHECK 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 NF2CHECK. "Basic submit
SUBMIT NF2CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT NF2CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Check Routine for the NF2 Editor


INCLUDES used within this REPORT NF2CHECK

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:

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Erste Demo' "#EC NOTEXT changing object = demo_table exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Member Structure' "#EC NOTEXT popup = 'X' changing object = mem_struc exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = ' ' object_name = 'Struktur über alle Typen' "#EC NOTEXT changing object = t_obj exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Tabelle über Struktur aller Typen' "#EC NOTEXT changing object = t_tab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Tab von Int?' "#EC NOTEXT changing object = itab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Tab von Tab von Int?' "#EC NOTEXT changing object = jtab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = ' ' object_name = 'Komplexe Struktur' "#EC NOTEXT changing object = frame exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Integer' "#EC NOTEXT changing object = integer exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Tabelle von Tabelle von INT' "#EC NOTEXT changing object = stru_tab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'TFDIR' "#EC NOTEXT changing object = i_tfdir[] exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Tabelle in langer Struktur' "#EC NOTEXT changing object = jj_test1 exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = ' ' object_name = 'TFDIR' "#EC NOTEXT changing object = i_tfdir[] exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Index' "#EC NOTEXT changing object = index_table exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = ' ' object_name = 'Teststruktur' "#EC NOTEXT changing object = x1 exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = timeseg exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = sorted_tab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = hash_tab exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = objref exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT





call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = intsrt exceptions others = 1.

RS_COMPLEX_OBJECT_EDIT call function 'RS_COMPLEX_OBJECT_EDIT' exporting mode = 'X' object_name = 'Teststruktur' "#EC NOTEXT changing object = obj exceptions others = 1.

RS_COMPLEX_OBJECT_DISPLAY call function 'RS_COMPLEX_OBJECT_DISPLAY' exporting object_name = 'Tabelle in langer Struktur' "#EC NOTEXT object = jj_test1 exceptions others = 1.



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