2012 Sep 05 3:06 PM
Hi Experts,
I am using the FM CONVERSION_EXIT_ABPSP_INPUT to convert the External WBS to Internal format of WBS, in order to create Internal order from it.
This is being done in Interface.
Now when we have an incorrect entry of WBS given to this FM, it gives error in the status bar- 'In one section there is no number. "X.00000.00000.00.00.00.0'
As I am looping on to the number of records, records after this incorrect WBS does not get processed.
Could you please let me know how can I capture the error for that WBS & proceed to next records.
Thanks
Vinay
2012 Sep 05 3:24 PM
Hi Vinay,
Use this
CALL FUNCTION 'CONVERSION_EXIT_ABPSP_INPUT'
EXPORTING INPUT = < Variable>
INPORTING OUTPUT = <Variable>
EXCEPTIONS
ERROR_MESSAGE = 99.
Regards,
Rudra
2012 Sep 05 4:15 PM
2021 Mar 19 12:18 PM
Hi Vinay,
I know this post is a history now. But what solution had you found.
Regards,
Arya
2021 Dec 09 1:50 PM