SAP Reports / Programs | Financials | Financial Supply Chain Management | Basic Functions(FIN-FSCM-CLM-CM-CM) SAP FIN

MF40LF00 SAP ABAP INCLUDE - Lockbox Subsequent Processing







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


Text pool values


Title: Lockbox Subsequent Processing


INCLUDES used within this REPORT MF40LF00

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:

REMADV_DISPLAY CALL FUNCTION 'REMADV_DISPLAY' EXPORTING I_AVIK = AVIK I_RFRADC = RFRADC IMPORTING E_RFRADC = RFRADC EXCEPTIONS * locked = 1 NO_AUTHORITY = 2.

REMADV_CHANGE CALL FUNCTION 'REMADV_CHANGE' EXPORTING I_AVIK = AVIK * i_rfradc = ' ' IMPORTING E_RFRADC = RFRADC EXCEPTIONS LOCKED = 1 NO_AUTHORITY = 2 OTHERS = 3.

REMADV_SAVE_DB_ALL CALL FUNCTION 'REMADV_SAVE_DB_ALL' EXPORTING I_DIALOG_UPDATE = 'X'.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING TABNAME = F4-TABNAME FIELDNAME = F4-FIELDNAME IMPORTING SELECT_VALUE = FEBLBX-MODE.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = FEBEP-BUDAT I_PERIV = T001-PERIV IMPORTING E_GJAHR = GJAHR EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

EDI_DOCUMENT_TREE_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_TREE_DISPLAY' EXPORTING DOCNUM = DOCNUM EXCEPTIONS NO_IDOC_FOUND = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-L61 DIAGNOSETEXT2 = TEXT-L62 * DIAGNOSETEXT3 = TEXT-L63 TEXTLINE1 = TEXT-L64 * textline2 = text-l65 TITEL = TEXT-L60 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

ENQUEUE_E_FEBKO CALL FUNCTION 'ENQUEUE_E_FEBKO' EXPORTING ANWND = FEBKO-ANWND ABSND = FEBKO-ABSND AZIDT = FEBKO-AZIDT EMKEY = FEBKO-EMKEY ESNUM = FEBEP-ESNUM EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

UPDATE_FEBKO_VB_STATUS CALL FUNCTION 'UPDATE_FEBKO_VB_STATUS' EXPORTING I_KUKEY = *FEBEP-KUKEY EXCEPTIONS KUKEY_NOT_IN_FEBKO = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-L71 DIAGNOSETEXT2 = TEXT-L72 * diagnosetext3 = text-l73 TEXTLINE1 = TEXT-L74 * textline2 = text-l75 TITEL = TEXT-L70 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

UPDATE_FEBKO_VB_STATUS CALL FUNCTION 'UPDATE_FEBKO_VB_STATUS' EXPORTING I_KUKEY = FEBEP-KUKEY EXCEPTIONS KUKEY_NOT_IN_FEBKO = 1 OTHERS = 2.

CLEAR_ON_ACCOUNT_POSTINGS CALL FUNCTION 'CLEAR_ON_ACCOUNT_POSTINGS' EXPORTING I_FEBKO = febko I_FEBEP = *febep I_MODE = feblbx-mode IMPORTING E_DOC = l_doc.

POSTING_INTERFACE_END * CALL FUNCTION 'POSTING_INTERFACE_END'.

POSTING_INTERFACE_START * CALL FUNCTION 'POSTING_INTERFACE_START' * EXPORTING * I_FUNCTION = 'C' * I_KEEP = SPACE * I_MODE = FEBLBX-MODE * I_USER = SY-UNAME.

POSTING_INTERFACE_CLEARING * CALL FUNCTION 'POSTING_INTERFACE_CLEARING' * EXPORTING * I_AUGLV = AUGLV * I_TCODE = TCODE * IMPORTING * E_SUBRC = SUBRC * E_MSGID = MSGID * E_MSGTY = MSGTY * E_MSGNO = MSGNO * E_MSGV1 = MSGV1 * E_MSGV2 = MSGV2 * E_MSGV3 = MSGV3 * E_MSGV4 = MSGV4 * TABLES * T_FTPOST = FTPOST * T_FTCLEAR = FTCLEAR * T_FTTAX = FTTAX * T_BLNTAB = BLNTAB.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'N' DIAGNOSETEXT1 = TEXT-L81 DIAGNOSETEXT2 = TEXT-L82 DIAGNOSETEXT3 = TEXT-L83 TEXTLINE1 = TEXT-L84 TEXTLINE2 = TEXT-L85 TITEL = TEXT-L80 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

SWU_OBJECT_REFRESH call function 'SWU_OBJECT_REFRESH'.

SWU_OBJECT_PUBLISH call function 'SWU_OBJECT_PUBLISH' EXPORTING objtype = 'BUS4499' objkey = myLBKey.



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