SAP Reports / Programs | Materials Management | Materials Management | Inventory Controlling(MM-IS-IC) SAP MM

BAB20E03 SAP ABAP INCLUDE - Start of Selection







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


Text pool values


Title: Start of Selection


INCLUDES used within this REPORT BAB20E03

No INCLUDES are used within this REPORT code!


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:

MATERIALIEN_ZUM_WERK CALL FUNCTION 'MATERIALIEN_ZUM_WERK' EXPORTING ALLE_MATERIALIEN = XLVORM LAGERMATERIALIEN = XALAGER WAEHRUNG = WAERS TABLES MATERIALIEN = MATERIAL WERKE = WERKE WERTETABELLE = WERTETAB MTART = MTART MATKL = MATKL EKGRP = EKGRP DISMM = DISMM DISPO = DISPO MAABC = MAABC EXCEPTIONS NOT_FOUND = 01.

MENGEN_ZU_WERKSMATERIAL CALL FUNCTION 'MENGEN_ZU_WERKSMATERIAL' EXPORTING BEDARFE_LESEN = SPACE VERBRAEUCHE_LESEN = 'X' VON_DATUM = VDATVER BIS_DATUM = BDATVER FLG_DISPOVERBR = FLGDISPO TABLES WERTETABELLE = WERTETAB BERID_RANGE = BERID.

WERTE_ZU_WERKSMATERIAL CALL FUNCTION 'WERTE_ZU_WERKSMATERIAL' EXPORTING MANDANTENWAEHRUNG = WKUM FLG_AOBJ = AOBJ TABLES WERTETABELLE = WERTETAB EXCEPTIONS GESAMTWERT_NULL = 01.

LESEN_MATERIALKURZTEXTE CALL FUNCTION 'LESEN_MATERIALKURZTEXTE' TABLES WERTETABELLE = WERTETAB.

WERTETABELLE_KUMULIERT CALL FUNCTION 'WERTETABELLE_KUMULIERT' EXPORTING FLG_AOBJ = SPACE TABLES WERTETABELLE = WERTETAB EXCEPTIONS OTHERS = 1.

ABC_ANALYSE CALL FUNCTION 'ABC_ANALYSE' EXPORTING ANZ_MAT_ABS_A = AMABA ANZ_MAT_ABS_B = AMABB ANZ_MAT_ABS_FLAG = WAHL4 ANZ_MAT_PROZ_A = AMPRA ANZ_MAT_PROZ_B = AMPRB ANZ_MAT_PROZ_C = AMPRC ANZ_MAT_PROZ_FLAG = WAHL3 K_WERT_ABS_A = AGABA K_WERT_ABS_B = AGABB K_WERT_ABS_FLAG = WAHL2 K_WERT_PROZ_A = AGPRA K_WERT_PROZ_B = AGPRB K_WERT_PROZ_C = AGPRC K_WERT_PROZ_FLAG = WAHL1 WERKS_UEBERGREIFEND = WKUM TABLES WERTE = WERTETAB EXCEPTIONS PROZENTSUMME_NICHT_100 = 01 STRATEGIE_FEHLT = 02 STRATEGIE_NICHT_EINDEUTIG = 03 WERTETABELLE_LEER = 04.

LISTE_ABC_ANALYSE CALL FUNCTION 'LISTE_ABC_ANALYSE' EXPORTING LIST_AUFBAU = ZEIL SEITEN_STATUS = SEITENSTATUS STEUER_LEISTE = RMCB0 CONSUMPTION = 'X' REQUIREMENT = SPACE BATCH_ABC_UPDATE = BUPD TCODE = TCODE TABLES WERTE = WERTETAB.



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