Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Run-Time-Error when save customize table strip data in freight order

Former Member
0 Likes
1,175

Hi BOPF Expert,

   I add a customize table strip in freight order side, and it's base on a customize node in BOBX creation.

   in this table strip customize area, after i entry input fields and click SAVE button, a run-time-error occurs.

  

   check ST22 see:

  

    check abap program side:     

    

      please advice, many thank.

Hi BOPF Expert,

   I add a customize table strip in freight order side, and it's base on a customize node in BOBX creation.

   in this table strip customize area, after i entry input fields and click SAVE button, a run-time-error occurs.

  

   check ST22 see:

  

    check abap program side:     

    

      please advice, many thank.

3 REPLIES 3
Read only

cyclingfisch_
SAP Mentor
SAP Mentor
0 Likes
1,130

Hi Jay,

If I get a BOPF exception like this, I set a break point into the constructor of the BOPF exception:

/BOBF/CX_FRW.

If you debug it, you can get more information about the root cause.

E.g. the variable mo_message will hopefully contain a meaningful error message, and the variable mv_key contains the GUID of the instance causing the error and the variable mv_node contains the GUID of the corresponding node. By copying the GUID and search for it in BOBX the corresponding node will be found.

Cheers,

Martin

Read only

0 Likes
1,129

Hi Martin,

   I debugged and found that there is no value at that moment in /BOBF/CX_FRW constructor.

Read only

0 Likes
1,129

Hi Jay,

In this case check the call stack (desktop 2) to find out where the exception was raised. If it was raised in custom coding, it's recommended to fill the corresponding parameters which are empty in the constructor.

Cheers,

Martin