‎2011 Jul 27 7:51 AM
Hi All,
Requirement: Transfer data from a Z table to CATSDB using BAPI_CATIMESHEETMGR_INSERT.
Issue: In case there is an erroneous data combination of data or data mismatching with the datatype of field in CATSDB , BAPI_CATIMESHEETMGR_INSERT goes to dump.
SAP : 6.20.
I tried searching notes but have not got any for 6.20 release.
Is there any way I can handle this programatically (exception handling etc.)
My design: I have made a custom method which calls this BAPI to update CATSDB.
Thanks,
Regards,
Kumud Singh
‎2011 Jul 27 10:53 AM
Hi Kumud,
Whats is the message you are getting in dump.
Regards,
Madhu.
‎2011 Jul 27 12:03 PM
It gives reference of these:
SAPLCATS
MESSAGES X030(LR)
Regards,
Kumud
‎2012 Nov 14 6:43 AM
Hi Kumud,
Did you get the solution for this? Can we hanble this scenario programmatically ?
If yes please share the solution. Because I am also facing the same issue.
Regards,
Rajesh
‎2012 Nov 14 6:51 PM
Hi Rajesh,
I found out that CATS was dumping because the data provided was erroneous. I found this dump at the initial stages of development. If you pass the right combination of data, you would not face this issue. Moreover, it is easy to debug and find that exact place which causes the dump.
On the other side, I also realize that it should not dump rather throw some error message. There are no SAP notes that I could find to resolve this issue. You could also do a search on available SAP notes.
Thanks.
Regards,
Kumud
‎2012 Nov 16 1:28 PM