‎2009 Feb 04 5:03 AM
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.
‎2009 Feb 04 5:28 AM
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.
‎2009 Feb 04 5:07 AM
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
‎2009 Feb 04 5:07 AM
‎2009 Feb 04 5:13 AM
Check in Tcode: SCDO what are the fields added in the change request object of urs.
‎2009 Feb 04 5:23 AM
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
‎2009 Feb 04 5:28 AM
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.