RFBKXP04 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 RFBKXP04 into the relevant SAP transactions such as SE38 or SE80
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.
Title: XPRA for Insertion of Indicator if Limit Check is to Take Place
INCLUDE: IBKKCOGL.
No SAP DATABASE tables are accessed within this REPORT code!
BKK_LIMIT_CREATE_INT_LIMIT CALL FUNCTION 'BKK_LIMIT_CREATE_INT_LIMIT' EXPORTING i_mandt = l_tab_bkk42-mandt i_bkkrs = l_tab_bkk42-bkkrs i_acnum_int = l_tab_bkk42-acnum_int i_waers = l_tab_lim_cur-lim_cur TABLES t_bkke1 = l_tab_inter EXCEPTIONS OTHERS = 1.
BKK_LIMIT_CREATE_INT_LIMIT CALL FUNCTION 'BKK_LIMIT_CREATE_INT_LIMIT' EXPORTING i_mandt = l_tab_bkk42-mandt i_bkkrs = l_tab_bkk42-bkkrs i_acnum_int = l_tab_bkk42-acnum_int i_waers = l_tab_bkk42-waers TABLES t_bkke1 = l_tab_inter EXCEPTIONS OTHERS = 1.
APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' TABLES xmsg = l_tab_sprot_u EXCEPTIONS file_not_found = 1 prot_not_initialized = 2 wrong_call = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFBKXP04 - XPRA for Insertion of Indicator if Limit Check is to Take Place RFBKXP04 - XPRA for Insertion of Indicator if Limit Check is to Take Place RFBKXP03 - XPRA for Insertion of Currency in Direct Debit Orders RFBKXP03 - XPRA for Insertion of Currency in Direct Debit Orders RFBKXP02 - XPRA for Insertion of Currency in Direct Debit Orders RFBKXP02 - XPRA for Insertion of Currency in Direct Debit Orders