SAP Reports / Programs

SAPMO02C SAP ABAP dialog Program - ?...







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


Text pool values


Title: ?...
Text Symbol: 001 = Assignments carried out.
Text Symbol: 002 = Do you want to save your data first?
Text Symbol: 003 = Not allowed


INCLUDES used within this REPORT SAPMO02C

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:

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'T001K' EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_TO = MAXLINES LOOPS = LOOPLINES OK_CODE = FUNCTION ENTRY_ACT = FIRSTLINE LAST_PAGE_FULL = ' ' OVERLAPPING = 'X' IMPORTING ENTRY_NEW = NEXTLINE.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = SPACE TEXTLINE1 = TEXT-001 TEXTLINE2 = TEXT-002 IMPORTING ANSWER = ANSWER.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

VIEW_EDIT_V_T001K * CALL FUNCTION 'VIEW_EDIT_V_T001K' * EXPORTING * VIEW_ACTION = CLUSTER * VIEW_NAME = 'V_T001K' * KEY_FROM = '000 ' * KEY_TO = '999ZZZZ' * IMPORTING * FCODE = FUNCTION * TABLES * EXTRACT = V_T001K_EXT * GESAMT = V_T001K_TAB.

GRAPH_HIERARCHY CALL FUNCTION 'GRAPH_HIERARCHY' EXPORTING STAT = STAT DMODE = '1' MODIF = 'x' CONF = 'x' U_COMMAND = U_COMMAND U_NODE_ID = U_NODE_ID U_NODE_2 = U_NODE_2 U_TEXT = U_TEXT U_VAL_COUNT = 2 U_VAL1 = U_VAL1 SHAPE = '2' VTXT1 = 'Buchse' VAL11 = 1 VAL12 = 2 COL11 = 'RED' COL12 = 'CYAN' COL13 = 'GREEN' U_VAL2 = U_VAL2 BOXLN = 30 NLOOK = '6' RMODE = '1' SMODE = '0' * LMODE = 1 VTXT2 = 'Stecker' VAL21 = 1 VAL22 = 2 COL21 = 'RED' COL22 = 'CYAN' COL23 = 'GREEN' X_OPT = 'SET ZOOMFAC 70' IMPORTING NODES = HIER-ELKEY M_TYP = M_TYP H_MES = H_MES H_NODE_2 = H_NODE_2 H_TEXT = H_TEXT H_VAL1 = H_VAL1 H_VAL2 = H_VAL2 TABLES DATA = HIER.



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