REWMOC00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Internal Report: Structure of Table EWMOBJKEY This report structures table EWMOBJKEY, which is needed for several IS-U front office transactions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REWMOC00 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: Report for creation of table EWMOBJKEY (object creation expert)
Text Symbol: 004 = Empty line
Text Symbol: 003 = Table EWMOCJKEY created
Text Symbol: 002 = Empty line
Text Symbol: 001 = Table EWMOCJKEY could not be created
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EWM_EWMOBJKEY_BUILD_FULL CALL FUNCTION 'EWM_EWMOBJKEY_BUILD_FULL' EXCEPTIONS UPDATE_ERROR = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REWMOC00 - Report for creation of table EWMOBJKEY (object creation expert) REWMOC00 - Report for creation of table EWMOBJKEY (object creation expert) REWF_FINDER_RESULT_DISPLAY - Hit List from Finder REWF_FINDER_RESULT_DISPLAY - Hit List from Finder REWCHK01 - documentation and ABAP source code REWC1_METHCALL - INTERNAL: BOR Method Call (for FuBa EWC_OBJ_CALL_METHOD_NEWMODE)