2016 Aug 13 10:30 AM
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.
2016 Aug 15 8:19 AM
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
2016 Aug 15 4:25 PM
Hi Martin,
I debugged and found that there is no value at that moment in /BOBF/CX_FRW constructor.
2016 Aug 16 7:28 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |