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

Data from Web Clock to CATSDB

Former Member
0 Likes
364

Hi all,

I have this requirement -

I have to develop a function module to send out few fields from web clock to CATSDB which is going to be used on the front end by WebDynpro.

I tried to look up and see if there are any standard FMs/BAPIs, but could not find any.

I was planning on doing a call transaction using T-code CAT2 in my Fn Mo. Is that a right approach????

I was wondering if any of you came across any such cases. Please let me know if you can throw some light.

Thanks

M

Hi all,

I have this requirement -

I have to develop a function module to send out few fields from web clock to CATSDB which is going to be used on the front end by WebDynpro.

I tried to look up and see if there are any standard FMs/BAPIs, but could not find any.

I was planning on doing a call transaction using T-code CAT2 in my Fn Mo. Is that a right approach????

I was wondering if any of you came across any such cases. Please let me know if you can throw some light.

Thanks

M

1 REPLY 1
Read only

former_member31961
Contributor
0 Likes
340

Hi,

You can use following FM/BAPI's to insert/change the record in CATSDB:

BAPI_CATIMESHEETMGR_INSERT -> To insert a record in CATSDB

BAPI_CATIMESHEETMGR_CHANGE-> To change the existing record

Regards,

Shrinivas