SAP Reports / Programs

RFKKBOR_REQUEST SAP ABAP INCLUDE - Program for Object Type CA_REQUEST : Request







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


Text pool values


Title: Program for Object Type CA_REQUEST : Request


INCLUDES used within this REPORT RFKKBOR_REQUEST

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:

FKK_ORDER_SELECT_ORDER CALL FUNCTION 'FKK_ORDER_SELECT_ORDER' EXPORTING i_ordnr = object-key-requestnumber EXCEPTIONS not_found = 1 OTHERS = 2.

BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = 'E' 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_REQUEST' i_objkey = objkey i_error = lasterror.

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_REQUEST' i_objkey = objkey i_error = lasterror.

FKK_ORDER_REJECT CALL FUNCTION 'FKK_ORDER_REJECT' EXPORTING i_ordnr = object-key-requestnumber EXCEPTIONS REJECTED_FAILED = 1 ERROR_MESSAGE = 2 OTHERS = 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_REQUEST' i_objkey = objkey i_error = lasterror.

FKK_ORDER_APPROVED_SET CALL FUNCTION 'FKK_ORDER_APPROVED_SET' EXPORTING i_ordnr = object-key-requestnumber EXCEPTIONS approved_failed = 1 OTHERS = 2.

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_REQUEST' i_objkey = objkey i_error = lasterror.

BAPI_REQUEST_CREATE CALL FUNCTION 'BAPI_REQUEST_CREATE' EXPORTING requestheadin = requestheadin requestnumberext = requestnumberext requestcontrol = requestcontrol IMPORTING requestheadout = requestheadout requestnumber = object-key-requestnumber TABLES return = return extensionout = extensionout extensionin = extensionin requestdocument = requestdocument requestduedataout = requestduedataout requestduedatain = requestduedatain requestitemout = requestitemout requestitemin = requestitemin EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_GETDETAIL CALL FUNCTION 'BAPI_REQUEST_GETDETAIL' EXPORTING requestnumber = object-key-requestnumber readarchive = readarchive IMPORTING requestheadout = requestheadout TABLES requestitemout = requestitemout requestduedataout = requestduedataout requestdocument = requestdocument extensionout = extensionout return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_CHANGE CALL FUNCTION 'BAPI_REQUEST_CHANGE' EXPORTING requestnumber = object-key-requestnumber requestheadin = requestheadin requestheadx = requestheadx requestcontrol = requestcontrol IMPORTING requestheadout = requestheadout TABLES return = return extensionout = extensionout extensionin = extensionin requestduedataout = requestduedataout requestduedatax = requestduedatax requestduedatain = requestduedatain requestlocks = requestlocks requestitemout = requestitemout requestitemx = requestitemx requestitemin = requestitemin EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_DELETE CALL FUNCTION 'BAPI_REQUEST_DELETE' EXPORTING requestnumber = object-key-requestnumber requestcontrol = requestcontrol TABLES return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_EASYCREATE CALL FUNCTION 'BAPI_REQUEST_EASYCREATE' EXPORTING requestheadin = requestheadin requestnumberext = requestnumberext requestheadx = requestheadx requestcontrol = requestcontrol IMPORTING requestnumber = object-key-requestnumber requestheadout = requestheadout TABLES return = return extensionout = extensionout extensionin = extensionin requestdocument = requestdocument requestduedataout = requestduedataout requestduedatax = requestduedatax requestduedatain = requestduedatain requestlocks = requestlocks requestitemout = requestitemout requestitemx = requestitemx requestitemin = requestitemin EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_ADDPERIODS CALL FUNCTION 'BAPI_REQUEST_ADDPERIODS' EXPORTING requestnumber = object-key-requestnumber requestcontrol = requestcontrol TABLES requestitemin = requestitemin requestitemout = requestitemout requestlocks = requestlocks requestduedatain = requestduedatain requestduedataout = requestduedataout extensionin = extensionin extensionout = extensionout return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_DELETEPERIODS CALL FUNCTION 'BAPI_REQUEST_DELETEPERIODS' EXPORTING requestnumber = object-key-requestnumber requestcontrol = requestcontrol TABLES executionperiods = executionperiods return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_ADDSPECIALDATES





CALL FUNCTION 'BAPI_REQUEST_ADDSPECIALDATES' EXPORTING requestnumber = object-key-requestnumber executionperiod = executionperiod requestcontrol = requestcontrol TABLES requestduedatain = requestduedatain requestduedataout = requestduedataout extensionin = extensionin extensionout = extensionout return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_DELSPECIALDATES CALL FUNCTION 'BAPI_REQUEST_DELSPECIALDATES' EXPORTING requestnumber = object-key-requestnumber executionperiod = executionperiod requestcontrol = requestcontrol TABLES duedateids = duedateids return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_ADDLINEITEMS CALL FUNCTION 'BAPI_REQUEST_ADDLINEITEMS' EXPORTING requestnumber = object-key-requestnumber requestcontrol = requestcontrol TABLES requestitemin = requestitemin requestitemout = requestitemout requestlocks = requestlocks extensionin = extensionin extensionout = extensionout return = return EXCEPTIONS OTHERS = 01.

BAPI_REQUEST_DELLINEITEMS CALL FUNCTION 'BAPI_REQUEST_DELLINEITEMS' EXPORTING requestnumber = object-key-requestnumber requestcontrol = requestcontrol TABLES linenumber = linenumber return = return EXCEPTIONS OTHERS = 01.

FKK_WF_ERROR_GET CALL FUNCTION 'FKK_WF_ERROR_GET' EXPORTING i_objtype = 'CA_REQUEST' i_objkey = objkey IMPORTING e_error = lasterror EXCEPTIONS OTHERS = 2.

FKK_ORDER_REJECT CALL FUNCTION 'FKK_ORDER_REJECT' EXPORTING i_ordnr = object-key-requestnumber EXCEPTIONS REJECTED_FAILED = 1 ERROR_MESSAGE = 2 OTHERS = 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_REQUEST' i_objkey = objkey i_error = lasterror.



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