SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RPFIBKRU_MO_CR_OFFLN SAP ABAP Report - MO offline creation







RPFIBKRU_MO_CR_OFFLN 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 RPFIBKRU_MO_CR_OFFLN 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

FIBKRU_MO_CR_OFFLN - MO offline creation


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 RPFIBKRU_MO_CR_OFFLN. "Basic submit
SUBMIT RPFIBKRU_MO_CR_OFFLN AND RETURN. "Return to original report after report execution complete
SUBMIT RPFIBKRU_MO_CR_OFFLN 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_OVRWRT = D .
Selection Text: SO_BELNR = D .
Selection Text: SO_BUDAT = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_GJAHR = D .
Title: MO offline creation
Text Symbol: 001 = FI document selection parameters
Text Symbol: 002 = Processing parameters


INCLUDES used within this REPORT RPFIBKRU_MO_CR_OFFLN

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:

FIBKRU_CHECK_MIGRATION CALL FUNCTION 'FIBKRU_CHECK_MIGRATION' EXCEPTIONS MIGRATION_MO_ERROR = 1 OTHERS = 2.

FIBKRU_MEMO_ORDER_CREATION CALL FUNCTION 'FIBKRU_MEMO_ORDER_CREATION' EXPORTING I_MESSTAB = 'X' IMPORTING E_MESSTAB = LT_MSG TABLES * t_bkp1 = lt_bkp1 T_BKPF = LT_BKPF_PROC * t_bsec = lt_bsec * t_bsed = lt_bsed T_BSEG = LT_BSEG_PROC * t_bset = lt_bset * t_bseu = lt_bseu .

FIBKRU_SAVE_MO_INTO_DB CALL FUNCTION 'FIBKRU_SAVE_MO_INTO_DB' IN UPDATE TASK EXPORTING * I_MEMORDER_HD = LS_MO T_MEMORDER_HD = LT_OLD_MO_PROC I_ACTION = 'M' * EXCEPTIONS * UPDATE_ERROR = 1 * WRONG_OPERATION = 2 * OTHERS = 3 .

BAL_LOG_CREATE * CALL FUNCTION 'BAL_LOG_CREATE' * EXPORTING * i_s_log = ls_bal_header * IMPORTING * e_log_handle = lf_log_handle * EXCEPTIONS * log_header_inconsistent = 1 * OTHERS = 2.

APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING OBJECT = GC_MSG_OBJ * subobject = lv_subobject LOG_HANDLE = LF_LOG_HANDLE UPDATE_OR_INSERT = 'I' TABLES MESSAGES = LT_LOG EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING OBJECT = GC_MSG_OBJ * subobject = lv_subobject LOG_HANDLE = LF_LOG_HANDLE TABLES OBJECT_WITH_LOGNUMBER = LT_LOGNUM EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.

SWE_EVENT_CREATE CALL FUNCTION 'SWE_EVENT_CREATE' EXPORTING OBJTYPE = 'FIRU_CMO' OBJKEY = OBJKEY EVENT = 'CANCEL' * CREATOR = ' ' * TAKE_WORKITEM_REQUESTER = ' ' * START_WITH_DELAY = ' ' * START_RECFB_SYNCHRON = ' ' * NO_COMMIT_FOR_QUEUE = ' ' * DEBUG_FLAG = ' ' * NO_LOGGING = ' ' * IDENT = * IMPORTING * EVENT_ID = * RECEIVER_COUNT = TABLES EVENT_CONTAINER = CONTAINER EXCEPTIONS OBJTYPE_NOT_FOUND = 1 OTHERS = 2.

APPL_LOG_DISPLAY CALL FUNCTION 'APPL_LOG_DISPLAY' EXPORTING OBJECT = GC_MSG_OBJ * subobject = '' * EXTERNAL_NUMBER = * OBJECT_ATTRIBUTE = 0 * SUBOBJECT_ATTRIBUTE = 0 * EXTERNAL_NUMBER_ATTRIBUTE = 0 DATE_FROM = BEGDATE TIME_FROM = BEGTIME DATE_TO = ENDDATE TIME_TO = ENDTIME * TITLE_SELECTION_SCREEN = ' ' * TITLE_LIST_SCREEN = ' ' * COLUMN_SELECTION = '11112221122 ' COLUMN_SELECTION = GC_CLMN_SLCTN SUPPRESS_SELECTION_DIALOG = 'X' * COLUMN_SELECTION_MSG_JUMP = '1' * EXTERNAL_NUMBER_DISPLAY_LENGTH = 20 * I_S_DISPLAY_PROFILE = * I_VARIANT_REPORT = ' ' * I_SRT_BY_TIMSTMP = ' ' * IMPORTING * NUMBER_OF_PROTOCOLS = EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING I_S_LOG = LS_BAL_HEADER IMPORTING E_LOG_HANDLE = LF_LOG_HANDLE EXCEPTIONS LOG_HEADER_INCONSISTENT = 1 OTHERS = 2.



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