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

Service Notification Action Log Data

divya_nayudu
Participant
0 Likes
5,731

Hello,

I am trying to fetch "Action Log" provided on Service Notifications.

I have already checked Tables: JEST, JCDS, IHPA

Table JCDS -- It does give me Status change and time stamps and other details. But if there is any change in Service Notification by a specific user (When the SO User Status is CRTE) then that user's name and time stamps do not get logged in the JCDS table. I am desperately trying to get the entire Action Log information.

Any help appreciated!

Regards,

Divya

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,754

(FAQ) Perform some search on change documents, tables CDHDR and CDPOS and function modules of groups SCD1, SCD2 and SCD6.

NB: MELDUNG is german translation of NOTIFICATION, so try a SE16N on some records of CDPOS with key OBJECTCLAS = 'MELDUNG'.

Regards,

Raymond

4 REPLIES 4
Read only

divya_nayudu
Participant
0 Likes
3,752

Could anyone give any inputs on this? I am really stuck.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
3,755

(FAQ) Perform some search on change documents, tables CDHDR and CDPOS and function modules of groups SCD1, SCD2 and SCD6.

NB: MELDUNG is german translation of NOTIFICATION, so try a SE16N on some records of CDPOS with key OBJECTCLAS = 'MELDUNG'.

Regards,

Raymond

Read only

0 Likes
3,752

Thanks Raymond. That was surely helpful. Let me see if I can fetch some data from these two tables. I did already try with CDHDR once, but if this works i'll surely give an update here.

Regards,

Divya

Read only

0 Likes
3,752

That did help! I am fetching data from CDHDR/CDPOS using 'MELDUNG'. Awesome. Thanks a lot Raymond. i've marked your reply as the correct answer.

Thanks & Regards,

Divya