SAP Reports / Programs | Materials Management | Purchasing | Subsequent Settlement(MM-PUR-VM-SET) SAP MM

BON14F01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT BON14F01

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:

MM_ARRANG_SELECTION_EBAB CALL FUNCTION 'MM_ARRANG_SELECTION_EBAB' * selektion v. ebab-eintraegen

MM_ARRANG_GET_SETTLE_TYPE_TEXT CALL FUNCTION 'MM_ARRANG_GET_SETTLE_TYPE_TEXT' * TEXT ZUR ABRECHNUNGSART HOLEN EXPORTING SETTLEMENT_TYPE = L_EBAB-ATYPE IMPORTING SETTLE_TYPE_TEXT = L_EBAB_LI-ARTABR_TXT.

MM_ARRANG_GET_UMSVER_TYPE_TEXT CALL FUNCTION 'MM_ARRANG_GET_UMSVER_TYPE_TEXT' * TEXT ZUR ART DER UMSATZVERTEILUNG HOLEN EXPORTING I_UMSVER_TYPE = L_EBAB-UMSVT IMPORTING E_UMSVER_TYPE_TEXT = L_EBAB_LI-UMSVT_TXT.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * FELDKATALOG FUER ABRECHNUNGSLAUF AUFBAUEN EXPORTING I_STRUCTURE_NAME = 'EBAB_LI' I_INTERNAL_TABNAME = 'L_EBAB_LI' I_INCLNAME = 'RWMBON14' CHANGING CT_FIELDCAT = L_FIELDCAT1 EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * FELDKATALOG FUER ABSPRACHE AUFBAUEN EXPORTING I_STRUCTURE_NAME = 'KNUMA_LI' I_INTERNAL_TABNAME = 'L_KNUMA_LI' I_INCLNAME = 'RWMBON14' CHANGING CT_FIELDCAT = L_FIELDCAT2 EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' * ZWEIZEILIGE LISTE AUSGEBEN EXPORTING * I_INTERFACE_CHECK = YES * NUR BEI PROBLEMANALYSE SETZEN I_CALLBACK_PROGRAM = 'RWMBON14' I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IT_FIELDCAT = L_FIELDCAT1 IS_LAYOUT = L_IS_LAYOUT I_INTERFACE_CHECK = NO I_TABNAME_HEADER = 'L_EBAB_LI' I_TABNAME_ITEM = 'L_KNUMA_LI' IS_KEYINFO = L_KEYINFO TABLES T_OUTTAB_HEADER = L_EBAB_LI T_OUTTAB_ITEM = L_KNUMA_LI.

MM_KONA_ARRAY_READ CALL FUNCTION 'MM_KONA_ARRAY_READ' * ABSPRACHEN EINLESEN TABLES I_KONA_KEYTAB = L_KONA_KEYTAB T_KONA = T_KONA EXCEPTIONS ERR_NO_RECORDS_REQUESTED = 1 ERR_NO_RECORDS_FOUND = 2 OTHERS = 3.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = DD07V-DOMNAME DOMVALUE = DD07V-DOMVALUE_L IMPORTING DDTEXT = G_BOSTA_TEXT-TEXT.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = L_KNUMA IMPORTING output = L_KNUMA.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = L_DD07V-DOMNAME DOMVALUE = L_DD07V-DOMVALUE_L IMPORTING DDTEXT = L_DD07V-DDTEXT.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = L_DD07V-DOMNAME DOMVALUE = L_DD07V-DOMVALUE_L IMPORTING DDTEXT = L_DD07V-DDTEXT.

MM_BOART_READ CALL FUNCTION 'MM_BOART_READ' EXPORTING I_BOART = I_BOART I_SPRAS = SY-LANGU READ_BOART_TEXT = YES IMPORTING E_T6B1T = E_T6B1 EXCEPTIONS INVALID_BOART = 01 MISSING_BOART_TEXT = 02.



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