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

Custom change document object

Former Member
0 Likes
699

I want to trigger a new change object behind the standard tcode . In exit I need to call Y_DEBI_WRITE_DOCUMENT to update my Y_DEBI custom change object . But when I am trying to update Generation prg on SCDO it asks a Table_frame func module ..

Is the custom change document objects are designed for custom tables ?.

Edited by: carlos eduardo on Aug 6, 2008 7:50 AM

2 REPLIES 2
Read only

Former Member
0 Likes
445

Yes Carlos,

It is desined for Custom Tables.

For more information you can look into the following link:

http://www.sapdevelopment.co.uk/tips/changedoc/cdhome.htm

Regards,

Rizwana

Read only

0 Likes
445

Hi,

I have related question. I am trying to understand the part where we already have the Generated Function module and include program parts. What do we do next? Is there any thing special we need to do? Where we need to call this function module. Any help will be appreciated.