cancel
Showing results for 
Search instead for 
Did you mean: 

hi abap experts

0 Kudos

here i have a requirement that i need to archived the program. for that i need to call the archiving function modules. i am new to this area. how can i give me the example urgent.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shreeram,

Please check this link

Developing Write Programs

http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa047b493111d182b70000e829fbfe/content.htm

Function Modules

Open archiving u2013 ARCHIVE_OPEN_FOR_WRITE

Dynamically include archiving classes u2013 ARCHIVE_REGISTER_CLASS

Dynamically include structures and tables u2013 ARCHIVE_REGISTER_STRUCTURES

Store initialization data in archive files u2013 ARCHIVE_PUT_INIT_DATA

Open new data object u2013 ARCHIVE_NEW_OBJECT

Example Programs

RM06EW30            Write Program: Archiving of Purchasing Documents
RSARCH04            Example Program for Archiving Data
S3VBAKWRS           Archiving Orders: Write Program
ZSTICKET_WRI        Demo Program for Archiving Data Using ADK

Best regards,

raam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sreeram,

did u solved the problem.

Murali.