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

Message type 'X' dump in BAPI_CATIMESHEETMGR_INSERT

kumud
Active Contributor
0 Likes
687

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

5 REPLIES 5
Read only

madhu_vadlamani
Active Contributor
0 Likes
635

Hi Kumud,

Whats is the message you are getting in dump.

Regards,

Madhu.

Read only

0 Likes
635

It gives reference of these:

SAPLCATS

MESSAGES X030(LR)

Regards,

Kumud

Read only

0 Likes
635

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

Read only

0 Likes
635

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

Read only

0 Likes
635

Thanks for reply Kumud.

Thanks,

Rajesh