ABAP Runtime Errors

CALL_FUNCTION_BACK_REJECTED SAP ABAP Runtime Error call function back rejected







CALL_FUNCTION_BACK_REJECTED is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: A - ABAP Programming Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


CALL_FUNCTION_BACK_REJECTED ABAP Runtime Error

There are two solutions for this that can be carried out by application department responsible for transaction <runtime parameter> and main program <runtime parameter>.
1) Program <runtime parameter> allows RFC callbacks to be called in its ABAP context.

2) The RFC function module that initiated the call of function module "<runtime parameter>" must prevent the RFC callback. Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Parameter....: <runtime parameter>, <runtime parameter>, <runtime parameter>
Parameter....: <runtime parameter>, <runtime parameter> RFC callback call not permitted in ABAP program Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Transaction <runtime parameter> or ABAP program <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

In main program <runtime parameter> it was specified that no RFC callbacks can be called in its ABAP context. A function module was called here that executed an RFC callback using ABAP statement CALL FUNCTION '<runtime parameter>' DESTINATION 'BACK' ... This action resulted in this ABAP short dump.

This action was triggered explicitly by the application in transaction <runtime parameter> and in ABAP main program <runtime parameter>. This is an application problem. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

'BACK' (RFC callbacks) called in ABAP context <runtime parameter>. RFC callbacks were explicitly prevent by program <runtime parameter> however. This is an application problem. The active transaction was <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.