SAP ARCHIVE_CHANGE_OBJECT Function Module for (Obsolete! Use ARCHIVE_OBJECT_CHANGE)
ARCHIVE_CHANGE_OBJECT is a standard archive change object SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for (Obsolete! Use ARCHIVE_OBJECT_CHANGE) processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for archive change object FM, simply by entering the name ARCHIVE_CHANGE_OBJECT into the relevant SAP transaction such as SE37 or SE38.
Function Group: ARGN
Program Name: SAPLARGN
Main Program: SAPLARGN
Appliation area:
Release date: 09-Nov-2001
Mode(Normal, Remote etc): Normal Function Module
Update:

Function ARCHIVE_CHANGE_OBJECT pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'ARCHIVE_CHANGE_OBJECT'"(Obsolete! Use ARCHIVE_OBJECT_CHANGE).
EXPORTING
* ARCHIVE_PROGRAM = ' ' "Write Program
* ARCH_DEL = ' ' "Automatic Start of Delete Program
* ARCH_COMIT = 0 "Number of Data Objects Per Commit in Program
* ARCH_SIZE = 0 "Maximum Size of an Archive File in Megabyte
* ARCH_COUNT = 0 "Maximum Number of Objects Allowed in an Archive File
* READ_REPORT = ' ' "Read Program
* CONTENT_REPO = ' ' "Storage Repository for Physical Objects
* READARCSYS = ' ' "Indicates Whether Delete Program Reads from Storage System
* BTCEVENTID = ' ' "Background Processing Event
* BTCEVTPARM = ' ' "Background Event Parameters (Such as, Jobname/Jobcount)
* DEL_EVENT = ' ' "Event-Driven Start of Delete Job
* DELETE_PROGRAM = ' ' "Name of Delete Program
* PROD_VARIA = ' ' "Variant of Program for Production Mode
* TEST_VARIA = ' ' "Variant of Program for Test Mode
* ARCH_LINK = ' ' "Automatic Storage of Archive Files in Storage System
* STORE_FRST = ' ' "Indicates Whether Storing File Takes Place Before Delete
* ARCH_INDEX = ' ' "Indicates Whether an Index is to be Built for Data Objects
* IDX_BUILD_PROGRAM = ' ' "Name of Index Build Program
* IDX_DEL_PROGRAM = ' ' "Name of Index Delete Program
* INDXFLAG = ' ' "Archive Selection (in)active
* USE_INDEX = ' ' "Indicator: Index Can Be Built for Data Object
* FIRST_PROGRAM = ' ' "Preprocessing Program of an Archiving Object
* FOR_ALL_CLIENTS = ' ' "Indicator: Cross-Client Archiving
* LAST_PROGRAM = ' ' "Postprocessing Program for Archiving Object
* FIRST_HINT_TEXT = ' ' "Document for Preprocessing Program Information
* LAST_HINT_TEXT = ' ' "Document with Information on Postprocessing Program
* CALL_DELET = ' ' "Delete Jobs to Start After Write Phase
* ARCH_GUILT = ' ' "Indicates Whether 'Invalid' Indicator Can Be Reset
* RELOADFILE = ' ' "Creation of Reload Files
* INTERRUPT = ' ' "It is possible to interrupt session for the archiving object
* ARCH_LAST = ' ' "Automatic Post-Processing flag
* LAST_VARIA = ' ' "Variant for the Post Processing Program
* DEVCLASS = "Package
OBJECT = "Archiving Object
* AUTHOR = "Person Responsible for a Repository Object
* RETRIEVAL_PROGRAM = ' ' "Reload Program
* ARCHIVE_HINT_TEXT = ' ' "Document for Archiving Program Hints
* DELETE_HINT_TEXT = ' ' "Information for Delete Program
* RETRIEVE_HINT_TEXT = ' ' "Document for Reload Program Hints
* FILEINTERN = ' ' "Logical File Name
TABLES
* USED_CLASSES = "Archiving Class
* CUSTOM_TRANSACTIONS = "Transfer Structure for Transactions
EXCEPTIONS
OBJECT_NOT_FOUND = 1 GENERATING_NOT_ALLOWED = 2
IMPORTING Parameters details for ARCHIVE_CHANGE_OBJECT
ARCHIVE_PROGRAM - Write Program
Data type: ARCH_OBJ-REORGA_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_DEL - Automatic Start of Delete Program
Data type: ARCH_USR-ARCH_DELDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_COMIT - Number of Data Objects Per Commit in Program
Data type: ARCH_USR-ARCH_COMITOptional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_SIZE - Maximum Size of an Archive File in Megabyte
Data type: ARCH_USR-ARCH_SIZEOptional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_COUNT - Maximum Number of Objects Allowed in an Archive File
Data type: ARCH_USR-ARCH_COUNTOptional: Yes
Call by Reference: No ( called with pass by value option)
READ_REPORT - Read Program
Data type: ARCH_RPRG-READ_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
CONTENT_REPO - Storage Repository for Physical Objects
Data type: ARCH_USR-CREPDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
READARCSYS - Indicates Whether Delete Program Reads from Storage System
Data type: ARCH_USR-READARCSYSDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
BTCEVENTID - Background Processing Event
Data type: ARCH_USR-BTCEVENTIDDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
BTCEVTPARM - Background Event Parameters (Such as, Jobname/Jobcount)
Data type: ARCH_USR-BTCEVTPARMDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
DEL_EVENT - Event-Driven Start of Delete Job
Data type: ARCH_USR-DEL_EVENTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
DELETE_PROGRAM - Name of Delete Program
Data type: ARCH_OBJ-DELETE_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
PROD_VARIA - Variant of Program for Production Mode
Data type: ARCH_USR-PROD_VARIADefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
TEST_VARIA - Variant of Program for Test Mode
Data type: ARCH_USR-TEST_VARIADefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_LINK - Automatic Storage of Archive Files in Storage System
Data type: ARCH_USR-ARCH_LINKDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
STORE_FRST - Indicates Whether Storing File Takes Place Before Delete
Data type: ARCH_USR-STORE_FRSTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_INDEX - Indicates Whether an Index is to be Built for Data Objects
Data type: ARCH_USR-ARCH_INDEXDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
IDX_BUILD_PROGRAM - Name of Index Build Program
Data type: ARCH_OBJ-IDXBUI_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
IDX_DEL_PROGRAM - Name of Index Delete Program
Data type: ARCH_OBJ-IDXDEL_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
INDXFLAG - Archive Selection (in)active
Data type: ARCH_OBJ-INDXFLAGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
USE_INDEX - Indicator: Index Can Be Built for Data Object
Data type: ARCH_OBJ-USE_INDEXDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
FIRST_PROGRAM - Preprocessing Program of an Archiving Object
Data type: ARCH_OBJ-FIRST_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
FOR_ALL_CLIENTS - Indicator: Cross-Client Archiving
Data type: ARCH_OBJ-ARCH_CLIENDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
LAST_PROGRAM - Postprocessing Program for Archiving Object
Data type: ARCH_OBJ-LAST_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
FIRST_HINT_TEXT - Document for Preprocessing Program Information
Data type: ARCH_OBJ-FIRST_TXTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
LAST_HINT_TEXT - Document with Information on Postprocessing Program
Data type: ARCH_OBJ-LAST_TXTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
CALL_DELET - Delete Jobs to Start After Write Phase
Data type: ARCH_OBJ-CALL_DELETDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_GUILT - Indicates Whether 'Invalid' Indicator Can Be Reset
Data type: ARCH_OBJ-ARCH_GUILTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
RELOADFILE - Creation of Reload Files
Data type: ARCH_OBJ-RELOADFILEDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
INTERRUPT - It is possible to interrupt session for the archiving object
Data type: ARCH_OBJ-INTERRUPTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCH_LAST - Automatic Post-Processing flag
Data type: ARCH_USR-ARCH_LASTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
LAST_VARIA - Variant for the Post Processing Program
Data type: ARCH_USR-LAST_VARIADefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
DEVCLASS - Package
Data type: DEVCLASSOptional: Yes
Call by Reference: Yes
OBJECT - Archiving Object
Data type: ARCH_OBJ-OBJECTOptional: No
Call by Reference: No ( called with pass by value option)
AUTHOR - Person Responsible for a Repository Object
Data type: RESPONSIBLOptional: Yes
Call by Reference: Yes
RETRIEVAL_PROGRAM - Reload Program
Data type: ARCH_OBJ-RETRIE_PRGDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
ARCHIVE_HINT_TEXT - Document for Archiving Program Hints
Data type: ARCH_OBJ-REORGA_TXTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
DELETE_HINT_TEXT - Information for Delete Program
Data type: ARCH_OBJ-DELETE_TXTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
RETRIEVE_HINT_TEXT - Document for Reload Program Hints
Data type: ARCH_OBJ-RETRIE_TXTDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
FILEINTERN - Logical File Name
Data type: ARCH_USR-FILENAMEDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for ARCHIVE_CHANGE_OBJECT
USED_CLASSES - Archiving Class
Data type: ARCH_CLSOptional: Yes
Call by Reference: Yes
CUSTOM_TRANSACTIONS - Transfer Structure for Transactions
Data type: SSM_TCODESOptional: Yes
Call by Reference: Yes
EXCEPTIONS details
OBJECT_NOT_FOUND - Unknown Object
Data type:Optional: No
Call by Reference: Yes
GENERATING_NOT_ALLOWED - Program Must be Generated Manually
Data type:Optional: No
Call by Reference: Yes
Copy and paste ABAP code example for ARCHIVE_CHANGE_OBJECT Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lt_used_classes | TYPE STANDARD TABLE OF ARCH_CLS, " | |||
| lv_archive_program | TYPE ARCH_OBJ-REORGA_PRG, " SPACE | |||
| lv_object_not_found | TYPE ARCH_OBJ, " | |||
| lv_arch_del | TYPE ARCH_USR-ARCH_DEL, " SPACE | |||
| lv_arch_comit | TYPE ARCH_USR-ARCH_COMIT, " 0 | |||
| lv_arch_size | TYPE ARCH_USR-ARCH_SIZE, " 0 | |||
| lv_arch_count | TYPE ARCH_USR-ARCH_COUNT, " 0 | |||
| lv_read_report | TYPE ARCH_RPRG-READ_PRG, " SPACE | |||
| lv_content_repo | TYPE ARCH_USR-CREP, " SPACE | |||
| lv_readarcsys | TYPE ARCH_USR-READARCSYS, " SPACE | |||
| lv_btceventid | TYPE ARCH_USR-BTCEVENTID, " SPACE | |||
| lv_btcevtparm | TYPE ARCH_USR-BTCEVTPARM, " SPACE | |||
| lv_del_event | TYPE ARCH_USR-DEL_EVENT, " SPACE | |||
| lv_delete_program | TYPE ARCH_OBJ-DELETE_PRG, " SPACE | |||
| lt_custom_transactions | TYPE STANDARD TABLE OF SSM_TCODES, " | |||
| lv_generating_not_allowed | TYPE SSM_TCODES, " | |||
| lv_prod_varia | TYPE ARCH_USR-PROD_VARIA, " SPACE | |||
| lv_test_varia | TYPE ARCH_USR-TEST_VARIA, " SPACE | |||
| lv_arch_link | TYPE ARCH_USR-ARCH_LINK, " SPACE | |||
| lv_store_frst | TYPE ARCH_USR-STORE_FRST, " SPACE | |||
| lv_arch_index | TYPE ARCH_USR-ARCH_INDEX, " SPACE | |||
| lv_idx_build_program | TYPE ARCH_OBJ-IDXBUI_PRG, " SPACE | |||
| lv_idx_del_program | TYPE ARCH_OBJ-IDXDEL_PRG, " SPACE | |||
| lv_indxflag | TYPE ARCH_OBJ-INDXFLAG, " SPACE | |||
| lv_use_index | TYPE ARCH_OBJ-USE_INDEX, " SPACE | |||
| lv_first_program | TYPE ARCH_OBJ-FIRST_PRG, " SPACE | |||
| lv_for_all_clients | TYPE ARCH_OBJ-ARCH_CLIEN, " SPACE | |||
| lv_last_program | TYPE ARCH_OBJ-LAST_PRG, " SPACE | |||
| lv_first_hint_text | TYPE ARCH_OBJ-FIRST_TXT, " SPACE | |||
| lv_last_hint_text | TYPE ARCH_OBJ-LAST_TXT, " SPACE | |||
| lv_call_delet | TYPE ARCH_OBJ-CALL_DELET, " SPACE | |||
| lv_arch_guilt | TYPE ARCH_OBJ-ARCH_GUILT, " SPACE | |||
| lv_reloadfile | TYPE ARCH_OBJ-RELOADFILE, " SPACE | |||
| lv_interrupt | TYPE ARCH_OBJ-INTERRUPT, " SPACE | |||
| lv_arch_last | TYPE ARCH_USR-ARCH_LAST, " SPACE | |||
| lv_last_varia | TYPE ARCH_USR-LAST_VARIA, " SPACE | |||
| lv_devclass | TYPE DEVCLASS, " | |||
| lv_object | TYPE ARCH_OBJ-OBJECT, " | |||
| lv_author | TYPE RESPONSIBL, " | |||
| lv_retrieval_program | TYPE ARCH_OBJ-RETRIE_PRG, " SPACE | |||
| lv_archive_hint_text | TYPE ARCH_OBJ-REORGA_TXT, " SPACE | |||
| lv_delete_hint_text | TYPE ARCH_OBJ-DELETE_TXT, " SPACE | |||
| lv_retrieve_hint_text | TYPE ARCH_OBJ-RETRIE_TXT, " SPACE | |||
| lv_fileintern | TYPE ARCH_USR-FILENAME. " SPACE |
|   CALL FUNCTION 'ARCHIVE_CHANGE_OBJECT' "(Obsolete! Use ARCHIVE_OBJECT_CHANGE) |
| EXPORTING | ||
| ARCHIVE_PROGRAM | = lv_archive_program | |
| ARCH_DEL | = lv_arch_del | |
| ARCH_COMIT | = lv_arch_comit | |
| ARCH_SIZE | = lv_arch_size | |
| ARCH_COUNT | = lv_arch_count | |
| READ_REPORT | = lv_read_report | |
| CONTENT_REPO | = lv_content_repo | |
| READARCSYS | = lv_readarcsys | |
| BTCEVENTID | = lv_btceventid | |
| BTCEVTPARM | = lv_btcevtparm | |
| DEL_EVENT | = lv_del_event | |
| DELETE_PROGRAM | = lv_delete_program | |
| PROD_VARIA | = lv_prod_varia | |
| TEST_VARIA | = lv_test_varia | |
| ARCH_LINK | = lv_arch_link | |
| STORE_FRST | = lv_store_frst | |
| ARCH_INDEX | = lv_arch_index | |
| IDX_BUILD_PROGRAM | = lv_idx_build_program | |
| IDX_DEL_PROGRAM | = lv_idx_del_program | |
| INDXFLAG | = lv_indxflag | |
| USE_INDEX | = lv_use_index | |
| FIRST_PROGRAM | = lv_first_program | |
| FOR_ALL_CLIENTS | = lv_for_all_clients | |
| LAST_PROGRAM | = lv_last_program | |
| FIRST_HINT_TEXT | = lv_first_hint_text | |
| LAST_HINT_TEXT | = lv_last_hint_text | |
| CALL_DELET | = lv_call_delet | |
| ARCH_GUILT | = lv_arch_guilt | |
| RELOADFILE | = lv_reloadfile | |
| INTERRUPT | = lv_interrupt | |
| ARCH_LAST | = lv_arch_last | |
| LAST_VARIA | = lv_last_varia | |
| DEVCLASS | = lv_devclass | |
| OBJECT | = lv_object | |
| AUTHOR | = lv_author | |
| RETRIEVAL_PROGRAM | = lv_retrieval_program | |
| ARCHIVE_HINT_TEXT | = lv_archive_hint_text | |
| DELETE_HINT_TEXT | = lv_delete_hint_text | |
| RETRIEVE_HINT_TEXT | = lv_retrieve_hint_text | |
| FILEINTERN | = lv_fileintern | |
| TABLES | ||
| USED_CLASSES | = lt_used_classes | |
| CUSTOM_TRANSACTIONS | = lt_custom_transactions | |
| EXCEPTIONS | ||
| OBJECT_NOT_FOUND = 1 | ||
| GENERATING_NOT_ALLOWED = 2 | ||
| . " ARCHIVE_CHANGE_OBJECT | ||
ABAP code using 7.40 inline data declarations to call FM ARCHIVE_CHANGE_OBJECT
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| "SELECT single REORGA_PRG FROM ARCH_OBJ INTO @DATA(ld_archive_program). | ||||
| DATA(ld_archive_program) | = ' '. | |||
| "SELECT single ARCH_DEL FROM ARCH_USR INTO @DATA(ld_arch_del). | ||||
| DATA(ld_arch_del) | = ' '. | |||
| "SELECT single ARCH_COMIT FROM ARCH_USR INTO @DATA(ld_arch_comit). | ||||
| "SELECT single ARCH_SIZE FROM ARCH_USR INTO @DATA(ld_arch_size). | ||||
| "SELECT single ARCH_COUNT FROM ARCH_USR INTO @DATA(ld_arch_count). | ||||
| "SELECT single READ_PRG FROM ARCH_RPRG INTO @DATA(ld_read_report). | ||||
| DATA(ld_read_report) | = ' '. | |||
| "SELECT single CREP FROM ARCH_USR INTO @DATA(ld_content_repo). | ||||
| DATA(ld_content_repo) | = ' '. | |||
| "SELECT single READARCSYS FROM ARCH_USR INTO @DATA(ld_readarcsys). | ||||
| DATA(ld_readarcsys) | = ' '. | |||
| "SELECT single BTCEVENTID FROM ARCH_USR INTO @DATA(ld_btceventid). | ||||
| DATA(ld_btceventid) | = ' '. | |||
| "SELECT single BTCEVTPARM FROM ARCH_USR INTO @DATA(ld_btcevtparm). | ||||
| DATA(ld_btcevtparm) | = ' '. | |||
| "SELECT single DEL_EVENT FROM ARCH_USR INTO @DATA(ld_del_event). | ||||
| DATA(ld_del_event) | = ' '. | |||
| "SELECT single DELETE_PRG FROM ARCH_OBJ INTO @DATA(ld_delete_program). | ||||
| DATA(ld_delete_program) | = ' '. | |||
| "SELECT single PROD_VARIA FROM ARCH_USR INTO @DATA(ld_prod_varia). | ||||
| DATA(ld_prod_varia) | = ' '. | |||
| "SELECT single TEST_VARIA FROM ARCH_USR INTO @DATA(ld_test_varia). | ||||
| DATA(ld_test_varia) | = ' '. | |||
| "SELECT single ARCH_LINK FROM ARCH_USR INTO @DATA(ld_arch_link). | ||||
| DATA(ld_arch_link) | = ' '. | |||
| "SELECT single STORE_FRST FROM ARCH_USR INTO @DATA(ld_store_frst). | ||||
| DATA(ld_store_frst) | = ' '. | |||
| "SELECT single ARCH_INDEX FROM ARCH_USR INTO @DATA(ld_arch_index). | ||||
| DATA(ld_arch_index) | = ' '. | |||
| "SELECT single IDXBUI_PRG FROM ARCH_OBJ INTO @DATA(ld_idx_build_program). | ||||
| DATA(ld_idx_build_program) | = ' '. | |||
| "SELECT single IDXDEL_PRG FROM ARCH_OBJ INTO @DATA(ld_idx_del_program). | ||||
| DATA(ld_idx_del_program) | = ' '. | |||
| "SELECT single INDXFLAG FROM ARCH_OBJ INTO @DATA(ld_indxflag). | ||||
| DATA(ld_indxflag) | = ' '. | |||
| "SELECT single USE_INDEX FROM ARCH_OBJ INTO @DATA(ld_use_index). | ||||
| DATA(ld_use_index) | = ' '. | |||
| "SELECT single FIRST_PRG FROM ARCH_OBJ INTO @DATA(ld_first_program). | ||||
| DATA(ld_first_program) | = ' '. | |||
| "SELECT single ARCH_CLIEN FROM ARCH_OBJ INTO @DATA(ld_for_all_clients). | ||||
| DATA(ld_for_all_clients) | = ' '. | |||
| "SELECT single LAST_PRG FROM ARCH_OBJ INTO @DATA(ld_last_program). | ||||
| DATA(ld_last_program) | = ' '. | |||
| "SELECT single FIRST_TXT FROM ARCH_OBJ INTO @DATA(ld_first_hint_text). | ||||
| DATA(ld_first_hint_text) | = ' '. | |||
| "SELECT single LAST_TXT FROM ARCH_OBJ INTO @DATA(ld_last_hint_text). | ||||
| DATA(ld_last_hint_text) | = ' '. | |||
| "SELECT single CALL_DELET FROM ARCH_OBJ INTO @DATA(ld_call_delet). | ||||
| DATA(ld_call_delet) | = ' '. | |||
| "SELECT single ARCH_GUILT FROM ARCH_OBJ INTO @DATA(ld_arch_guilt). | ||||
| DATA(ld_arch_guilt) | = ' '. | |||
| "SELECT single RELOADFILE FROM ARCH_OBJ INTO @DATA(ld_reloadfile). | ||||
| DATA(ld_reloadfile) | = ' '. | |||
| "SELECT single INTERRUPT FROM ARCH_OBJ INTO @DATA(ld_interrupt). | ||||
| DATA(ld_interrupt) | = ' '. | |||
| "SELECT single ARCH_LAST FROM ARCH_USR INTO @DATA(ld_arch_last). | ||||
| DATA(ld_arch_last) | = ' '. | |||
| "SELECT single LAST_VARIA FROM ARCH_USR INTO @DATA(ld_last_varia). | ||||
| DATA(ld_last_varia) | = ' '. | |||
| "SELECT single OBJECT FROM ARCH_OBJ INTO @DATA(ld_object). | ||||
| "SELECT single RETRIE_PRG FROM ARCH_OBJ INTO @DATA(ld_retrieval_program). | ||||
| DATA(ld_retrieval_program) | = ' '. | |||
| "SELECT single REORGA_TXT FROM ARCH_OBJ INTO @DATA(ld_archive_hint_text). | ||||
| DATA(ld_archive_hint_text) | = ' '. | |||
| "SELECT single DELETE_TXT FROM ARCH_OBJ INTO @DATA(ld_delete_hint_text). | ||||
| DATA(ld_delete_hint_text) | = ' '. | |||
| "SELECT single RETRIE_TXT FROM ARCH_OBJ INTO @DATA(ld_retrieve_hint_text). | ||||
| DATA(ld_retrieve_hint_text) | = ' '. | |||
| "SELECT single FILENAME FROM ARCH_USR INTO @DATA(ld_fileintern). | ||||
| DATA(ld_fileintern) | = ' '. | |||
Search for further information about these or an SAP related objects