openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_USER_LOCACTGROUPS_ASSIGN: post: tags: - SU_USER summary: Change User-Role Assignments in CUA Central System operationId: /rfc/BAPI_USER_LOCACTGROUPS_ASSIGN requestBody: content: application/json: schema: properties: DISTRIBUTE_CHANGE_ONLY: type: string default: ' ' maxLength: 1 description: Character Field Length 1 INCL_HR_ASSIGN: type: string default: ' ' maxLength: 1 description: Character Field Length 1 NO_DB_UPDATE: type: string default: ' ' maxLength: 1 description: Database is to be updated USERNAME: type: string maxLength: 12 description: User Name ACTIVITYGROUPS: type: array items: type: object properties: SUBSYSTEM: type: string maxLength: 10 description: Receiving system for central user administration AGR_NAME: type: string maxLength: 30 description: Name of role in distribution model FROM_DAT: type: string format: date description: Date of menu generation TO_DAT: type: string format: date description: Date of menu generation AGR_TEXT: type: string maxLength: 80 description: Role name ORG_FLAG: type: string maxLength: 1 description: 'Indicator: Indirect Assignment of the User to the Role enumValues: C=Assignment Comes From Composite Role,""=Direct Assignment,E=Enterprise Portal Rolle,X=Assignment Comes From HR Organization Managemnt' enum: - C - '' - E - X required: - USERNAME responses: '200': description: OK content: application/json: schema: properties: ACTIVITYGROUPS: type: array items: type: object properties: SUBSYSTEM: type: string maxLength: 10 description: Receiving system for central user administration AGR_NAME: type: string maxLength: 30 description: Name of role in distribution model FROM_DAT: type: string format: date description: Date of menu generation TO_DAT: type: string format: date description: Date of menu generation AGR_TEXT: type: string maxLength: 80 description: Role name ORG_FLAG: type: string maxLength: 1 description: 'Indicator: Indirect Assignment of the User to the Role enumValues: C=Assignment Comes From Composite Role,""=Direct Assignment,E=Enterprise Portal Rolle,X=Assignment Comes From HR Organization Managemnt' enum: - C - '' - E - X RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates '400': description: Bad request. 5XX: description: Unexpected error.