2007 Nov 16 4:55 PM
Hello friends,
I have a request to develop a report where the requirement is to display if any change is done to a sales order(VA02).
The report should have the changes releated to the pricing.
Pricing Type , Pricing Descripton, Pricing rate. Also the person who changed this details.
What are the tables and the fields of intrest.
ANy suggestions,
Ster.
2007 Nov 16 5:08 PM
You can check the field CDHDR and CDPOS in that regards.
Access CDHDR with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order_NONow access CDPOS with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order number
CHANGENR = CDHDR-CHANGENR
TABNAME = 'KONVC'
Check fields..
UNIT OLD
UNIT NEW
CUKY OLD
CUKY NEW
VALUE NEW
VALUE OLD
Regards,
Naimesh Patel
You can check the field CDHDR and CDPOS in that regards.
Access CDHDR with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order_NONow access CDPOS with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order number
CHANGENR = CDHDR-CHANGENR
TABNAME = 'KONVC'
Check fields..
UNIT OLD
UNIT NEW
CUKY OLD
CUKY NEW
VALUE NEW
VALUE OLD
Regards,
Naimesh Patel
2007 Nov 16 5:02 PM
Hi,
All the changes will be logged in the table CDHDR(Header table for Change log) and CDPOS(item).
The tables for pricing will be A***, the condition number KMUNH, will he there in KONP.
All the best for your program
Regards,
Baburaj
2007 Nov 16 5:07 PM
Look at KONV,KONP Table
also use search in SE11 like A0*
Thanks
Seshu
2007 Nov 16 5:08 PM
You can check the field CDHDR and CDPOS in that regards.
Access CDHDR with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order_NONow access CDPOS with
OBJECTCLAS = 'VERKBELEG'
OBJECTID = Order number
CHANGENR = CDHDR-CHANGENR
TABNAME = 'KONVC'
Check fields..
UNIT OLD
UNIT NEW
CUKY OLD
CUKY NEW
VALUE NEW
VALUE OLD
Regards,
Naimesh Patel
2007 Nov 16 5:14 PM
2007 Nov 16 5:15 PM
2007 Nov 16 5:17 PM
You can see VL22 Transaction which is change documents for delivery.
you can implement same logic for sales order ,just change the where condition in query about CDHDR Tables..
Thanks
Seshu
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |