The Function Module RS_LOCAL_OBJECT (Prüft ob ein (logisches) Object lokal ist) is a standard Function Module in SAP ERP and is part of the function group RSVERS within the package RS.
Function Module | RS_LOCAL_OBJECT |
Short Text | Prüft ob ein (logisches) Object lokal ist |
Function Group | RSVERS |
Package | RS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_OBJECT | TYPE | TROBJTYPE | Objekttyp | |
I_OBJNAME | TYPE | SOBJ_NAME | Objektname im Objektkatalog | |
I_PGMID | TYPE | PGMID | Programm-ID in Aufträgen und Aufgaben |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DEVCLASS | TYPE | DEVCLASS | Entwicklungsklasse für Change & Transport Organizer | |
E_LOCAL | TYPE | RS_BOOL | - X: Objekt ist lokal |
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 |
---|---|
DEVCLASS_NOT_FOUND | Entwicklungsklasse des Objektes nicht gefunden |
TADIR_ENTRY_NOT_FOUND | Objekt hat keinen TADIR Eintrag |