SAP Reports / Programs | Cross-Application Components(CA) SAP CA

BWULANEU SAP ABAP Report - Test







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


Text pool values


Title: Test
Text Symbol: 021 = Vendor batch usage
Text Symbol: 020 = Display material
Text Symbol: 019 = Display individual documents
Text Symbol: 018 = Display batch
Text Symbol: 017 = (recursive)
Text Symbol: 016 = (redundant)
Text Symbol: 015 = Vendor batch
Text Symbol: 014 = Batch locked
Text Symbol: 013 = Release batch
Text Symbol: 012 = SC order
Text Symbol: 011 = Process order
Text Symbol: 010 = Production order
Text Symbol: 009 = Plant
Text Symbol: 008 = Material
Text Symbol: 007 = Quantity
Text Symbol: 006 = Batch
Text Symbol: 005 = Refresh display
Text Symbol: 004 = Bottom-up
Text Symbol: 003 = Top-down
Text Symbol: 002 = Collapse area
Text Symbol: 001 = Expand area
Text Symbol: 022 = Display order
Text Symbol: 041 = Change layout...
Text Symbol: 040 = Delete line
Text Symbol: 039 = Export...
Text Symbol: 038 = Print...
Text Symbol: 037 = Find...
Text Symbol: 036 = Sort in descending order
Text Symbol: 035 = Sort in ascending order
Text Symbol: 034 = Working area
Text Symbol: 033 = Display all postings for &1 &2
Text Symbol: 032 = Display all documents
Text Symbol: 031 = Order
Text Symbol: 030 = Postings of &1 &2 to batch &3
Text Symbol: 029 = Postings of batch &1 to &2 &3
Text Symbol: 028 = Transfer postings from batch &1, mat. &2, plant &3
Text Symbol: 027 = Transfer postings to batch &1, mat. &2, plant &3





Text Symbol: 026 = Display batch where-used list
Text Symbol: 025 = Bottom-up expansion
Text Symbol: 024 = Top-down expansion
Text Symbol: 023 = Display SC order


INCLUDES used within this REPORT BWULANEU

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:

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING KZDCH = BATCH_LEVEL.

CHVW_EXPLODE_ALL CALL FUNCTION 'CHVW_EXPLODE_ALL' EXPORTING I_MATNR = FRS_MATNR I_WERKS = FRS_WERKS I_CHARG = FRS_CHARG I_DFCHVW = *DFCHVW TABLES T_SHADOW = SHADOW.

CHVW_EXPLODE_ALL CALL FUNCTION 'CHVW_EXPLODE_ALL' EXPORTING I_MATNR = FRS_MATNR I_WERKS = FRS_WERKS I_CHARG = FRS_CHARG I_DFCHVW = *DFCHVW TABLES T_SHADOW = SHADOW.

CHVW_BUFFER_RESET CALL FUNCTION 'CHVW_BUFFER_RESET'.

CHVW_READ CALL FUNCTION 'CHVW_READ' EXPORTING I_MATNR = AKT_SHADOW-MATNR I_WERKS = AKT_SHADOW-WERKS I_CHARG = AKT_SHADOW-CHARG I_XZUGA = FRS_XZUGA I_AUFNR = AKT_SHADOW-AUFNR I_EBELN = AKT_SHADOW-EBELN I_UMMAT = AKT_SHADOW-UMMAT I_UMWRK = AKT_SHADOW-UMWRK I_UMCHA = AKT_SHADOW-UMCHA TABLES T_CHVW = AKT_CHVW EXCEPTIONS INVALID_INPUT_DATA = 1 NO_ENTRY_FOUND = 2 OTHERS = 99.

CHVW_READ CALL FUNCTION 'CHVW_READ' EXPORTING I_MATNR = AKT_SHADOW-MATNR I_WERKS = AKT_SHADOW-WERKS I_CHARG = AKT_SHADOW-CHARG I_XZUGA = '*' TABLES T_CHVW = AKT_CHVW EXCEPTIONS OTHERS = 99.

CHVW_READ CALL FUNCTION 'CHVW_READ' EXPORTING I_AUFNR = AKT_SHADOW-AUFNR I_XZUGA = '*' TABLES T_CHVW = AKT_CHVW EXCEPTIONS OTHERS = 99.

CHVW_READ CALL FUNCTION 'CHVW_READ' EXPORTING I_EBELN = AKT_SHADOW-EBELN I_XZUGA = '*' TABLES T_CHVW = AKT_CHVW EXCEPTIONS OTHERS = 99.



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