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

VB11 Change Documents

Former Member
0 Likes
1,556

Hi,

I have a requirement to keep track of the changes to the Condition records for a Z condition type(ZSUB) in the transactions VB11/VB12. These records will be stored in the table KOTDD & KOTD901-KOTD908. The flag for change documents is not active in SE11. So When I create a condition record for the condition type - ZSUB, the entries are not being stored inthe CDHDR & CDPOS. How can I get the changes documents for these condition records?

Can we achieve this thru SCDO transaction.? I tried to create a custom change document object in SCDO, Still they are not getting stored in the change document tables.

Thanks in advance,

Vijay

Hi,

I have a requirement to keep track of the changes to the Condition records for a Z condition type(ZSUB) in the transactions VB11/VB12. These records will be stored in the table KOTDD & KOTD901-KOTD908. The flag for change documents is not active in SE11. So When I create a condition record for the condition type - ZSUB, the entries are not being stored inthe CDHDR & CDPOS. How can I get the changes documents for these condition records?

Can we achieve this thru SCDO transaction.? I tried to create a custom change document object in SCDO, Still they are not getting stored in the change document tables.

Thanks in advance,

Vijay

5 REPLIES 5
Read only

Former Member
0 Likes
1,207

Hi,

after creating the custom change document object ,

Set the flag for change document active in SE11.

that will take care of ...

Regards

vijay

Read only

0 Likes
1,207

hi,

In Se11 set the flag as active for the change document.

Regards,

Santosh

Read only

Former Member
0 Likes
1,207

Hi,

Thanks for your quick reply.

But those are SAP standard tables which I can't set the flag for change documents.? Any otherway of doing the same?

Regards,

Vijay

Read only

0 Likes
1,207

Hi,

i don't see anything apart from that...

or you can create your own table in user-exits you can fill the table(when ever there is a change happens)...

wait for some more responses...

Regards

vijay

Read only

0 Likes
1,207

Do we have any user exits for VB11? couldn't find any.