Application Development 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: 

Reading Archived Data from BSEG : FAGL_GET_ARCH_ITEMS_BSEG

Former Member
0 Kudos

Hi,

I want to read the documents which are archived from BSEG table. Searched a lot on this forum and got one FM 'FAGL_GET_ARCH_ITEMS_BSEG'.

In this FM, there are two mandatory importing parameters:

1. I_SELECTION

2. I_ARCH_SEL

Kindly suggest what values are required to be passed in above two tables. As per my understanding, fields names are required in the first table but I am unclear about the second one. Please help.

Appreciate your suggestions.

Regards,

Pankaj

1 REPLY 1

Former Member
0 Kudos

Hi,

Did you check table ADMI_FILES . If you know Archive Session Number(Field DOCUMENT), You can get the ARCHIVE Key(ARCHIV_KEY) . or you can do a selection like ARCHIV_KEY LIKE  '%BSEG' ( Or populate a range table with OPTION 'CP' and LOW = '*BSEG'. ) or you can use the Date and time also.

R