‎2007 Nov 26 5:49 AM
hi,
what exactly scdo transaction is?
we are giving object class to write the changes?
regards,
krishna.
‎2007 Nov 26 5:51 AM
Hi
SCDO is used for maintaining Change Documents.
Change documents contains tables associated with particular module.
Here you can Create, Change or display the change documents.
You can display the definition of change document objects,
change the definition of change document object, or create new change document objects.
Change document object is an table/fieild that is
recorded when a user makes a chage to it.
It is recorded in tables cdhdr (will need CHANGENR from this table).
(also keep note of OBJECTCLAS
OBJECTID
Goto CDPOS TO GET DETAILS USING CHANGENR .
FM: CHANGEDOCUMENT_READ_HEADERS
CHANGEDOCUMENT_READ_POSITIONS
also make sure that in data dict. at field type has "change document " checked.
scdo ( o not zero) will give you the object that the fm needs.
***********8
From the (4.6c) Easy Access Menu ...
1. right click on a transaction code,
2. select 'Display Documentation'
<b>Reward if usefull</b>
‎2007 Nov 26 5:51 AM
Hi
SCDO is used for maintaining Change Documents.
Change documents contains tables associated with particular module.
Here you can Create, Change or display the change documents.
You can display the definition of change document objects,
change the definition of change document object, or create new change document objects.
Change document object is an table/fieild that is
recorded when a user makes a chage to it.
It is recorded in tables cdhdr (will need CHANGENR from this table).
(also keep note of OBJECTCLAS
OBJECTID
Goto CDPOS TO GET DETAILS USING CHANGENR .
FM: CHANGEDOCUMENT_READ_HEADERS
CHANGEDOCUMENT_READ_POSITIONS
also make sure that in data dict. at field type has "change document " checked.
scdo ( o not zero) will give you the object that the fm needs.
***********8
From the (4.6c) Easy Access Menu ...
1. right click on a transaction code,
2. select 'Display Documentation'
<b>Reward if usefull</b>
‎2007 Nov 26 5:54 AM
Hi Krishna,
SCDO for Display / Change Document Objects;
Pls go thru the following Link
http://help.sap.com/saphelp_erp2004/helpdata/en/db/7a2a40ce93185de10000000a1550b0/content.htm
thanks
Reward if useful
Jegadesh
‎2007 Nov 29 6:09 AM