cancel
Showing results for 
Search instead for 
Did you mean: 

Report for Sales Order Change History CDPOS and CDHDR

Former Member
0 Kudos

How to take a report of the data for the Sales Order Change history for a particular period of time. It is required to take a report of all the Sales Orders for which the basic price has been changed. Please let me know the procedure. I could not get the data from the table CDPOS and CDHDR

Helpful answer would be rewarded.

Regards

Praveen

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Dear Praveen Kumar

Have you tried with VBAP where sale order details at item level would be stored.

Moreover, to my knowledge, there won't be any changes as for as pricing is concerned at sale order level but there is at billing level. Normally, any price increase / decrease would reflect in billing. So why dont you to table join through SQVI VBAP (for sale order details) and VBRP (for billing details) so that you can compare the selling price in sale order with billing.

Thanks

G. Lakshmipathi

Former Member
0 Kudos

there is no standard rep to check it.

ask abapers to write z-rep.

you can use CDHDR,CDPOS for the manual checking

just use CDHDR-OBJECTID is your sales order number (concatenate with 00)

the same for CDPOS-OBJECTID

you can try to check it by list

example for CDHDR:

select-options

T-CODE = VA02

U-DATE = 01.01.08-01.02.08

CHANGE IND = U

USERNAME = .....

and for CDPOS you can specify the level

example:

TABNAME = KONVC (to catch your price changing)