openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_USER_CLONE: post: tags: - SU_USER summary: Create/Change Users (Only Usable by CUA Distribution) operationId: /rfc/BAPI_USER_CLONE requestBody: content: application/json: schema: properties: ADDRESS: type: object properties: PERS_NO: type: string maxLength: 10 description: Person number ADDR_NO: type: string maxLength: 10 description: Address number TITLE_P: type: string maxLength: 30 description: Title text FIRSTNAME: type: string maxLength: 40 description: First name LASTNAME: type: string maxLength: 40 description: Last name BIRTH_NAME: type: string maxLength: 40 description: Name of person at birth MIDDLENAME: type: string maxLength: 40 description: Middle name or second forename of a person SECONDNAME: type: string maxLength: 40 description: Second surname of a person FULLNAME: type: string maxLength: 80 description: Full Name of Person FULLNAME_X: type: string maxLength: 1 description: 'Status of Field ''Full Name'' NAME_TEXT enumValues: M=Maintained manually,""=Generated from the parts of the name,X=Converted from the previous release' enum: - M - '' - X TITLE_ACA1: type: string maxLength: 20 description: 'Academic Title: Written Form' TITLE_ACA2: type: string maxLength: 20 description: '2nd academic title: written form' PREFIX1: type: string maxLength: 20 description: Name prefix PREFIX2: type: string maxLength: 20 description: 2nd name prefix TITLE_SPPL: type: string maxLength: 20 description: Name supplement, e.g. noble title (written form) NICKNAME: type: string maxLength: 40 description: Nickname or name used INITIALS: type: string maxLength: 10 description: '"Middle Initial" or personal initials' NAMEFORMAT: type: string maxLength: 2 description: Name format NAMCOUNTRY: type: string maxLength: 3 description: Country for name format rule LANGU_P: type: string maxLength: 1 description: Language Key LANGUP_ISO: type: string maxLength: 2 description: Language according to ISO 639 SORT1_P: type: string maxLength: 20 description: Search Term 1 SORT2_P: type: string maxLength: 20 description: Search Term 2 DEPARTMENT: type: string maxLength: 40 description: Department FUNCTION: type: string maxLength: 40 description: Function BUILDING_P: type: string maxLength: 10 description: Building (number or code) FLOOR_P: type: string maxLength: 10 description: Floor in building ROOM_NO_P: type: string maxLength: 10 description: Room or Appartment Number INITS_SIG: type: string maxLength: 10 description: Short name for correspondence INHOUSE_ML: type: string maxLength: 10 description: Int. mail postal code COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) TITLE: type: string maxLength: 30 description: Title text NAME: type: string maxLength: 40 description: Name 1 NAME_2: type: string maxLength: 40 description: Name 2 NAME_3: type: string maxLength: 40 description: Name 3 NAME_4: type: string maxLength: 40 description: Name 4 C_O_NAME: type: string maxLength: 40 description: c/o name CITY: type: string maxLength: 40 description: City DISTRICT: type: string maxLength: 40 description: District CITY_NO: type: string maxLength: 12 description: City code for city/street file DISTRCT_NO: type: string maxLength: 8 description: District code for City and Street file CHCKSTATUS: type: string maxLength: 1 description: 'City file test status enumValues: C=checked against city index,D=differs from city index,""=Not checked' enum: - C - D - '' POSTL_COD1: type: string maxLength: 10 description: City postal code POSTL_COD2: type: string maxLength: 10 description: PO Box postal code POSTL_COD3: type: string maxLength: 10 description: Company postal code (for large customers) PO_BOX: type: string maxLength: 10 description: PO Box PO_BOX_CIT: type: string maxLength: 40 description: PO Box city PBOXCIT_NO: type: string maxLength: 12 description: City PO box code (City file) DELIV_DIS: type: string maxLength: 15 description: (Not Supported) Post Delivery District TRANSPZONE: type: string maxLength: 10 description: Transportation zone to or from which the goods are delivered STREET: type: string maxLength: 60 description: Street STREET_NO: type: string maxLength: 12 description: Street Number for City/Street File STR_ABBR: type: string maxLength: 2 description: (Not Supported) Abbreviation of Street Name HOUSE_NO: type: string maxLength: 10 description: House Number HOUSE_NO2: type: string maxLength: 10 description: House number supplement STR_SUPPL1: type: string maxLength: 40 description: Street 2 STR_SUPPL2: type: string maxLength: 40 description: Street 3 STR_SUPPL3: type: string maxLength: 40 description: Street 4 LOCATION: type: string maxLength: 40 description: Street 5 BUILDING: type: string maxLength: 10 description: 'old: building (no. or abbreviation)' FLOOR: type: string maxLength: 10 description: Floor in building ROOM_NO: type: string maxLength: 10 description: Room or Appartment Number COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 REGION: type: string maxLength: 3 description: Region (State, Province, County) SORT1: type: string maxLength: 20 description: Search Term 1 SORT2: type: string maxLength: 20 description: Search Term 2 TIME_ZONE: type: string maxLength: 6 description: Address time zone TAXJURCODE: type: string maxLength: 15 description: Tax Jurisdiction ADR_NOTES: type: string maxLength: 50 description: Address notes TEL1_NUMBR: type: string maxLength: 30 description: 'First telephone no.: dialling code+number' TEL1_EXT: type: string maxLength: 10 description: 'First Telephone No.: Extension' FAX_NUMBER: type: string maxLength: 30 description: 'First fax no.: dialling code+number' FAX_EXTENS: type: string maxLength: 10 description: 'First fax no.: extension' E_MAIL: type: string maxLength: 241 description: E-Mail Address BUILD_LONG: type: string maxLength: 20 description: Building (Number or Code) REGIOGROUP: type: string maxLength: 8 description: Regional structure grouping HOME_CITY: type: string maxLength: 40 description: City (different from postal city) HOMECITYNO: type: string maxLength: 12 description: Different city for city/street file PCODE1_EXT: type: string maxLength: 10 description: (Not Supported)City Postal Code Extension, e.g. ZIP+4+2 Code PCODE2_EXT: type: string maxLength: 10 description: (Not Supported) PO Box Postal Code Extension PCODE3_EXT: type: string maxLength: 10 description: (Not Supported) Major Customer Postal Code Extension PO_W_O_NO: type: string maxLength: 1 description: 'Flag: PO Box without number enumValues: ""=No,X=Yes' enum: - '' - X PO_BOX_REG: type: string maxLength: 3 description: Region for PO Box (Country, State, Province, ...) POBOX_CTRY: type: string maxLength: 3 description: PO box country PO_CTRYISO: type: string maxLength: 2 description: Country ISO code DONT_USE_S: type: string maxLength: 4 description: Street Address Undeliverable Flag DONT_USE_P: type: string maxLength: 4 description: PO Box Address Undeliverable Flag HOUSE_NO3: type: string maxLength: 10 description: (Not supported) House Number Range LANGU_CR_P: type: string maxLength: 1 description: Address record creation original language LANGUCPISO: type: string maxLength: 2 description: Language according to ISO 639 ALIAS: type: object properties: USERALIAS: type: string maxLength: 40 description: Internet user alias COMPANY: type: object properties: COMPANY: type: string maxLength: 42 description: Company address, cross-system key DEFAULTS: type: object properties: STCOD: type: string maxLength: 20 description: Start menu (old, replaced by XUSTART) SPLD: type: string maxLength: 4 description: 'Spool: Output device' SPLG: type: string maxLength: 1 description: Print parameter 1 SPDB: type: string maxLength: 1 description: Print parameter 2 SPDA: type: string maxLength: 1 description: Print parameter 3 DATFM: type: string maxLength: 1 description: 'Date format enumValues: 6=YYYY-MM-DD,9=GYY-MM-DD (Japanese Date),A=YYYY/MM/DD (Islamic Date 1),2=MM/DD/YYYY,4=YYYY.MM.DD,3=MM-DD-YYYY,C=YYYY/MM/DD (Iranian Date),B=YYYY/MM/DD (Islamic Date 2),5=YYYY/MM/DD,8=GYY/MM/DD (Japanese Date),1=DD.MM.YYYY,7=GYY.MM.DD (Japanese Date)' enum: - '6' - '9' - A - '2' - '4' - '3' - C - B - '5' - '8' - '1' - '7' DCPFM: type: string maxLength: 1 description: 'Decimal notation enumValues: X=1,234,567.89,Y=1 234 567,89,""=1.234.567,89' enum: - X - Y - '' LANGU: type: string maxLength: 1 description: Language CATTKENNZ: type: string maxLength: 1 description: 'CATT: Test status enumValues: .=' enum: - . KOSTL: type: string maxLength: 8 description: Cost center START_MENU: type: string maxLength: 30 description: Start menu EXTIDSX: type: object properties: EXTID: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' LOGONDATA: type: object properties: GLTGV: type: string format: date description: User valid from GLTGB: type: string format: date description: User valid to USTYP: type: string maxLength: 1 description: 'User Type enumValues: C=Communications Data,A=Dialog,L=Reference,S=Service,B=System' enum: - C - A - L - S - B CLASS: type: string maxLength: 12 description: User group in user master maintenance ACCNT: type: string maxLength: 12 description: Account ID TZONE: type: string maxLength: 6 description: Time Zone LTIME: type: string maxLength: 6 description: Last Logon Time BCODE: type: string format: byte description: Password Hash Key CODVN: type: string maxLength: 1 description: 'Code Version of Password Hash Algorithm (Old Systems) enumValues: X=Password Deactivated,C=Code Version C (Not Implemented),A=Code Version A (Obsolete),B=Code Version B (MD5-Based, 8 Characters, Upper-Case, ASCII),D=Code Version D (MD5-Based, 8 Characters, Upper-Case, UTF-8)' enum: - X - C - A - B - D PASSCODE: type: string format: byte description: Password Hash Value (SHA1, 160 Bit) CODVC: type: string maxLength: 1 description: 'Code Version of Password Hash Algorithm (New Systems) enumValues: X=Password Deactivated,C=Code Version C (Not Implemented),A=Code Version A (Obsolete),B=Code Version B (MD5-Based, 8 Characters, Upper-Case, ASCII),E=Code Version E (Reserved for Correction of Code Version D),G=Code Version G = Code Vers. F + Code Vers. B (2 Hash Values),F=Code Version F (SHA1, 40 Characters, Case-Sensitive, UTF-8),D=Code Version D (MD5-Based, 8 Characters, Upper-Case, UTF-8)' enum: - X - C - A - B - E - G - F - D METHOD: type: object properties: USMETHOD: type: string maxLength: 30 description: Method to be called when distributing users PASSWORD: type: object properties: BAPIPWD: type: string maxLength: 40 description: New password REF_USER: type: object properties: REF_USER: type: string maxLength: 12 description: User Name in User Master Record SNC: type: object properties: GUIFLAG: type: string maxLength: 1 description: 'Unsecure communication permitted (user-specific) enumValues: ""=Not Selected,X=Selected' enum: - '' - X PNAME: type: string maxLength: 255 description: 'SNC: Printable name' UCLASS: type: object properties: LIC_TYPE: type: string maxLength: 2 description: ID for the User Types of the SAP System SPEC_VERS: type: string maxLength: 2 description: Assignment to special version COUNTRY_SURCHARGE: type: integer format: int64 description: 'System Measurement: Country Surcharge (3 Characters)' SUBSTITUTE_FROM: type: string format: date description: Substitute 'from date' SUBSTITUTE_UNTIL: type: string format: date description: Substitute 'to date' SYSID: type: string maxLength: 8 description: Name of the SAP System CLIENT: type: string maxLength: 3 description: Client BNAME_CHARGEABLE: type: string maxLength: 12 description: Chargeable User UCLASSX: type: object properties: UCLASS: type: string maxLength: 1 description: 'Updated information in related user data field enumValues: X=Update for the field,""=No update for the field' enum: - X - '' UCLASSSYS: type: string maxLength: 1 description: 'Indicator for Table Changes enumValues: R=All entries of the table will be replaced,S=Only the transferred entries are used,""=Table is not used' enum: - R - S - '' USATTRX: type: object properties: USATTR: type: string maxLength: 1 description: 'Indicator for Table Changes enumValues: R=All entries of the table will be replaced,S=Only the transferred entries are used,""=Table is not used' enum: - R - S - '' USERNAME: type: object properties: BAPIBNAME: type: string maxLength: 12 description: User Name in User Master Record ACTIVITYGROUPS: type: array items: type: object properties: AGR_NAME: type: string maxLength: 30 description: Role Name 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 ADDCOMREM: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X ADDFAX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X FAX: type: string maxLength: 30 description: 'Fax number: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Fax no.: Extension' FAX_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' SENDER_NO: type: string maxLength: 30 description: Fax number for finding sender FAX_GROUP: type: string maxLength: 1 description: 'Fax group (G3, G4, ...) enumValues: 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDPAG: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PAGER_TYPE: type: string maxLength: 4 description: Pager Service PAGER: type: string maxLength: 30 description: Pager number PAGER_NO: type: string maxLength: 30 description: Normalized pager search field CALLER_NO: type: string maxLength: 30 description: Pager number for finding sender STD_RECIP: type: string maxLength: 1 description: Encoded Reference to a Sequence Number R_3_USER: type: string maxLength: 1 description: Encoded Reference to a Sequence Number HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDPRT: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PRINT_DEST: type: string maxLength: 4 description: 'Spool: Output device' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDRFC: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X LOG_DEST: type: string maxLength: 32 description: RFC logical destination STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDRML: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X SYMB_DEST: type: string maxLength: 10 description: Symbolic destination REC_TYPE: type: string maxLength: 1 description: Recipient type (not currently used) R_MAIL_CLT: type: string maxLength: 3 description: RML- Client (Remote Mail, SAP - SAP - Communication) R_MAIL: type: string maxLength: 12 description: RML Name (Remote Mail, SAP - SAP - Communication) STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDSMTP: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X E_MAIL: type: string maxLength: 241 description: E-Mail Address EMAIL_SRCH: type: string maxLength: 20 description: E-Mail Address Search Field STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail) enumValues: 1=MIME,2=UUENCODE,0=NONE' enum: - '1' - '2' - '0' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDSSF: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X DUMMY: type: string maxLength: 1 description: Single-Character Flag STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SSFIDSHORT: type: string maxLength: 132 description: SSFID field for screen display SSF_NS: type: string maxLength: 10 description: 'SSF Namespace label enumValues: ALL=All known namespaces,SMARTCARD=Chip card/smart card,LOCALDB=Local database,LOCALFILE=Local file,X500=X.500 directory,LOCALDIR=Local directory' enum: - ALL - SMARTCARD - LOCALDB - LOCALFILE - X500 - LOCALDIR SSF_PROF: type: string maxLength: 132 description: SSF profile name SSFIDPART1: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART2: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART3: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART4: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART5: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART6: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART7: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART8: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART9: type: string maxLength: 48 description: SSF name signatory/recipient - part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTEL: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEPHONE: type: string maxLength: 30 description: 'Telephone no.: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Telephone no.: Extension' TEL_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' CALLER_NO: type: string maxLength: 30 description: Telephone number for determining caller STD_RECIP: type: string maxLength: 1 description: 'Indicator: Telephone is SMS-Enabled enumValues: ""=Telephone is Not SMS-Enabled,X=Telephone is SMS-Enabled' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Indicator: Telephone is a Mobile Telephone enumValues: ""=Telephone is Landline Telephone,2=Telephone is Mobile Telephone but Not Default Mobile Phone,X=Obsolete - No Longer Valid,1=Telephone is Default Under Landline Telephones,3=Telephone is Default Mobile Telephone' enum: - '' - '2' - X - '1' - '3' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTLX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEX_NO: type: string maxLength: 30 description: Telex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTTX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELETEX: type: string maxLength: 30 description: Teletex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDURI: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X URI_TYPE: type: string maxLength: 3 description: 'URI type flag enumValues: ACC=Bank statement request,LOG=Company logo,PFB=Published Free/Busy information (calendar),INT=Intranet page,FTP=FTP address,STK=Callup share prices,HPG=Homepage (WWW),ROU=Link to Route Planner' enum: - ACC - LOG - PFB - INT - FTP - STK - HPG - ROU URI: type: string maxLength: 132 description: URI, e.g. Homepage or ftp Address STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number URI_PART1: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART2: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART3: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART4: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART5: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART6: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART7: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART8: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART9: type: string maxLength: 48 description: Universal Resource Identifier (URI) - Part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDX400: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X COUNTRY: type: string maxLength: 3 description: X.400 country code COUNTRYISO: type: string maxLength: 2 description: Country ISO code ADM_DOM: type: string maxLength: 16 description: X.400 administration domain PRIV_DOM: type: string maxLength: 16 description: X.400 private domain ORGANIZATN: type: string maxLength: 64 description: X.400 organization ORG_UNIT_1: type: string maxLength: 32 description: X.400 organizational unit 1 ORG_UNIT_2: type: string maxLength: 32 description: X.400 organizational unit 2 ORG_UNIT_3: type: string maxLength: 32 description: X.400 organizational unit 3 ORG_UNIT_4: type: string maxLength: 32 description: X.400 organizational unit 4 LASTNAME: type: string maxLength: 40 description: X.400 last name FIRSTNAME: type: string maxLength: 16 description: X.400 first name INITIALS: type: string maxLength: 5 description: X.400 Initials GENERATION: type: string maxLength: 3 description: X.400 generation X_121_ADDR: type: string maxLength: 15 description: X.400 X.121 network address TERM_ID: type: string maxLength: 24 description: X.400 Terminal ID TERM_TYPE: type: string maxLength: 1 description: X.400 terminal type UANID: type: string maxLength: 32 description: X.400 user agent numeric ID DDA_TYPE1: type: string maxLength: 8 description: X.400 domain defined attribute, type 1 DDA_VALUE1: type: string maxLength: 128 description: X.400 domain defined attribute, value 1 DDA_TYPE2: type: string maxLength: 8 description: X.400 domain defined attribute, type 2 DDA_VALUE2: type: string maxLength: 128 description: X.400 domain defined attribute, value 2 DDA_TYPE3: type: string maxLength: 8 description: X.400 domain defined attribute, type 3 DDA_VALUE3: type: string maxLength: 128 description: X.400 domain defined attribute, value 3 DDA_TYPE4: type: string maxLength: 8 description: X.400 domain defined attribute, type 4 DDA_VALUE4: type: string maxLength: 128 description: X.400 domain defined attribute, value 4 STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400) enumValues: 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400 enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' APPLREF: type: array items: type: object properties: OBJTYPE: type: string maxLength: 10 description: Object Type OBJKEY: type: string maxLength: 70 description: Object key SUBSYSTEM: type: string maxLength: 10 description: Receiving system for central user administration EXTIDHEAD: type: array items: type: object properties: SEQ_NO_ID: type: integer format: int64 description: Sequence Number of External ID of a User TYPE: type: string maxLength: 2 description: External ID type CODE_TYPE: type: string maxLength: 1 description: 'Way in Which Data is Coded enumValues: B=Base64 Coded,N=Not Coded,X=Hexadecimal' enum: - B - N - X EXTID_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database ISSUER_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database SERIAL_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database VALITYINFO: type: string format: byte description: Validity Information for External ID of a User VERSION: type: integer format: int32 description: Version of Validity Information for External ID of a User STATUS: type: string maxLength: 1 description: 'Status of entry for external ID enumValues: ""=Not Selected,X=Selected' enum: - '' - X EXTFLAG: type: string maxLength: 4 description: Indicator for External ID EXTIDPART: type: array items: type: object properties: SEQ_NO_ID: type: integer format: int64 description: Sequence Number of External ID of a User FIELDNAME: type: string maxLength: 30 description: 'Field Name for a Part of an External ID of a User enumValues: EXTID=Actual External ID,ISSUER=Issuer of ID,SERIAL=Serial Number of ID' enum: - EXTID - ISSUER - SERIAL SEQ_NO_PART: type: integer format: int64 description: Sequence Number of Part of a Field of an External ID PART_DATA: type: string maxLength: 192 description: Content of a Part of a Field of an External ID EXTFLAG: type: string maxLength: 4 description: Indicator for External ID GROUPS: type: array items: type: object properties: USERGROUP: type: string maxLength: 12 description: User group in user master maintenance PARAMETER: type: array items: type: object properties: PARID: type: string maxLength: 20 description: Set/Get parameter ID PARVA: type: string maxLength: 18 description: Parameter value PARTXT: type: string maxLength: 60 description: Short Description of Repository Objects PARAMETER1: type: array items: type: object properties: PARID: type: string maxLength: 20 description: Set/Get parameter ID PARVA: type: string maxLength: 40 description: Parameter value PARTXT: type: string maxLength: 60 description: Short Description of Repository Objects PERSDATA: type: array items: type: object properties: PERS_KEY: type: string maxLength: 30 description: Personalization object key LINE_NO: type: integer format: int32 description: Index of Internal Tables LENGTH: type: integer format: int32 description: Natural number XML_DATA: type: string maxLength: 50 description: XML document line type PROFILES: type: array items: type: object properties: BAPIPROF: type: string maxLength: 12 description: Profile name BAPIPTEXT: type: string maxLength: 60 description: Texts in user master/authorizations BAPITYPE: type: string maxLength: 1 description: 'Type of Profile (Composite or Single) enumValues: C=Composite Profile,G=Generates Profile,S=Single profile' enum: - C - G - S BAPIAKTPS: type: string maxLength: 1 description: Active or maintenance version USATTR: type: array items: type: object properties: ATTRID: type: string maxLength: 20 description: User Attribute ID ATTRVALSEQ: type: integer format: int64 description: Length of the Following Part of the User Attribute ATTRVALPART: type: string maxLength: 128 description: Content of a Part of the User Attribute ATTRDEL: type: string maxLength: 1 description: 'Deletion Indicator for a User Attribute enumValues: X=Delete Entry,""=Create / Change Entry' enum: - X - '' ATTRFLAG: type: string maxLength: 4 description: User Attribute Indicator required: - METHOD - USERNAME responses: '200': description: OK content: application/json: schema: properties: ACTIVITYGROUPS: type: array items: type: object properties: AGR_NAME: type: string maxLength: 30 description: Role Name 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 ADDCOMREM: type: array items: type: object properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X ADDFAX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X FAX: type: string maxLength: 30 description: 'Fax number: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Fax no.: Extension' FAX_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' SENDER_NO: type: string maxLength: 30 description: Fax number for finding sender FAX_GROUP: type: string maxLength: 1 description: 'Fax group (G3, G4, ...) enumValues: 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDPAG: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PAGER_TYPE: type: string maxLength: 4 description: Pager Service PAGER: type: string maxLength: 30 description: Pager number PAGER_NO: type: string maxLength: 30 description: Normalized pager search field CALLER_NO: type: string maxLength: 30 description: Pager number for finding sender STD_RECIP: type: string maxLength: 1 description: Encoded Reference to a Sequence Number R_3_USER: type: string maxLength: 1 description: Encoded Reference to a Sequence Number HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDPRT: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X PRINT_DEST: type: string maxLength: 4 description: 'Spool: Output device' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDRFC: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X LOG_DEST: type: string maxLength: 32 description: RFC logical destination STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDRML: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X SYMB_DEST: type: string maxLength: 10 description: Symbolic destination REC_TYPE: type: string maxLength: 1 description: Recipient type (not currently used) R_MAIL_CLT: type: string maxLength: 3 description: RML- Client (Remote Mail, SAP - SAP - Communication) R_MAIL: type: string maxLength: 12 description: RML Name (Remote Mail, SAP - SAP - Communication) STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDSMTP: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X E_MAIL: type: string maxLength: 241 description: E-Mail Address EMAIL_SRCH: type: string maxLength: 20 description: E-Mail Address Search Field STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail) enumValues: 1=MIME,2=UUENCODE,0=NONE' enum: - '1' - '2' - '0' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDSSF: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X DUMMY: type: string maxLength: 1 description: Single-Character Flag STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SSFIDSHORT: type: string maxLength: 132 description: SSFID field for screen display SSF_NS: type: string maxLength: 10 description: 'SSF Namespace label enumValues: ALL=All known namespaces,SMARTCARD=Chip card/smart card,LOCALDB=Local database,LOCALFILE=Local file,X500=X.500 directory,LOCALDIR=Local directory' enum: - ALL - SMARTCARD - LOCALDB - LOCALFILE - X500 - LOCALDIR SSF_PROF: type: string maxLength: 132 description: SSF profile name SSFIDPART1: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART2: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART3: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART4: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART5: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART6: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART7: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART8: type: string maxLength: 250 description: 'SSF name signatory/recipient: Parts 1-8' SSFIDPART9: type: string maxLength: 48 description: SSF name signatory/recipient - part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTEL: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEPHONE: type: string maxLength: 30 description: 'Telephone no.: dialling code+number' EXTENSION: type: string maxLength: 10 description: 'Telephone no.: Extension' TEL_NO: type: string maxLength: 30 description: 'Complete number: dialling code+number+extension' CALLER_NO: type: string maxLength: 30 description: Telephone number for determining caller STD_RECIP: type: string maxLength: 1 description: 'Indicator: Telephone is SMS-Enabled enumValues: ""=Telephone is Not SMS-Enabled,X=Telephone is SMS-Enabled' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Indicator: Telephone is a Mobile Telephone enumValues: ""=Telephone is Landline Telephone,2=Telephone is Mobile Telephone but Not Default Mobile Phone,X=Obsolete - No Longer Valid,1=Telephone is Default Under Landline Telephones,3=Telephone is Default Mobile Telephone' enum: - '' - '2' - X - '1' - '3' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTLX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELEX_NO: type: string maxLength: 30 description: Telex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDTTX: type: array items: type: object properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X TELETEX: type: string maxLength: 30 description: Teletex number STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDURI: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X URI_TYPE: type: string maxLength: 3 description: 'URI type flag enumValues: ACC=Bank statement request,LOG=Company logo,PFB=Published Free/Busy information (calendar),INT=Intranet page,FTP=FTP address,STK=Callup share prices,HPG=Homepage (WWW),ROU=Link to Route Planner' enum: - ACC - LOG - PFB - INT - FTP - STK - HPG - ROU URI: type: string maxLength: 132 description: URI, e.g. Homepage or ftp Address STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number URI_PART1: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART2: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART3: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART4: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART5: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART6: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART7: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART8: type: string maxLength: 250 description: 'Universal Resource Identifier (URI): Parts 1-8' URI_PART9: type: string maxLength: 48 description: Universal Resource Identifier (URI) - Part 9 ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' ADDX400: type: array items: type: object properties: STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type enumValues: ""=No,X=Yes' enum: - '' - X COUNTRY: type: string maxLength: 3 description: X.400 country code COUNTRYISO: type: string maxLength: 2 description: Country ISO code ADM_DOM: type: string maxLength: 16 description: X.400 administration domain PRIV_DOM: type: string maxLength: 16 description: X.400 private domain ORGANIZATN: type: string maxLength: 64 description: X.400 organization ORG_UNIT_1: type: string maxLength: 32 description: X.400 organizational unit 1 ORG_UNIT_2: type: string maxLength: 32 description: X.400 organizational unit 2 ORG_UNIT_3: type: string maxLength: 32 description: X.400 organizational unit 3 ORG_UNIT_4: type: string maxLength: 32 description: X.400 organizational unit 4 LASTNAME: type: string maxLength: 40 description: X.400 last name FIRSTNAME: type: string maxLength: 16 description: X.400 first name INITIALS: type: string maxLength: 5 description: X.400 Initials GENERATION: type: string maxLength: 3 description: X.400 generation X_121_ADDR: type: string maxLength: 15 description: X.400 X.121 network address TERM_ID: type: string maxLength: 24 description: X.400 Terminal ID TERM_TYPE: type: string maxLength: 1 description: X.400 terminal type UANID: type: string maxLength: 32 description: X.400 user agent numeric ID DDA_TYPE1: type: string maxLength: 8 description: X.400 domain defined attribute, type 1 DDA_VALUE1: type: string maxLength: 128 description: X.400 domain defined attribute, value 1 DDA_TYPE2: type: string maxLength: 8 description: X.400 domain defined attribute, type 2 DDA_VALUE2: type: string maxLength: 128 description: X.400 domain defined attribute, value 2 DDA_TYPE3: type: string maxLength: 8 description: X.400 domain defined attribute, type 3 DDA_VALUE3: type: string maxLength: 128 description: X.400 domain defined attribute, value 3 DDA_TYPE4: type: string maxLength: 8 description: X.400 domain defined attribute, type 4 DDA_VALUE4: type: string maxLength: 128 description: X.400 domain defined attribute, value 4 STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number enumValues: ""=No,X=Yes' enum: - '' - X R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System enumValues: ""=No,X=Yes' enum: - '' - X TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400) enumValues: 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400 enumValues: ""=No,X=Yes' enum: - '' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp) enumValues: ""=No,X=Yes' enum: - '' - X CONSNUMBER: type: integer format: int64 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed enumValues: ""=No,X=Yes' enum: - '' - X FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used enumValues: ""=No,X=Yes' enum: - '' - X VALID_FROM: type: string maxLength: 14 description: 'Communication Data: Valid From (YYYYMMDDHHMMSS)' VALID_TO: type: string maxLength: 14 description: 'Communication Data: Valid To (YYYYMMDDHHMMSS)' APPLREF: type: array items: type: object properties: OBJTYPE: type: string maxLength: 10 description: Object Type OBJKEY: type: string maxLength: 70 description: Object key SUBSYSTEM: type: string maxLength: 10 description: Receiving system for central user administration EXTIDHEAD: type: array items: type: object properties: SEQ_NO_ID: type: integer format: int64 description: Sequence Number of External ID of a User TYPE: type: string maxLength: 2 description: External ID type CODE_TYPE: type: string maxLength: 1 description: 'Way in Which Data is Coded enumValues: B=Base64 Coded,N=Not Coded,X=Hexadecimal' enum: - B - N - X EXTID_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database ISSUER_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database SERIAL_LEN: type: integer format: int32 description: Length of an LCHR or LRAW field in the database VALITYINFO: type: string format: byte description: Validity Information for External ID of a User VERSION: type: integer format: int32 description: Version of Validity Information for External ID of a User STATUS: type: string maxLength: 1 description: 'Status of entry for external ID enumValues: ""=Not Selected,X=Selected' enum: - '' - X EXTFLAG: type: string maxLength: 4 description: Indicator for External ID EXTIDPART: type: array items: type: object properties: SEQ_NO_ID: type: integer format: int64 description: Sequence Number of External ID of a User FIELDNAME: type: string maxLength: 30 description: 'Field Name for a Part of an External ID of a User enumValues: EXTID=Actual External ID,ISSUER=Issuer of ID,SERIAL=Serial Number of ID' enum: - EXTID - ISSUER - SERIAL SEQ_NO_PART: type: integer format: int64 description: Sequence Number of Part of a Field of an External ID PART_DATA: type: string maxLength: 192 description: Content of a Part of a Field of an External ID EXTFLAG: type: string maxLength: 4 description: Indicator for External ID GROUPS: type: array items: type: object properties: USERGROUP: type: string maxLength: 12 description: User group in user master maintenance PARAMETER: type: array items: type: object properties: PARID: type: string maxLength: 20 description: Set/Get parameter ID PARVA: type: string maxLength: 18 description: Parameter value PARTXT: type: string maxLength: 60 description: Short Description of Repository Objects PARAMETER1: type: array items: type: object properties: PARID: type: string maxLength: 20 description: Set/Get parameter ID PARVA: type: string maxLength: 40 description: Parameter value PARTXT: type: string maxLength: 60 description: Short Description of Repository Objects PERSDATA: type: array items: type: object properties: PERS_KEY: type: string maxLength: 30 description: Personalization object key LINE_NO: type: integer format: int32 description: Index of Internal Tables LENGTH: type: integer format: int32 description: Natural number XML_DATA: type: string maxLength: 50 description: XML document line type PROFILES: type: array items: type: object properties: BAPIPROF: type: string maxLength: 12 description: Profile name BAPIPTEXT: type: string maxLength: 60 description: Texts in user master/authorizations BAPITYPE: type: string maxLength: 1 description: 'Type of Profile (Composite or Single) enumValues: C=Composite Profile,G=Generates Profile,S=Single profile' enum: - C - G - S BAPIAKTPS: type: string maxLength: 1 description: Active or maintenance version 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 USATTR: type: array items: type: object properties: ATTRID: type: string maxLength: 20 description: User Attribute ID ATTRVALSEQ: type: integer format: int64 description: Length of the Following Part of the User Attribute ATTRVALPART: type: string maxLength: 128 description: Content of a Part of the User Attribute ATTRDEL: type: string maxLength: 1 description: 'Deletion Indicator for a User Attribute enumValues: X=Delete Entry,""=Create / Change Entry' enum: - X - '' ATTRFLAG: type: string maxLength: 4 description: User Attribute Indicator '400': description: Bad request. 5XX: description: Unexpected error.