SAP Reports / Programs | Interest/Charge Calculation | Bank Components | Interest/Charge Calculation(IS-B-BCA-PT-IC) SAP IS

RFBKACCINPROC SAP ABAP Report - List of Accounts Edited by End of Day Processing Runs







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

F9N8 - List of Accounts in End of Day Proc.


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 RFBKACCINPROC. "Basic submit
SUBMIT RFBKACCINPROC AND RETURN. "Return to original report after report execution complete
SUBMIT RFBKACCINPROC 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_ACEXT = Account number
Selection Text: P_BKKRS = Bank Area
Selection Text: S_APPCTG = Application Type
Selection Text: S_PRGDAT = Date of First Run Start
Title: List of Accounts Edited by End of Day Processing Runs
Text Symbol: 001 = Time Restriction:
Text Symbol: 002 = Applicatn
Text Symbol: 003 = Search for Acct


INCLUDES used within this REPORT RFBKACCINPROC

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

BKK_PA_PROCESS_GET_STATUS CALL FUNCTION 'BKK_PA_PROCESS_GET_STATUS' EXPORTING * I_PROGN = * I_PROGDATE = * I_PROGNO = * I_TAB_RUNKEY = * I_APPLCATG = I_R_APPLCATG = S_APPCTG[] * I_XFORCE_DB_READ = IMPORTING * E_CURRSTATUS = * E_REALSTATUS = E_TAB_RUNSTAT = G_TAB_PROCESSES[] TABLES I_T_WHERE = G_TAB_WHERE[].

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = U_TABNAME_HEADER I_STRUCTURE_NAME = 'IBKKMRUNINFO' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = C_T_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = U_TABNAME_ITEM I_STRUCTURE_NAME = 'IBKKMLOCKDISPLAY' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING CT_FIELDCAT = C_T_FIELDCAT[] EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING FIELD_RANGES = L_TAB_RANGES[] IMPORTING WHERE_CLAUSES = L_TAB_WHERE[].

BKK_PA_OBJ_CONV_ITOE CALL FUNCTION 'BKK_PA_OBJ_CONV_ITOE' EXPORTING I_OBJCATG = L_S_OBJECT-OBJCATG I_OBJNO = L_S_OBJECT-OBJNO IMPORTING E_S_EXTOBJECT = L_S_ACCOUNT EXCEPTIONS OTHERS = 1.

BKK_MESSAGE_STORE CALL FUNCTION 'BKK_MESSAGE_STORE' EXPORTING I_ID = '1M' I_TYPE = CON_MSGTY_E I_NUMBER = '169' I_MSGV1 = L_S_OBJECT-OBJCATG I_MSGV2 = L_S_OBJECT-OBJNO.

BKK_ACCNT_GET_ACNUM_EXT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_EXT_BKKRS' EXPORTING I_BKKRS = L_S_ACCOUNT-BKKRS I_ACNUM_INT = L_S_ACCOUNT-ACCNOINT IMPORTING E_ACNUM_EXT = C_T_ACCINPROC-LOCKEDACCOUNT EXCEPTIONS OTHERS = 1.

BKK_PA_LOCKS_GET_TEXT CALL FUNCTION 'BKK_PA_LOCKS_GET_TEXT' EXPORTING I_LOCK_CRITERION = L_WRK_LOCK-LOCKCRITERION I_LANGU = SY-LANGU IMPORTING E_T_LOCK_CRITERION = C_T_ACCINPROC-TLOCKCRIT.

BKK_PA_LOCKS_GET_DETAIL_TEXT CALL FUNCTION 'BKK_PA_LOCKS_GET_DETAIL_TEXT' EXPORTING I_LOCKDETAIL = L_WRK_LOCK-LOCKDETAIL IMPORTING E_T_LOCK_DETAIL = C_T_ACCINPROC-TLOCKDETAIL.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = SY-CPROG * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * IS_LAYOUT = IT_FIELDCAT = L_TAB_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' I_SAVE = 'A' IS_VARIANT = L_S_VARIANT * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = 'U_T_RUNS' I_TABNAME_ITEM = 'U_T_ACCINPROC' I_STRUCTURE_NAME_HEADER = 'IBKKMRUNINFO' I_STRUCTURE_NAME_ITEM = 'IBKKMLOCKDISPLAY' IS_KEYINFO = L_S_KEYINFO * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = U_T_RUNS[] T_OUTTAB_ITEM = U_T_ACCINPROC[] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

BKK_CLOSCTRL_LOOP_GET_CURR_ALL CALL FUNCTION 'BKK_CLOSCTRL_LOOP_GET_CURR_ALL' EXPORTING I_TAB_RUNS = L_TAB_RUNS[] IMPORTING E_TAB_RUNBKKRS = L_TAB_RUNBKKRS[].

BKK_PA_PROCESS_GET_DISP CALL FUNCTION 'BKK_PA_PROCESS_GET_DISP' EXPORTING I_PROGN = L_S_RUN-KEY-PROGN I_PROGDATE = L_S_RUN-KEY-PROGDATE I_PROGNO = L_S_RUN-KEY-PROGNO IMPORTING E_TAB_DISPID = L_TAB_DISPID[].

BKK_ACCNT_GET_ACNUM_INT_BKKRS CALL FUNCTION 'BKK_ACCNT_GET_ACNUM_INT_BKKRS' EXPORTING I_ACNUM_EXT = U_ACCOUNT I_BKKRS = U_BKKRS IMPORTING E_RETURN = L_RC E_ACNUM_INT = L_S_ACCOUNT-ACCNOINT.

BKK_PA_OBJ_CONV_ETOI CALL FUNCTION 'BKK_PA_OBJ_CONV_ETOI' EXPORTING I_OBJCATG = L_TAB_OBJ-OBJCATG I_S_EXTOBJECT = L_S_ACCOUNT IMPORTING E_OBJNO = L_TAB_OBJ-OBJNO EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

BKK_WORKL_DB_GET_ALL_OBJECTS CALL FUNCTION 'BKK_WORKL_DB_GET_ALL_OBJECTS' EXPORTING I_TAB_WORKLID = L_TAB_DISPID_ALL[] I_TAB_OBJKEY = L_TAB_OBJ[] TABLES E_T_OBJECTS = C_T_OBJECTS[].

BKK_PA_LOCKS_DB_GET CALL FUNCTION 'BKK_PA_LOCKS_DB_GET' EXPORTING I_TAB_RUNS = L_TAB_RUNKEYS I_TAB_OBJECTS = L_TAB_SINGLE_OBJ TABLES E_T_LOCKS = L_TAB_LOCKS.

BKK_PA_PROCESS_GET_DISP





CALL FUNCTION 'BKK_PA_PROCESS_GET_DISP' EXPORTING I_PROGN = L_WRK_LOCK-PROGN I_PROGDATE = L_WRK_LOCK-PROGDATE I_PROGNO = L_WRK_LOCK-PROGNO IMPORTING E_TAB_DISPID = L_TAB_WORKL.

BKK_PA_CLOSCTRL_SCR_PREP_OUT CALL FUNCTION 'BKK_PA_CLOSCTRL_SCR_PREP_OUT' EXPORTING I_TAB_RUNDATAINT = L_TAB_RUNDATAINT[] IMPORTING E_TAB_RUNDATAEXT = L_TAB_RUNDATAEXT[].



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