‎2010 Jan 05 1:49 PM
Hello everyone.
I delete record in table via maintance view. Create request and release it.
When i create deleted record in this table. Create request and release it.
Where i can see difference in requests? On first look both requests is equal. Same objects, same keys. But functionality - different.
P.S. sorry for my English
‎2010 Jan 05 2:18 PM
Hello
I think field E071-OBJFUNC is different for your requests.
P.s. you have normal english, can be worse
‎2010 Jan 05 2:18 PM
Hello
I think field E071-OBJFUNC is different for your requests.
P.s. you have normal english, can be worse
‎2010 Jan 05 2:58 PM
The database table E070, E071 and E071K only contain the id of the object (R3TR TABU <table name>) and the keys of the records, there won't be any difference between their records. the difference stay on the file stored on the application server during the release.
This file will contain the data contained in the database table for the selected keys when the request was released, in a packed/cluster mode not readable by standard tools. (directory is DIR_TRANS subdirectory cofiles and data, more information in wiki [Copy Transport Requests to local file system|http://wiki.sdn.sap.com/wiki/display/Basis/CopyTransportRequeststolocalfilesystem])
Remember that the keys may be generic (with "*") so the transport tool wont be able to store deletion/creation/update information at the release time in every case, and so it does never store it...
At the import time on target system system will read the current data in the target system and replace it with the data exported resolving update mode at this time.
Regards,
Raymond
‎2010 Jan 05 2:38 PM
‎2010 Jan 05 2:53 PM
No. Records in this tables is equal but AS4TIME.
Objectfunc in both has value "K".