SAP Reports / Programs

/MFS/INVE_OBJDELTA SAP ABAP Report - FieldService Inventory: Create delta message for SAP Netweaver Mobile







/MFS/INVE_OBJDELTA 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 /MFS/INVE_OBJDELTA into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/MFS/INVDELTA - FieldService delta load


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


Text pool values


Selection Text: P_SIZE = Package Size
Title: FieldService Inventory: Create delta message for SAP Netweaver Mobile
Text Symbol: 000 = No authorization for message type 'MEREP_DELTABO'


INCLUDES used within this REPORT /MFS/INVE_OBJDELTA

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_log_handle i_msgty = 'E' i_text = lv_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = ' ' i_t_log_handle = lt_log_handles EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_save_all = ' ' i_t_log_handle = lt_log_handles EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

ENQUEUE_E_BDCPS CALL FUNCTION 'ENQUEUE_E_BDCPS' EXPORTING mestype = lc_mestyp EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'B1' number = '115' "Message type already being processed par1 = lv_par IMPORTING return = ls_return.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' cl = 'B1' number = '156' "Error locking change pointer for message type par1 = lv_par IMPORTING return = ls_return.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = lv_log_handle i_msgty = 'E' i_text = lv_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

/MFS/INVE_DELTA_MSG_CREATE CALL FUNCTION '/MFS/INVE_DELTA_MSG_CREATE' EXPORTING iv_messagetype = lc_mestyp iv_block_size = lv_size TABLES return = lt_return CHANGING cv_log_handle = lv_log_handle EXCEPTIONS unspported_calltype = 1 cp_reading_error = 2.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.



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 /MFS/INVE_OBJDELTA or its description.