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

change document

Former Member
0 Likes
731

Hi,

I have a table with flight details with some fields with change document enabled.

when i update the entries in my database table with UPD_tablename as 'U' the entries made in CDPOS table is I or D and i don't see my new values & old values.

(although my database table entries are been updated with new values.)

pls let me know the solution.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

Hello

U - update record

I - insert record

D - delete record

For insert and delete modes there are no exist new and old values, only for update mode.

5 REPLIES 5
Read only

Former Member
0 Likes
601

Hi,

Just check number of entries in that table.If the count of the entries is equl to old entries and new entries then all entries exciting in that table.

Regards

Md.MahaboobKhan

Read only

GauthamV
Active Contributor
0 Likes
601

check in SCU3 transaction.

Read only

JoffyJohn
Active Contributor
0 Likes
601

Check in Tcode: SCDO what are the fields added in the change request object of urs.

Read only

Former Member
0 Likes
601

Hello,

If u want see any document which u have changed then when u creating table at DATA ELEMENT level in the tab called futher characterstics tab in bottom u u have change document check box u have to check it as been checked or not.

Thank u,

santhosh

Read only

Former Member
0 Likes
602

Hello

U - update record

I - insert record

D - delete record

For insert and delete modes there are no exist new and old values, only for update mode.