SAP Reports / Programs

SAPMC29L SAP ABAP dialog Program - BOM Reporting







SAPMC29L 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 SAPMC29L 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

CSC5 - Single-Level Class Where-Used List
CSD5 - Single-Level Doc. Where-Used List
CSK1 - Sales order BOM multi-lev. explosion
CS15 - Single-Level Where-Used List
CS13 - Summarized BOM
CS12 - Multilevel BOM
CS11 - Display BOM Level by Level
CSK2 - Multi-level sales order BOM
CSK3 - Sales order BOM - summarized BOM
CSP1 - Multi-level WBS BOM explosion
CSP2 - WBS BOM multi-level BOM
CSP3 - WBS BOM - summarized BOM


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


Text pool values


Title: BOM Reporting
Text Symbol: 011 = Explode BOM: Level by Level
Text Symbol: 012 = Explode BOM: Multi-Level BOM
Text Symbol: 013 = Explode BOM: Summarized BOM
Text Symbol: 015 = Where-Used List: Material
Text Symbol: 215 = Where-Used List: Single-Level Class
Text Symbol: 315 = Where-Used List: Single-Level Document
Text Symbol: 401 = Stack


INCLUDES used within this REPORT SAPMC29L

INCLUDE MC29LTOP.
INCLUDE MC29LOC1.
INCLUDE MC29LOF1.
INCLUDE MC29LOK1. "YHG130758
INCLUDE MC29LOP1. "YHGK000420
INCLUDE MC29LOV1.
INCLUDE MC29LIC1. "YHGK000420
INCLUDE MC29LIE1.
INCLUDE MC29LIF1.
INCLUDE MC29LIP1. "YHGK000136
INCLUDE MC29LIS1. "YHG126159
INCLUDE MC29LFA1.
INCLUDE MC29LFD1. "YHGK081810
INCLUDE MC29LFF1.
INCLUDE MC29LFG1. "YHGK050884
INCLUDE MC29LFK1. "YHGK077295
INCLUDE MC29LFM1.
INCLUDE MC29LFR1.
INCLUDE MC29LFS1.
INCLUDE MC29LFT1.
INCLUDE MC29LFW1. "YHG130758
INCLUDE MC29LFU1.
INCLUDE MC29LIW1.


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