ABAP Runtime Errors

RFC_BOXED_COMPONENT_IN_TABLE SAP ABAP Runtime Error rfc boxed component in table







RFC_BOXED_COMPONENT_IN_TABLE 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.


RFC_BOXED_COMPONENT_IN_TABLE ABAP Runtime Error

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

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.

P1 = <runtime parameter> Error while transporting a table with boxed components using RFC Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

Check for boxed components in the structures that you submit to the tables parameters of the function call.

If boxed components are used, note that these can only be used in importing, exporting, and changing parameters and CANNOT be submitted as tables parameters.

Modify the call coding of the function module accordingly, or contact the owner/responsible component for the function module.

Boxed components can only be used in remote function calls if the new basXML based serialization format is also being used.
This means that the RFC destination and the calling function module must be marked as basXML capable.

If the error should persist, proceed as follows: Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

An error occurred while transporting parameter <runtime parameter>, which contains a boxed component, using RFC protocol.