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

Creating Change Documents?

vipulsood
Explorer
0 Likes
608

I've a table for which the change documents are written for some of the fields. Now, two new fields have beeen added to the table and I want change docs to be created for them as well.

i checked the "change documents" check box in the properties of the data elements of the two fields, but still the change documents are not getting craeted for these new fieds.

Do I need to do some more changes??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
578

Hi,

Change documents will have an entry in table CDHDR and CDPOS only when a corresponding field

value is been changed from an old one to a new one.

Have you tried to change the value for the fields you have added and cross checked in the tables

CDHDR and CDPOS.

Regards

basheer

5 REPLIES 5
Read only

Former Member
0 Likes
579

Hi,

Change documents will have an entry in table CDHDR and CDPOS only when a corresponding field

value is been changed from an old one to a new one.

Have you tried to change the value for the fields you have added and cross checked in the tables

CDHDR and CDPOS.

Regards

basheer

Read only

0 Likes
578

Hi,

Thanks for your response.

yes I did changed the values of the fields, but nothing is being written on cdhdr and cdpos.

However, when I change the values of some fields which were already existing on the table, then everything is working fine.

Regards,

Vipul.

Read only

Former Member
0 Likes
578

Hi ,

If you activated that table successfully (Adjusting database if necessary) and although you are getting the problem then I suggest you to -


Go to transaction SCDOC and Generate Update program again.

Now it will be in ' WILL BE CREATED ' status,SAVE it and the status

will changed to ' CREATED '.

Call the function module again in the program by deleting the old function module call.

This will realy solve your problem.

Regards

Pinaki.

Read only

0 Likes
578

Hi Pinaki,

Its working now. There was some problem related to activation. Thanks a lot.

Regards,

Vipul.

Read only

vipulsood
Explorer
0 Likes
578

There was some problem with table activation.

Pinaki's suggestion worked.

Cheers,

Vipul.