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: 

iw32 action log

former_member8532
Participant

hello all,

i have an requirement related to 'IW32'.

run the tcode iw32 enter a work order.

then extra->document for header -> action log

then you will get the log in which u get who last changed and changed date of work order.

My question is regarding table in which this log will maintain or

is there any function module which can give me log detail based on this work order.

Please help me.

regards.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

hi,

u can get those details in JCDS table.

paul_meehan
Advisor
Advisor

Hello,

The change document details are recorded in tables CDHDR (header) and CDPOS (Items) tables.

Table JCDS only contains change documents for system and user statuses.

-Paul

Please use Enterprise Asset Management (EAM) forum for PM/CS specific topics

0 Kudos

hi paul,

thanks for your answer and your valuable time . but i already got these table by debugging .

But i am facing a different problem.

as in table "CDHDR" contain a field "OBJECTID" and i am getting from table "AUFK" fields "AUFNR, OBJNR " I need a relation to get the data from "CDHDR" based on the data that i got from "AUFK"

Mean i need a relation between "AUFNR or OBJNR " and "OBJECTID" .

regards

Punit

Hi Puneet,

Please refer to SHOW_CHANGE_DOC_NOTIFICATIONS function module for required logic. You can get complete details in that.

For Object ID concatenate SY-MANDT, Order category (in this case 30 for work orders. refer to domain AUFTYP fixed values) and AUFNR.

For all work orders the object number starts with "OR". So concatenate "OR" with work order number AUFNR to get object number.

Edited by: Suresh Kumar on Sep 15, 2008 7:59 AM