cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving archiving MM_EBAN

Former Member
0 Kudos

Hi,

I need to reload the data from the archive to the database. The object in MM_EBAN and the MM_MATBEL too.

So I hope someone can help me

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

ferry_lianto
Active Contributor
0 Kudos

Hi Laura,

Please check this link on how to retrieve archived files via t/code SARA.

http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e4fed462a11d189000000e8323d3a/frameset.htm

Also please take a look this programs.

<b>RSARCH_RETRIEVE_FILE

RSARCH_STORE_FILE</b>

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Former Member
0 Kudos

Hi,

But for that object MM_EBAN can't reload by SARA.

I don't have those programs.

Another question if I write a program to reload tha data from MM_EBAN, it archive the table RESB so can I have inconsistences? because the RESB have a consecutive number like key.

Lakshmant1
Active Contributor
0 Kudos

Hi Laura,

I guess there are no standard reload programs provided by SAP. You need to write your own custom reload program similar to SBOOKL and SFLIGHTL. Also check program ARCHREAD (to read data of any given archive object). Please check these standard programs and write a custom program in the similar lines.

Hope this helps

Thanks

Lakshman

Message was edited by: Lakshman Tandra

Former Member
0 Kudos

Hi,

I am going to review the programs that you mencionated but in my sap version only has the proram SBOOKL. The version is 4,6B

Thanks

former_member181966
Active Contributor
0 Kudos

try Program = RM07MARC to archiving object MM_MATBEL.

program = RM06BR30 to archiving object MM_EBAN.

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Former Member
0 Kudos

Hi,

But those programs are to archive and I want to reload the data from the file to the databases

Thks

Lakshmant1
Active Contributor
0 Kudos

Hi Laura,

If it is 46B, check programs RKAARCS3/RKAARCS4. In the similar lines you can use the logic of reading the archived data for a given archive object and then write custom program for reloading the data.

Also check program RSARCH07 which is an Example Program on how to use Function Module ARCHIVE_OPEN_FOR_MOVE

Hope this helps

Thanks

Lakshman

Message was edited by: Lakshman Tandra

former_member181962
Active Contributor
0 Kudos

Are you not able to do that using SARA transaction?

Give your object name and see the documentaion.

goto->documentaion

Former Member
0 Kudos

Hi,

In the SARA you can reload that object

Former Member
0 Kudos

Please help me!! :o(

Tks