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

BONE2F00 SAP ABAP INCLUDE - Subprograms







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


Text pool values


Title: Subprograms


INCLUDES used within this REPORT BONE2F00

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:

SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING OBJTYPE = OBJTYPE_BONUS OBJKEY = OBJKEY EVENT = EVENT IMPORTING EVENT_ID = EVENT_ID EXCEPTIONS OBJTYPE_NOT_FOUND = 1 OTHERS = 2.

MM_ARRANG_TRANS_ERR_MSG_SING CALL FUNCTION 'MM_ARRANG_TRANS_ERR_MSG_SING' EXPORTING I_KONA = I_KONA I_VAKE = LS_VAKE I_ERROR_MESSAGES = ERROR_MESSAGES I_WITH_KNUMH = NO TABLES T_VARIABLE_KEY = LT_VARIABLE_KEY T_ERROR_MESSAGES_ARR = LS_ARRANGERRA-ARRANG_ERROR.

MM_ARRANG_GET_MESSAGE_TEXT CALL FUNCTION 'MM_ARRANG_GET_MESSAGE_TEXT' EXPORTING I_ERROR_MESSAGES = ERROR_MSG IMPORTING E_TEXT = OUT300 EXCEPTIONS PARAMETER_ERROR = 01 OTHERS = 02.

MM_ARRANG_STANDARD_ANALYSIS CALL FUNCTION 'MM_ARRANG_STANDARD_ANALYSIS' EXPORTING ARRANGEMENT = HIDE_KONA.

MM_ARRANG_STANDARD_ANALYSIS CALL FUNCTION 'MM_ARRANG_STANDARD_ANALYSIS' EXPORTING ARRANGEMENT = HIDE_KONA EXTENSIONS = YES.

MM_ARRANG_DISPLAY_MESSAGE_DOCU CALL FUNCTION 'MM_ARRANG_DISPLAY_MESSAGE_DOCU' EXPORTING I_ERROR_MESSAGES = HIDE_ERROR_MESSAGES EXCEPTIONS PARAMETER_ERROR = 01 OTHERS = 02.

MM_ARRANG_LIST_PAGE_SELECTION CALL FUNCTION 'MM_ARRANG_LIST_PAGE_SELECTION' EXPORTING LAST_PAGE = G_LAST_PAGE IMPORTING SELECTED_PAGE = G_PAGNO_SCROLL.

MM_ARRANGEMENT_LIST_DIALOG CALL FUNCTION 'MM_ARRANGEMENT_LIST_DIALOG' EXPORTING I_ARRANGEMENT_NUMBER = KNUMA I_REPORT_TYP = REPORT_TYP I_DOCUMENT_POST = YES I_OUTPUT_AS_POPUP = YES I_NOCHANGE = NOCHANGE EXCEPTIONS INVALID_REPORT_TYPE = 01 ARRANGEMENT_NOT_FOUND = 02 ARRANG_NO_CONDITIONS = 03 ARRANG_TYPE_INVALID_ABTYP = 04 NO_AUTHORITY = 05 ARRANGEMENT_ALREADY_SETTLED = 06 NOT_READY_FOR_SETTLEMENT = 07 CONDITION_RECORD_NOT_FOUND = 08 NO_TURN_OVER = 09 TURN_OVER_COMPARISON_MISSING = 10 INVALID_BOART = 11 no_settlement_documents = 12 NOTHING_TO_DO = 13 ERROR_DURING_SETTLEMENT = 14 function_canceled = 15 others = 16.

MM_ARRANG_EXTENSIONS_READ CALL FUNCTION 'MM_ARRANG_EXTENSIONS_READ' EXPORTING ARRANGEMENT = I_KONA PERFORM_ONLY_CHECK = NO TABLES EXTENDED_ARRANGEMENTS = YKONA EXCEPTIONS NO_EXTENSION_FOR_ARRANGEMENT = 01 INTERNAL_ERROR_ARRANGEMENTS = 02 ARRANGEMENT_NOT_FOUND = 03 ARRANG_ALREADY_NEW_PERIOD = 04.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING SELECTFIELD = FIELDNAME TABLES FIELDS = FIELDS NAMELIST = LIST_OF_FIELDS EXCEPTIONS WRONG_FORMAT_GIVEN = 01.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = FIELDNAME TITEL = TEXT-065 * TEXT: VERLAENGERTE ABSPRACHEN NO_PERS_HELP_SELECT = YES SHOW_ALL_VALUES_AT_FIRST_TIME = YES IMPORTING IND = IND TABLES FIELDS = FIELDS FULL_TABLE = KNUMA_POPUP EXCEPTIONS FULL_TABLE_EMPTY = 01 NO_TABLESTRUCTURE_GIVEN = 02.

MM_ARRANG_DISPLAY_WI_ALV_GRID CALL FUNCTION 'MM_ARRANG_DISPLAY_WI_ALV_GRID' EXPORTING I_REPORT_TYPE = LV_REPORT_TYPE I_ABPAR = LV_ABPAR IS_SCREEN_STATUS = LS_SCREEN_STATUS IT_EXCLUDING = LT_EXCLUDING IS_TITLEBAR = LS_TITLEBAR IT_CONTAINER = LT_CONT IS_RWM01_SELECT = I_RWM01_SELECT.



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