SAP Reports / Programs

J_7LCDMM_NEU SAP ABAP Report - REA Info Systems: Change Material Master and Bills of Material







J_7LCDMM_NEU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report lists field changes from the material master...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 J_7LCDMM_NEU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J7LU - REA Material Master Field Changes


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 J_7LCDMM_NEU. "Basic submit
SUBMIT J_7LCDMM_NEU AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LCDMM_NEU 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: F_ARTIK = Article
Selection Text: F_STPOS = BOM Items
Selection Text: F_STVERW = Bill of Material Usage
Selection Text: F_SUBTR = Explode BOM
Selection Text: F_VERP = Packaging
Selection Text: PARTIK = Article
Selection Text: PONLYMAT = New Material
Selection Text: PREAMAT = Changes Only
Selection Text: PVERP = Packaging
Selection Text: P_CLASS = Change Document Object
Selection Text: SO_ABGRZ = Material Type
Selection Text: SO_CHIND = Type of Change
Selection Text: SO_CUST = Customizing Field
Selection Text: SO_MATNR = Material Number
Selection Text: SO_STLAL = Alternative BOM
Selection Text: SO_STLAN = Bill of Material Usage
Selection Text: SO_STLNR = Bill of Materials No.
Selection Text: SO_TCODE = Transaction
Selection Text: SO_UDATE = Changed On
Selection Text: SO_UNAME = Changed By
Selection Text: SO_UTIME = Changed At
Selection Text: ZUORDSTU = Assigned BOMs Only
Title: REA Info Systems: Change Material Master and Bills of Material
Text Symbol: 032 = Filters Matl Type Packaging
Text Symbol: 031 = New Matls
Text Symbol: 030 = Changes Only
Text Symbol: 001 = Material
Text Symbol: 002 = Article
Text Symbol: 003 = Packaging
Text Symbol: 004 = BOM
Text Symbol: 005 = Object
Text Symbol: 006 = Display
Text Symbol: 007 = Change
Text Symbol: 008 = Create
Text Symbol: 009 = Changes
Text Symbol: 010 = Objects
Text Symbol: 011 = Filter
Text Symbol: 013 = New





Text Symbol: 014 = Old
Text Symbol: 015 = BOM Selection
Text Symbol: 016 = Plnt
Text Symbol: 017 = BOM Usage
Text Symbol: 018 = Alternative BOM
Text Symbol: 019 = Transaction
Text Symbol: 020 = Assigned BOMs Only
Text Symbol: 023 = New Material
Text Symbol: 024 = Changes to Article/Packaging
Text Symbol: 025 = BOMs
Text Symbol: 026 = Sel.Criteria
Text Symbol: 027 = BOM Filters
Text Symbol: 028 = Summarize Result on Article
Text Symbol: 029 = BOM Items


INCLUDES used within this REPORT J_7LCDMM_NEU

INCLUDE J_7LCDMF_DATA.
INCLUDE J_7LCDMF_SELBILD.
INCLUDE J_7LCDMF01.
INCLUDE J_7LF4_MATNR.


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