SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

MFBWEF12 SAP ABAP INCLUDE - Include for SAPMFBWE







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


Text pool values


Title: Include for SAPMFBWE


INCLUDES used within this REPORT MFBWEF12

INCLUDE MFBWXF01 .


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:

FI_DME_CHARACTERS CALL FUNCTION 'FI_DME_CHARACTERS' IMPORTING e_crlf = h_crlf.

READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING xkunnr = kna1-fiskn IMPORTING xkna1 = kna1 EXCEPTIONS not_found = 4.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = selection address_group = 'CA01' "damit SADR gelesen wird, solang IMPORTING "Daten noch nicht umgesetzt wurd address_value = address_value "beide Strukturen gefüllt sadr = sadr "nimm eine von beiden EXCEPTIONS address_not_exist = 1 OTHERS = 2. "SADR40A

T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = ls_bukrs IMPORTING wt001 = ls_t001 EXCEPTIONS not_found = 1 wrong_call = 2 OTHERS = 3.

GET_CUP_CIG_BOE_IT CALL FUNCTION 'GET_CUP_CIG_BOE_IT' EXPORTING bukrs = ls_bukrs gjahr = ls_gjahr boen = ls_beon IMPORTING cup = ls_cup cig = ls_cig.



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