SAP Reports / Programs | Logistics - General | Commodity Management in Logistik | Grundfunktionen(LO-CMM-BF) SAP LO

CMM_LREV_INIT SAP ABAP Report - Revaluation of Logistics Documents - Initial Load







CMM_LREV_INIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report CMM_LREV_INIT is the initial load report used for the Revaluation of Logistics Documents...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 CMM_LREV_INIT 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 CMM_LREV_INIT. "Basic submit
SUBMIT CMM_LREV_INIT AND RETURN. "Return to original report after report execution complete
SUBMIT CMM_LREV_INIT 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: S_VTWEGG = D .
Selection Text: S_VTWEG = D .
Selection Text: S_VKORGG = D .
Selection Text: S_VKORG = D .
Selection Text: S_VKGRPG = D .
Selection Text: S_VKGRP = D .
Selection Text: S_VKBURG = D .
Selection Text: S_VKBUR = D .
Selection Text: S_VBELN = D .
Selection Text: S_TPOSN = D .
Selection Text: S_TKONN = D .
Selection Text: S_TKONEX = D .
Selection Text: S_TCTYP = D .
Selection Text: S_TCCAT = D .
Selection Text: S_SPARTG = D .
Selection Text: S_SPART = D .
Selection Text: S_RUN_TS = D .
Selection Text: S_POSNR = D .
Selection Text: S_EKORGG = D .
Selection Text: S_EKORG = D .
Selection Text: S_EKGRPG = D .
Selection Text: S_EKGRP = D .
Selection Text: S_EBELP = Purchasing Document Item
Selection Text: S_EBELN = D .
Selection Text: S_BUKRSV = Company Code
Selection Text: S_BUKRSG = D .
Selection Text: S_BUKRS = D .
Selection Text: P_VBTYP = Sales Document Category
Selection Text: P_SLS = D .
Selection Text: P_SIMUL = D .
Selection Text: P_RUN_X = D .
Selection Text: P_PUR = D .
Selection Text: P_MAX_J = D .
Selection Text: P_LG_ERR = D .
Selection Text: P_JSIZE = D .
Selection Text: P_GTMSEL = D .
Selection Text: P_GTMREL = D .
Selection Text: P_DISPL = D .





Selection Text: P_BSTYP = D .
Title: Revaluation of Logistics Documents - Initial Load
Text Symbol: 004 = Report Mode
Text Symbol: 002 = Sales
Text Symbol: 001 = Purchasing


INCLUDES used within this REPORT CMM_LREV_INIT

INCLUDE: CMM_LREV_INIT_TOP, " DEFINITIONS OF GLOBAL DATA


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:

No SAP FUNCTION MODULES are executed within this report code!



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