The Function Module ARCHIV_ARCHIVCONNECTIONS_FIND (SAP ArchiveLink: Ermitteln der V-Tab-Einträge zu einem abgelegten Dokument) is a standard Function Module in SAP ERP and is part of the function group OPTB within the package SAOP.
Function Module | ARCHIV_ARCHIVCONNECTIONS_FIND |
Short Text | SAP ArchiveLink: Ermitteln der V-Tab-Einträge zu einem abgelegten Dokument |
Function Group | OPTB |
Package | SAOP |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ARCHIV_ID | LIKE | TOAAR-ARCHIV_ID | SPACE | Storage System |
ARC_DOC_ID | LIKE | TOAV0-ARC_DOC_ID | SPACE | Document ID |
FROM_AR_DATE | LIKE | TOAV0-AR_DATE | ||
UNTIL_AR_DATE | LIKE | TOAV0-AR_DATE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COUNT | LIKE | SY-INDEX |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CONNECTIONS | LIKE | TOAV0 |
This function module does not define any Exceptions.