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
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.
Title: ?...
Text Symbol: 001 = Assignments carried out.
Text Symbol: 002 = Do you want to save your data first?
Text Symbol: 003 = Not allowed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPMO02C - ?... SAPMNWPCB - IS-H: Customizing Workplace MiniApps: Inpatient Billing SAPMNWPCB - IS-H: Customizing Workplace MiniApps: Inpatient Billing SAPMNWCHEA02 - documentation and ABAP source code SAPMNWCHEA02 - documentation and ABAP source code SAPMNWCHEA01 - documentation and ABAP source code