cancel
Showing results for 
Search instead for 
Did you mean: 

Sales Order Change history report

Former Member
0 Kudos

Hi all,

Can someone help me let me know of any standard SAP transaction to list all Sales orders with all the change history.

Appreciate your help on this.

Thanks and Regards,

Saleem

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Saleem,

I am not aware any standard SAP transaction/report but you can check this link for custom development report.

http://www.sap-img.com/ab024.htm

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Former Member
0 Kudos

> Hi Saleem,

>

> I am not aware any standard SAP transaction/report

> but you can check this link for custom development

> report.

>

> http://www.sap-img.com/ab024.htm

>

>

> Hope this will help.

>

> Regards,

> Ferry Lianto

>

>

> Please reward points if helpful.

Ferry Lianto

I have implemented that program, but it does not compile due to errors in the code!

Program *

"KONVC" and "ITAB-TABKEY" are not mutually convertible in a Unicode program.

Answers (4)

Answers (4)

Former Member
0 Kudos

That report will work if you comment.

  • MOVE ITAB-TABKEY TO KONVC-KSCHL.

Reward if helpful.

Former Member
0 Kudos

I would use RVSCD200 as it has more flexible selection criteria.

Former Member
0 Kudos

The only way it is possible via transaction(standard) is to display it using VA03...but if you need to develop something than the changes are stored in CDHDR and CDPOS tables..and it would be possible to extract all the information from there.

Former Member
0 Kudos

In VA03, you can Select Environment > Changes > But I think this is only one order at a time.

If you have some talented ABAPers about, they maybe able to copy the program: RVSCD100 for multiple selections.