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

scdo

Former Member
0 Likes
3,263

hi,

what exactly scdo transaction is?

we are giving object class to write the changes?

regards,

krishna.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,496

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>

3 REPLIES 3
Read only

Former Member
0 Likes
2,497

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>

Read only

Former Member
0 Likes
2,496

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

Read only

Former Member
0 Likes
2,496

thank you.