ROIHLARC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ROIHLARC into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: DB_UPDTE = D Database updates
Selection Text: OBJ_LIST = Object list
Selection Text: SO_DATBI = D Gültig bis
Selection Text: SO_LICIN = D Interne Lizenznummer
Selection Text: SO_LICTP = D Lizenzart
Selection Text: TESTLAUF = D Test session
Title: Archive Material Documents for Inventory Management
Text Symbol: 001 = Test run
Text Symbol: 003 = Archive file;; created on ;;
Text Symbol: 004 = Following documents were archived:
Text Symbol: 005 = Following documents would be archived:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING CALL_DELETE_JOB_IN_TEST_MODE = LOESCH CREATE_ARCHIVE_FILE = ARCHIVE_FILE OBJECT = OBJECT IMPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS INTERNAL_ERROR = 01 OBJECT_NOT_FOUND = 02 OPEN_ERROR = 03.
ARCHIVE_PUT_RECORD CALL FUNCTION 'ARCHIVE_PUT_RECORD' EXPORTING ARCHIVE_HANDLE = HANDLE RECORD = A_RECORD RECORD_FLAGS = ' ' RECORD_STRUCTURE = A_STRUCTURE EXCEPTIONS INTERNAL_ERROR = 01 WRONG_ACCESS_TO_ARCHIVE = 02 INVALID_RECORD_STRUCTURE = 03.
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS INTERNAL_ERROR = 01 WRONG_ACCESS_TO_ARCHIVE = 02.
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS FILE_IO_ERROR = 01 INTERNAL_ERROR = 02 OPEN_ERROR = 03 TERMINATION_REQUESTED = 04 WRONG_ACCESS_TO_ARCHIVE = 05.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS INTERNAL_ERROR = 01 WRONG_ACCESS_TO_ARCHIVE = 02.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING ARCHIVE_HANDLE = HANDLE EXCEPTIONS INTERNAL_ERROR = 01.
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING ARCHIVE_HANDLE = HANDLE IMPORTING ARCHIVE_CREATION_DATE = DATE ARCHIVE_CREATION_RELEASE = RELEASE ARCHIVE_CREATION_SYSTEM = SYSTEM ARCHIVE_NAME = NAME OBJECT = OBJECT EXCEPTIONS INTERNAL_ERROR = 01 WRONG_ACCESS_TO_ARCHIVE = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIHLARC - Archive Material Documents for Inventory Management ROIHLARC - Archive Material Documents for Inventory Management ROIHJ1B_M002 - Creation of NF documents for Gains/Losses ROIHJ1B_M002 - Creation of NF documents for Gains/Losses ROIHJ1B_M001 - Creation of NF documents for Gains/Losses ROIHJ1B_M001 - Creation of NF documents for Gains/Losses