on 2007 Mar 14 1:37 PM
Hi All,
I want to know in which tables deleted schedule lines in VA02 VA32 are stored.
How to get the deleted Schedule line item quantity.Please give me reply as early as possible.
Thanks,
Saritha
Hi Saritha,
As my understanding there is no table to store the deleted schedule line data.
You have to identify badi or user-exit before deleting the schedule lines data in the VA02 program and in that exit you have to write the code to populate the deleted schedule line data in to your own custom tables(you have to create custom tables).I have used the same method for deleted deliveries.
In sap CDHDR /CDPOS contains only changed data but not deleted data.
Thanks,
shyla
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you try checking the Change History of the Order for which the schedule lines are deleted? Usually the changes made to the Order are captured as Order Change History, which will show you the old quanity. You can also see the data in VBEP table.
Jagadish.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Saritha;
Pls try running the program RVSCD100, this would display all the changes to a SO. Also check CDHDR/CDPOS table. These are the table that would hold the Changes done to Document.
Regards,
Mani.
Pls reward if helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
116 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.