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

Create change document for change in customized data

Former Member
0 Likes
1,735

Hi,

I have a requirement that when ever a new route is created or an exit route is changes, change document should be generated in table CDHDR and CDPOS. I have done the required configuration in SCDO transaction. Update program is also generated for the same, but still no change document is getting generated. Route in created and maintained in SPRO using a customized transport request. Can anyone suggest whether its possible to generate change document for route master?

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
1,676

For me all the customized table have change document .. no ?

Did the SCU3 works for your table ?

regards

Fred

Hi Satrujit

I believe their is no need to Change document for this customizing table since the log data changes at table level is already activated. You can view them using SCU3. Seconldy in order to write change documents you will need to code and call function modules which does not make sense in this case. SAP has already provided you with this option

Nabheet

13 REPLIES 13
Read only

Former Member
0 Likes
1,676

what is the table and field you want to activate the change pointers! can you provide me the trasaction!

Read only

0 Likes
1,676

Hi,

The table is TVRO. When route is created or changed using transaction SPRO, a new entry is created in TVRO. As per the requirement change document should be created for any new route. I know how to do it using SCDO transaction. But it just not working in this case, is it cause of customized data?

Read only

0 Likes
1,676

Hi Satrujit

I believe their is no need to Change document for this customizing table since the log data changes at table level is already activated. You can view them using SCU3. Seconldy in order to write change documents you will need to code and call function modules which does not make sense in this case. SAP has already provided you with this option

Nabheet

Read only

0 Likes
1,676

I will explain why I need this. I want to automate Transportation Lane creation in APO system , depending upon Route in ECC. Whenever a new route will be created , I have to create transportation lane and zone in APO. I made few RFC enabled function modules which will create TLANE in APO system depending upon newly created route in ECC. But I am stuck here, how to determine whether new route is created or not.

Read only

0 Likes
1,676

You are run a report which analyse DBTABLOG table for the newly created route and send it..

Nabheet

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,676

which table is it?

Read only

FredericGirod
Active Contributor
0 Likes
1,677

For me all the customized table have change document .. no ?

Did the SCU3 works for your table ?

regards

Fred

Read only

0 Likes
1,676

Frédéric Girod you are right SCU3 works as table level logging is normally active

Read only

0 Likes
1,676

No, SCU3 does not work for my table. Though TVRO is a customised table, still it does not work.

Read only

0 Likes
1,676

Check if you see any entry in DBTABLOG for this table if yes then you have problem with your auhtorization

Read only

0 Likes
1,676

Hi ,

Can you check AUT10 if logs are appearing in this transaction ?

Regards

Nishant

Read only

0 Likes
1,676

hi,

Also check authorisation group in SE11 Utilities->Assign Authorisation group for this table. Probably u need this auth. group to view this in SCU3.

Regards

Nishant

Read only

0 Likes
1,676

Hi Nabheet,

I got entries in DBTABLOG. I think I can proceed forward with this idea. Thanks a lot for so quick reply.

Rewarding points.

Thank you.