Application Development 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: 

BAPI_CATIMESHEETMGR_CHANGE

Former Member
0 Kudos

Hello,

I'm a new to ABAP and I need some help with the  BAPI_CATIMESHEETMGR_CHANGE.

I have to change the extension data from catsdb, and I think I have to use  BAPI_CATIMESHEETMGR_CHANGE.

I've done basic tests for one record in catsdb with this bapi without the extension part and I've noticed that the record change the status from 10 to 30.

After a second run a new record is created with status 30 and the first one seems to change to status 60.

This seems a bit dangerous for my requirement, because I only need to change the z-fields of my extension.

My question is... is there some way to change ONLY the extension part of the catsdb table (the z-fields) without changing anything in the "normal" part of the catsdb table?

A sample code would be appreciated.

Many thanks.

Juan

2 REPLIES 2

Former Member
0 Kudos

Hi Juan,

Why don't you make a copy of the table catsdb ?

This will be perfect to try anything you want on the copied table.


Regards,

Ashvin

Former Member
0 Kudos

Hello,

I've found the fm CATS_SAVE_CATSDB, I think it will be suiteable for my needs.

Thanks to all.

Juanje