RFKKBOR_P2P 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 RFKKBOR_P2P 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: Program for Object Type CA_P2P: FI-CA Promise to Pay
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_PROMISE2PAY_READ CALL FUNCTION 'FKK_PROMISE2PAY_READ' EXPORTING i_ppkey = l_ppkey EXCEPTIONS error_message = 1.
FKK_PROMISE2PAY_UI_SHOW CALL FUNCTION 'FKK_PROMISE2PAY_UI_SHOW' EXPORTING i_ppkey = l_ppkey i_full_screen = 'X' EXCEPTIONS error_message = 1.
FKK_PROMISE2PAY_UI_AUTHORIZE CALL FUNCTION 'FKK_PROMISE2PAY_UI_AUTHORIZE' EXPORTING i_ppkey = l_ppkey i_full_screen = 'X' IMPORTING e_answer = l_answer EXCEPTIONS nothing_found = 1 no_authority = 2 error_message = 3.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = lasterror.
FKK_WF_ERROR_STORE CALL FUNCTION 'FKK_WF_ERROR_STORE' EXPORTING i_objtype = 'CA_P2P' i_objkey = objkey i_error = lasterror.
FKK_PROMISE2PAY_ACCEPT CALL FUNCTION 'FKK_PROMISE2PAY_ACCEPT' EXPORTING i_ppkey = l_ppkey EXCEPTIONS promise_not_found = 1 enqueue_error = 2 error_message = 3 OTHERS = 4.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = lasterror.
FKK_WF_ERROR_STORE CALL FUNCTION 'FKK_WF_ERROR_STORE' EXPORTING i_objtype = 'CA_P2P' i_objkey = objkey i_error = lasterror.
FKK_PROMISE2PAY_WITHDRAW CALL FUNCTION 'FKK_PROMISE2PAY_WITHDRAW' EXPORTING i_ppkey = l_ppkey i_ppsta = '6' i_pprsw = space i_called_from_wf = 'X' EXCEPTIONS promise_not_found = 1 enqueue_error = 2 withdraw_error = 3 error_message = 5 OTHERS = 4.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = lasterror. "nicht definiert??
FKK_WF_ERROR_STORE CALL FUNCTION 'FKK_WF_ERROR_STORE' EXPORTING i_objtype = 'CA_P2P' i_objkey = objkey i_error = lasterror.
FKK_WF_ERROR_GET CALL FUNCTION 'FKK_WF_ERROR_GET' EXPORTING i_objtype = 'CA_P2P' i_objkey = objkey IMPORTING e_error = lasterror EXCEPTIONS OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKBOR_P2P - Program for Object Type CA_P2P: FI-CA Promise to Pay RFKKBOR_P2P - Program for Object Type CA_P2P: FI-CA Promise to Pay RFKKBOR_MASTERAGR - Program for Object Type CA_MSTRAGR : Master Agreement RFKKBOR_MASTERAGR - Program for Object Type CA_MSTRAGR : Master Agreement RFKKBOR_KEYPP - Program for Object Type CA_DOC : FI-CA Document RFKKBOR_KEYPP - Program for Object Type CA_DOC : FI-CA Document