Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

get archived purchase order

Former Member
0 Likes
1,965

hi all

i want to look purchase order from year 2008, but there data are archieve, how can i look backP

THX abap_begin.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
934

Hey,

Check for the Archive Documentation. SAP ADK.

To get the Purchase order, there are set of FM's given by SAP. I don't remember the exact name but you can check with the following: ASHdoc* for ARCHIVEEKKO* (not able to recollect the exact names)

Use SARE and SARJ transaction to go to the archiving tables. Provide your Archiving object name, click display, click on technical details and you can get archiving table names as well. Never use table name directly but use FM's given by SAP.

hi all

i want to look purchase order from year 2008, but there data are archieve, how can i look backP

THX abap_begin.

1 REPLY 1
Read only

Former Member
0 Likes
935

Hey,

Check for the Archive Documentation. SAP ADK.

To get the Purchase order, there are set of FM's given by SAP. I don't remember the exact name but you can check with the following: ASHdoc* for ARCHIVEEKKO* (not able to recollect the exact names)

Use SARE and SARJ transaction to go to the archiving tables. Provide your Archiving object name, click display, click on technical details and you can get archiving table names as well. Never use table name directly but use FM's given by SAP.