Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module ARCHIV_STATUS_META (SAP ArchiveLink: Abfragen Objektstatus eines abgel. Dok. über Metatabelle) is a standard Function Module in SAP ERP and is part of the function group OPT? within the package SAOP.
Function Module | ARCHIV_STATUS_META |
Short Text | SAP ArchiveLink: Abfragen Objektstatus eines abgel. Dok. über Metatabelle |
Function Group | OPT? |
Package | SAOP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AR_OBJECT | LIKE | TOAOM-AR_OBJECT | Object type to be stored | |
OBJECT_ID | LIKE | SAPB-SAPOBJID | Unique object key of the application | |
SAP_OBJECT | LIKE | TOAOM-SAP_OBJECT | Calling application |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARCHIVE_DATE | LIKE | SAPB-SAPABLDATE | Date Storing the object in the optical archive | |
ARCHIVE_TIME | LIKE | SAPB-SAPABLZEIT | Time Storing the object in the optical archive | |
ARCHIV_OBJECT_STATUS | LIKE | SAPB-SAPDOKSTAT | Status of the archived object | |
DOCUMENT_TYPE | LIKE | SAPB-SAPDOKTYP | Document category of the object (FAX,OTF,PS,ALF,REO) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_ARCHIV | Error from IXARCON |
ERROR_COMMUNICATIONTABLE | Table TOAAR |
ERROR_CONNECTIONTABLE | Error from the linking tables |
ERROR_KERNEL | Error from SAP kernels |
ERROR_PARAMETER | Invalid transfer parameters |
NOT_UNIQUE | Object contains several archive authorization objects |