The Function Module RRXWS_PUBLISH_OBJECT (Publizieren von Objekten auf ITS Server) is a standard Function Module in SAP ERP and is part of the function group RRXWS within the package RSR.
Function Module | RRXWS_PUBLISH_OBJECT |
Short Text | Publizieren von Objekten auf ITS Server |
Function Group | RRXWS |
Package | RSR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_EXTMODUL | LIKE | IACOBJECT-EXTMODUL | ABAP-Programmname | |
I_ITSTYPE | LIKE | IACOBJECT-ITSTYPE | Typ des Web-Objekts einer Internet-Anwendungskomponente | |
I_MODULPOOL | LIKE | IACOBJECT-MODULPOOL | Name eines Web-Objekts einer Internet-Anwendungskomponente | |
I_SERVICE | LIKE | IACOBJECT-SERVICE | Service-Name einer Internet-Anwendungskomponente | |
I_THEME | LIKE | IACOBJECT-THEME | Theme der Internet-Anwendungskomponente |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | Returnparameter |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.