/AWS1/IF_RPP=>DEREGISTERADMIN()¶
About DeregisterAdmin¶
Removes the user or group from the list of administrators of the private re:Post.
Method Signature¶
METHODS /AWS1/IF_RPP~DEREGISTERADMIN
IMPORTING
!IV_SPACEID TYPE /AWS1/RPPSPACEID OPTIONAL
!IV_ADMINID TYPE /AWS1/RPPADMINID OPTIONAL
RAISING
/AWS1/CX_RPPACCESSDENIEDEX
/AWS1/CX_RPPINTERNALSERVEREX
/AWS1/CX_RPPRESOURCENOTFOUNDEX
/AWS1/CX_RPPTHROTTLINGEX
/AWS1/CX_RPPVALIDATIONEX
/AWS1/CX_RPPCLIENTEXC
/AWS1/CX_RPPSERVEREXC
/AWS1/CX_RT_TECHNICAL_GENERIC
/AWS1/CX_RT_SERVICE_GENERIC.
IMPORTING¶
Required arguments:¶
iv_spaceid TYPE /AWS1/RPPSPACEID /AWS1/RPPSPACEID¶
The ID of the private re:Post to remove the admin from.
iv_adminid TYPE /AWS1/RPPADMINID /AWS1/RPPADMINID¶
The ID of the admin to remove.
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
lo_client->deregisteradmin(
iv_adminid = |string|
iv_spaceid = |string|
).