cancel
Showing results for 
Search instead for 
Did you mean: 

sales order

Former Member
0 Kudos

Hi,

I have a requirement to create a new report.

How to track down if there is any change in sales order qty (both ve or ve) for the existing line item, or for new line item.

where does these store in database level??

Regards,

CS

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Use Tcode: AUT10

Best Regards,

MH

Former Member
0 Kudos

Hi

Kindly check the tables CDPOS andCDHDR with the object class VERKBELEG

Regards

Damu

Former Member
0 Kudos

Hi

1. Use CDPOS and CDHDR tables for sales order changes to be coded in your report program.

OR

2. Use CHANGEDOCUMENT_READ function module for sales order changes.

Give these both to ABAPer, based on report program requirement ABAPer can use these.

Former Member
0 Kudos

Hi,

Va02 >>> Environment >>> Chnage document

You will face report where old and new values are displayed.

Kapil