cancel
Showing results for 
Search instead for 
Did you mean: 

changes in NET PRICE (NETPR) for sales order

former_member227140
Active Participant
0 Kudos

Hello SD experts,

I am into ABAP ....i have one problem....

in sales order if at all i will change net price(NETPR for Type PR00) from one value to othere value (say from 1100 to 1200) and then save that sales order.

now what i want to know is in which table i can get this new value and old value or may be the difference (+ 100) .

is anyone have idea on this?...please help....

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member227140
Active Participant
0 Kudos

solved problem with help of reply from shambhu sarkar

former_member266852
Active Contributor
0 Kudos

Hi

go to transaction code SE17

give table name CDPOS

Pass your sales document number of 10 digit e.g 0000000418 in object value field

make new value and old value "X" output

now execute.

hope through this you will achieve your requirement

Regards

Shambhu Sarkar

Former Member
0 Kudos

Hi,

To my knowledge:

When you say the Net Price is changed, the Old Value is just replaced with the New Value thats all.

Hence the field is the same and it is KBETR and values are getting replaced with each other.

Regards