‎2005 Aug 10 1:23 PM
hi all,
In my scenario, the program will pick only the PS Master data which is newly created & changed and then writes into a file on an hourly basis.
how to pick the changed records? because there is no time fields in the PRPS and PROJ tables.
and also if i change a record which is already created, no entry will be created in CDHDR and CDPOS tables.
Vetri
‎2005 Aug 10 1:31 PM
Hi Vetri!
Looks like own work:
Make an append / new table with pspnr key to add a flag field: already sent.
In a job (running every hour) you select entries with flag = space, after file creation you change the flag to 'X'.
If you prefer an own table, you should deactivate number range buffering and select document numbers higher then your z-table.
I hope you got the picture,
regards, Christian
‎2005 Aug 10 1:29 PM
Hi,
There is a field AEDAT in PRPS & PROJ. You can use this for taking the time.
Cheers,
Sam
‎2005 Aug 11 10:00 AM
AEDAT is an date field. In my scenario it is an hourly basis.
vetri
‎2005 Aug 10 1:31 PM
Hi Vetri!
Looks like own work:
Make an append / new table with pspnr key to add a flag field: already sent.
In a job (running every hour) you select entries with flag = space, after file creation you change the flag to 'X'.
If you prefer an own table, you should deactivate number range buffering and select document numbers higher then your z-table.
I hope you got the picture,
regards, Christian
‎2005 Aug 11 10:05 AM
hi,
Is there is any Table for Transaction CJ20N to record the changes
Vetri
‎2005 Aug 11 10:38 AM
‎2005 Aug 11 10:39 AM
‎2005 Aug 11 10:40 AM
‎2005 Aug 12 5:47 AM
‎2005 Aug 12 6:28 AM
was any answer helpful or very helpful
if yes do reward
regards.
‎2005 Aug 12 10:53 AM
to add to it. If it does not work u have to check the change doc obj program in TXN SCDO. see u have the table added to the object. It has to get created in the chnge doc tables.