openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /idoc/BUPA_INBOUND_MAIN_SAVE_M01/BUPA_INBOUND_MAIN_SAVE_M: post: summary: 'IDoc: Inbound Interface for Business Partner' operationId: /idoc/BUPA_INBOUND_MAIN_SAVE_M01/BUPA_INBOUND_MAIN_SAVE_M requestBody: content: application/json: schema: type: object properties: EDI_DC40: properties: TABNAM: type: string maxLength: 10 description: Name of Table Structure MANDT: type: string maxLength: 3 description: Client DOCNUM: type: string maxLength: 16 description: IDoc number DOCREL: type: string maxLength: 4 description: SAP Release for IDoc STATUS: type: string maxLength: 2 description: Status of IDoc DIRECT: type: string maxLength: 1 description: 'Direction enumValues: 1=Outbound, 2=Inbound' enum: - '1' - '2' OUTMOD: type: string maxLength: 1 description: 'Output mode enumValues: 1=Transfer IDoc immediately and start external subsystem, 2=Transfer IDoc immediately, 3=Collect IDocs, transfer and start external subsystem, 4=Collect IDocs and transfer' enum: - '1' - '2' - '3' - '4' EXPRSS: type: string maxLength: 1 description: 'Overriding in inbound processing enumValues: ""=No overriding, X=Overriding' enum: - '' - X TEST: type: string maxLength: 1 description: 'Test flag enumValues: ""=IDoc contains a productive message, X=IDoc contains a test message' enum: - '' - X IDOCTYP: type: string maxLength: 30 description: Name of basic type CIMTYP: type: string maxLength: 30 description: Extension (defined by customer) MESTYP: type: string maxLength: 30 description: Message type MESCOD: type: string maxLength: 3 description: Message code MESFCT: type: string maxLength: 3 description: Message Function STD: type: string maxLength: 1 description: EDI standard, flag STDVRS: type: string maxLength: 6 description: EDI standard, version and release STDMES: type: string maxLength: 6 description: EDI message type SNDPOR: type: string maxLength: 10 description: Sender port (SAP System, external subsystem) SNDPRT: type: string maxLength: 2 description: Partner type of sender SNDPFC: type: string maxLength: 2 description: Partner Function of Sender SNDPRN: type: string maxLength: 10 description: Partner Number of Sender SNDSAD: type: string maxLength: 21 description: Sender address (SADR) SNDLAD: type: string maxLength: 70 description: Logical address of sender RCVPOR: type: string maxLength: 10 description: Receiver port RCVPRT: type: string maxLength: 2 description: Partner Type of Receiver RCVPFC: type: string maxLength: 2 description: Partner function of recipient RCVPRN: type: string maxLength: 10 description: Partner Number of Receiver RCVSAD: type: string maxLength: 21 description: Recipient address (SADR) RCVLAD: type: string maxLength: 70 description: Logical address of recipient CREDAT: type: string format: date maxLength: 8 description: Created on CRETIM: type: string maxLength: 6 description: Created at REFINT: type: string maxLength: 14 description: Transmission file (EDI Interchange) REFGRP: type: string maxLength: 14 description: Message group (EDI Message Group) REFMES: type: string maxLength: 14 description: Message (EDI Message) ARCKEY: type: string maxLength: 70 description: Key for external message archive SERIAL: type: string maxLength: 20 description: Serialization E101BUS_EI_EXTERN: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_HEADER: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance OBJECT: type: string maxLength: 32 description: 'External Interface: Object Category' OBJECT_TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Object: I=Insert,U=Update,M=Modify,D=Delete,C=Current State' enum: - I - U - M - D - C E101BUS_EI_INSTANCE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BPARTNER: type: string maxLength: 10 description: Business Partner Number BPARTNERGUID: type: string maxLength: 32 description: GUID of a Business Partner in CHAR 32 Format for BAPIs IDENTIFICATIONCATEGORY: type: string maxLength: 6 description: BP Identification Category IDENTIFICATIONNUMBER: type: string maxLength: 60 description: Identification Number required: - E101BUS_EI_HEADER E101BUS_EI_CENTRAL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_BUPA_CENTRAL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101US_EI_BUPA_CENTRAL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BP_EEW_DUMMY: type: string maxLength: 1 description: Dummy function in length 1 E101US_EI_BUPA_CENTRAL_MAIN: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CATEGORY: type: string maxLength: 1 description: 'Business partner category: 1=Person,2=Organization,3=Group' enum: - '1' - '2' - '3' GROUPING: type: string maxLength: 4 description: Business Partner Grouping E101BUS_EI_STRUC_CENTRAL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance SEARCHTERM1: type: string maxLength: 20 description: Search term 1 for business partner SEARCHTERM2: type: string maxLength: 20 description: Search term 2 for business partner PARTNERTYPE: type: string maxLength: 4 description: Business partner type AUTHORIZATIONGROUP: type: string maxLength: 4 description: Authorization Group PARTNERLANGUAGE: type: string maxLength: 1 description: 'Business partner: Language' PARTNERLANGUAGEISO: type: string maxLength: 2 description: Language according to ISO 639 DATAORIGINTYPE: type: string maxLength: 4 description: Data origin types CENTRALARCHIVINGFLAG: type: string maxLength: 1 description: 'Central archiving flag: X=Yes,""=No' enum: - X - '' CENTRALBLOCK: type: string maxLength: 1 description: 'Central Block for Business Partner: X=Yes,""=No' enum: - X - '' TITLE_KEY: type: string maxLength: 4 description: Form-of-Address Key CONTACTALLOWANCE: type: string maxLength: 1 description: 'Business Partner: Contact Permission: 1=Allowed,2=Disallowed,3=Check Permission' enum: - '1' - '2' - '3' PARTNEREXTERNAL: type: string maxLength: 20 description: Business partner number in external system TITLELETTER: type: string maxLength: 50 description: Salutation NOTRELEASED: type: string maxLength: 1 description: 'Indicator: Not Released: X=Yes,""=No' enum: - X - '' COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) E101EI_STRUC_CENTRAL_PERSON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance FIRSTNAME: type: string maxLength: 40 description: First name of business partner (person) LASTNAME: type: string maxLength: 40 description: Last name of business partner (person) BIRTHNAME: type: string maxLength: 40 description: Name at birth of business partner MIDDLENAME: type: string maxLength: 40 description: Middle name or second forename of a person SECONDNAME: type: string maxLength: 40 description: Other Last Name of a Person TITLE_ACA1: type: string maxLength: 4 description: 'Academic Title: Key' TITLE_ACA2: type: string maxLength: 4 description: Second academic title (key) TITLE_SPPL: type: string maxLength: 4 description: Name supplement, e.g. noble title (key) PREFIX1: type: string maxLength: 4 description: Name Prefix (Key) PREFIX2: type: string maxLength: 4 description: 2nd name prefix (key) NICKNAME: type: string maxLength: 40 description: Nickname of Business Partner (Person) 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 NAMCOUNTRYISO: type: string maxLength: 2 description: Country ISO code SEX: type: string maxLength: 1 description: 'Sex of business partner (person): ""=Unknown,1=Female,2=Male' enum: - '' - '1' - '2' BIRTHPLACE: type: string maxLength: 40 description: Birthplace of business partner BIRTHDATE: type: string format: date maxLength: 8 description: Date of birth of business partner DEATHDATE: type: string format: date maxLength: 8 description: Date of death of business partner MARITALSTATUS: type: string maxLength: 1 description: Marital status of business partner CORRESPONDLANGUAGE: type: string maxLength: 1 description: 'Business Partner: Correspondence Language' CORRESPONDLANGUAGEISO: type: string maxLength: 2 description: Language according to ISO 639 FULLNAME: type: string maxLength: 80 description: Full Name EMPLOYER: type: string maxLength: 35 description: Employer of business partner OCCUPATION: type: string maxLength: 4 description: Occupation/group NATIONALITY: type: string maxLength: 3 description: Nationality NATIONALITYISO: type: string maxLength: 2 description: Country ISO code COUNTRYORIGIN: type: string maxLength: 3 description: 'Ctry of origin: non-res.companies' FULLNAME_MAN: type: string maxLength: 1 description: 'Status of Field ''Full Name'' NAME_TEXT: ""=Generated from the parts of the name,X=Converted from the previous release,M=Maintained manually' enum: - '' - X - M E101_EI_STRUC_CENTRAL_ORGAN: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAME1: type: string maxLength: 40 description: Name 1 of organization NAME2: type: string maxLength: 40 description: Name 2 of organization NAME3: type: string maxLength: 40 description: Name 3 of organization NAME4: type: string maxLength: 40 description: Name 4 of organization LEGALFORM: type: string maxLength: 2 description: 'BP: Legal form of organization' INDUSTRYSECTOR: type: string maxLength: 10 description: Industry sector FOUNDATIONDATE: type: string format: date maxLength: 8 description: Date organization founded LIQUIDATIONDATE: type: string format: date maxLength: 8 description: Liquidation date of organization LOC_NO_1: type: string maxLength: 7 description: International location number (part 1) LOC_NO_2: type: string maxLength: 5 description: International location number (Part 2) CHK_DIGIT: type: string maxLength: 1 description: Check digit for the international location number LEGALORG: type: string maxLength: 2 description: Legal Entity of Organization E101_EI_STRUC_CENTRAL_GROUP: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAMEGROUP1: type: string maxLength: 40 description: Name 1 (group) NAMEGROUP2: type: string maxLength: 40 description: Name 2 (group) GROUPTYPE: type: string maxLength: 4 description: Group type required: - E101US_EI_BUPA_CENTRAL_DATA E101BUPA_CENTRAL_DATA_XFLAG: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BP_EEW_DUMMY: type: string maxLength: 1 description: Dummy function in length 1 E101BUS_EI_STRUC_CENTRAL_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance SEARCHTERM1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SEARCHTERM2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERTYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' AUTHORIZATIONGROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERLANGUAGE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PARTNERLANGUAGEISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DATAORIGINTYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CENTRALARCHIVINGFLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CENTRALBLOCK: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONTACTALLOWANCE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PARTNEREXTERNAL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLELETTER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NOTRELEASED: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101_STRUC_CENTRAL_PERSON_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MIDDLENAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SECONDNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_SPPL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NICKNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMEFORMAT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMCOUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMCOUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SEX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHPLACE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BIRTHDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DEATHDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MARITALSTATUS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CORRESPONDLANGUAGE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CORRESPONDLANGUAGEISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FULLNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMPLOYER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' OCCUPATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NATIONALITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NATIONALITYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYORIGIN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101I_STRUC_CENTRAL_ORGAN_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAME1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LEGALFORM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INDUSTRYSECTOR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FOUNDATIONDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LIQUIDATIONDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOC_NO_1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOC_NO_2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CHK_DIGIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LEGALORG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101I_STRUC_CENTRAL_GROUP_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAMEGROUP1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMEGROUP2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GROUPTYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUPA_CENTRAL_DATA_XFLAG required: - E101BUS_EI_BUPA_CENTRAL E101BUS_EI_ROLES: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' TIME_DEPENDENT: type: string maxLength: 1 description: 'External Interface: Data in Source System Time-Dependent: ""=Data Not Maintained Time-Dependently in Source System,X=Data Maintained Time-Dependently in Source System' enum: - '' - X E101BUS_EI_BUPA_ROLES: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Role: I=Insert,D=Delete' enum: - I - D DATA_KEY: type: string maxLength: 6 description: BP role CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_ROLE_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance DIFFTYPEVALUE: type: string maxLength: 20 description: 'BP: Differentiation type value' ROLECATEGORY: type: string maxLength: 6 description: BP Role Category VALID_FROM: type: string format: date maxLength: 8 description: Valid From VALID_TO: type: string format: date maxLength: 8 description: Valid To E101BUS_EI_ROLE_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_ROLES required: - E101BUS_EI_ROLES E101BUS_EI_BANKDETAIL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' TIME_DEPENDENT: type: string maxLength: 1 description: 'External Interface: Data in Source System Time-Dependent: ""=Data Not Maintained Time-Dependently in Source System,X=Data Maintained Time-Dependently in Source System' enum: - '' - X E101BUS_EI_BUPA_BANKDETAIL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Bank Details: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete' enum: - I - U - D - '1' - '2' - '4' DATA_KEY: type: string maxLength: 4 description: Bank details ID CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_STRUC_BANKDETAIL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BANK_CTRY: type: string maxLength: 3 description: Bank country key BANK_CTRYISO: type: string maxLength: 2 description: Country ISO code BANK_KEY: type: string maxLength: 15 description: Bank Keys BANK_ACCT: type: string maxLength: 18 description: Bank account number CTRL_KEY: type: string maxLength: 2 description: Bank Control Key BANK_REF: type: string maxLength: 20 description: Reference specifications for bank details ACCOUNTHOLDER: type: string maxLength: 60 description: Account Holder Name COLL_AUTH: type: string maxLength: 1 description: 'Indicator: Is there collection authorization ?: X=Yes,""=No' enum: - X - '' EXTERNALBANKID: type: string maxLength: 20 description: Bank details ID in external system BANKACCOUNTNAME: type: string maxLength: 40 description: Name of Bank Account IBAN: type: string maxLength: 34 description: IBAN (International Bank Account Number) IBAN_FROM_DATE: type: string format: date maxLength: 8 description: Validity start of IBAN BANKDETAILVALIDFROM: type: string format: date maxLength: 8 description: Validity date (valid from) BANKDETAILVALIDTO: type: string format: date maxLength: 8 description: Validity Date (Valid To) BANKDETAILMOVEDATE: type: string format: date maxLength: 8 description: Date of Move BANKDETAILMOVEID: type: string maxLength: 4 description: ID of Target Details for Change of Bank Details (BP) E101S_EI_STRUC_BANKDETAIL_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BANK_CTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_CTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_ACCT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CTRL_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_REF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ACCOUNTHOLDER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COLL_AUTH: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTERNALBANKID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Change Indicator for BAI Structures in Business Partner: I=Insert,U=Change,D=Delete,""=No action' enum: - I - U - D - '' BANKACCOUNTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' IBAN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' IBAN_FROM_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANKDETAILVALIDFROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANKDETAILVALIDTO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANKDETAILMOVEDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANKDETAILMOVEID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_BANKDETAIL required: - E101BUS_EI_BANKDETAIL E101BUS_EI_CREDITCARD: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_CREDITCARD: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Credit Card: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S DATA_KEY: type: string maxLength: 6 description: Payment Card ID E101I_STRUC_CARDMASTER_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance VALID_TO: type: string maxLength: 10 description: 'Payment cards: Valid from' VALID_FROM: type: string maxLength: 10 description: 'Payment Cards: Valid To' CARD_TYPE: type: string maxLength: 4 description: Payment card type CARD_NUMBER: type: string maxLength: 25 description: 'Payment cards: Card number' STAMP_NAME: type: string maxLength: 40 description: 'Payment cards: Name of cardholder' ISSUER: type: string maxLength: 40 description: 'Payment cards: Issuing bank' ISSUING_DATE: type: string maxLength: 10 description: 'Payment cards: Date of issue' DEFAULTCARD: type: string maxLength: 1 description: 'BP: Standard Payment Card: X=Yes,""=No' enum: - X - '' CARD_GUID: type: string format: byte maxLength: 32 description: GUID of a Payment Card CREDITCARDNAME: type: string maxLength: 40 description: Description of Credit Card Details E101STRUC_CARDMASTER_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CARD_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CARD_NUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STAMP_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ISSUER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ISSUING_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DEFAULTCARD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_CREDITCARD required: - E101BUS_EI_CREDITCARD E101BUS_EI_INDUSTRYSECTOR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101_EI_BUPA_INDUSTRYSECTOR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Industries: I=Insert,U=Update,M=Modify,D=Delete,S=Standard' enum: - I - U - M - D - S E101S_EI_STRUC_INDUSTRY_KEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance KEYSYSTEM: type: string maxLength: 4 description: Industry System IND_SECTOR: type: string maxLength: 10 description: Industry sector E101EI_STRUC_INDUSTRYSECTOR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IND_DEFAULT: type: string maxLength: 1 description: Industry is Standard for BP in Industry System E101_STRUC_INDUSTRYSECTOR_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IND_DEFAULT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101_EI_BUPA_INDUSTRYSECTOR required: - E101BUS_EI_INDUSTRYSECTOR E101BUS_EI_IDENTIFICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101_EI_BUPA_IDENTIFICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Identification Numbers: I=Insert,U=Update,M=Modify,D=Delete' enum: - I - U - M - D E101STRUC_IDENTIFICATIONKEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IDENTIFICATIONCATEGORY: type: string maxLength: 6 description: BP Identification Category IDENTIFICATIONNUMBER: type: string maxLength: 60 description: Identification Number E101EI_STRUC_IDENTIFICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IDINSTITUTE: type: string maxLength: 40 description: Responsible Institution for ID Number IDENTRYDATE: type: string format: date maxLength: 8 description: Date of Entry for ID Number IDVALIDFROMDATE: type: string format: date maxLength: 8 description: Validity Start for ID Number IDVALIDTODATE: type: string format: date maxLength: 8 description: Validity End for ID Number COUNTRY: type: string maxLength: 3 description: Country in Which ID Number is Valid or Was Assigned COUNTRYISO: type: string maxLength: 2 description: Country ISO code REGION: type: string maxLength: 3 description: Region (State, Province, County) E101_STRUC_IDENTIFICATION_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IDINSTITUTE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' IDENTRYDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' IDVALIDFROMDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' IDVALIDTODATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REGION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101_EI_BUPA_IDENTIFICATION required: - E101BUS_EI_IDENTIFICATION E101BUS_EI_TAXNUMBER: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_TAXNUMBER: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Tax Number: I=Insert,U=Update,D=Delete' enum: - I - U - D E101BUS_EI_STRUC_TAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TAXTYPE: type: string maxLength: 4 description: Tax Number Category TAXNUMBER: type: string maxLength: 20 description: Business Partner Tax Number required: - E101BUS_EI_BUPA_TAXNUMBER E101BUS_EI_TAX_COMMON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_STRUC_TAX_COMMON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAT_PERSON: type: string maxLength: 1 description: 'Business Partner Is a Natural Person Under the Tax Laws: ""=Business Person is a Legal Person or Organization,X=Business Partner is a Natural Person' enum: - '' - X E101S_EI_STRUC_TAX_COMMON_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAT_PERSON: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_TAX_COMMON required: - E101BUS_EI_TAXNUMBER E101BUS_EI_COMMUNICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TIME_DEPENDENT: type: string maxLength: 1 description: 'External Interface: Data in Source System Time-Dependent: ""=Data Not Maintained Time-Dependently in Source System,X=Data Maintained Time-Dependently in Source System' enum: - '' - X E101BUS_EI_TEL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_TELEPHONE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101S_EI_BUPA_TELEPHONE_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Telephone Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_TEL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: ""=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: ""=Telephone is Landline Telephone,1=Telephone is Default Under Landline Telephones,2=Telephone is Mobile Telephone but Not Default Mobile Phone,3=Telephone is Default Mobile Telephone,X=Obsolete - No Longer Valid' enum: - '' - '1' - '2' - '3' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_TEL_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELEPHONE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TEL_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101S_EI_BUPA_TELEPHONE_CON E101BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E101BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_COMREM required: - E101BUS_EI_COMREM required: - E101BUS_EI_BUPA_TELEPHONE required: - E101BUS_EI_TEL_DATA E101BUS_EI_FAX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_FAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_FAX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Fax Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_FAX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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, ...): 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_FAX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SENDER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_FAX_CON E102BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E102BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_COMREM required: - E102BUS_EI_COMREM required: - E101BUS_EI_BUPA_FAX required: - E101BUS_EI_FAX_DATA E101BUS_EI_TTX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_TTX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_TTX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Teletex Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_TTX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_TTX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELETEX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_TTX_CON E103BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E103BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E103BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E103BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E103BUS_EI_BUPA_COMREM required: - E103BUS_EI_COMREM required: - E101BUS_EI_BUPA_TTX required: - E101BUS_EI_TTX_DATA E101BUS_EI_TLX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_TLX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_TLX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Telex Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_TLX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_TLX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELEX_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_TLX_CON E104BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E104BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E104BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E104BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E104BUS_EI_BUPA_COMREM required: - E104BUS_EI_COMREM required: - E101BUS_EI_BUPA_TLX required: - E101BUS_EI_TLX_DATA E101BUS_EI_SMTP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_SMTP: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_SMTP_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator SMTP Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_SMTP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail): 0=NONE,1=MIME,2=UUENCODE' enum: - '0' - '1' - '2' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_SMTP_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMAIL_SRCH: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_SMTP_CON E105BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E105BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E105BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E105BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E105BUS_EI_BUPA_COMREM required: - E105BUS_EI_COMREM required: - E101BUS_EI_BUPA_SMTP required: - E101BUS_EI_SMTP_DATA E101BUS_EI_RML_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_RML: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_RML_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Remote Mail: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_RML_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_RML_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SYMB_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REC_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL_CLT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_RML_CON E106BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E106BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E106BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E106BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E106BUS_EI_BUPA_COMREM required: - E106BUS_EI_COMREM required: - E101BUS_EI_BUPA_RML required: - E101BUS_EI_RML_DATA E101BUS_EI_X400_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_X400: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_X400_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator X.400: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_X400_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400): 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_X400_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ADM_DOM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PRIV_DOM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORGANIZATN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GENERATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' X_121_ADDR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TERM_ID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TERM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UANID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_X400_CON E107BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E107BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E107BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E107BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E107BUS_EI_BUPA_COMREM required: - E107BUS_EI_COMREM required: - E101BUS_EI_BUPA_X400 required: - E101BUS_EI_X400_DATA E101BUS_EI_RFC_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_RFC: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_RFC_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator RFC Destination: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_RFC_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_RFC_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOG_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_RFC_CON E108BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E108BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E108BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E108BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E108BUS_EI_BUPA_COMREM required: - E108BUS_EI_COMREM required: - E101BUS_EI_BUPA_RFC required: - E101BUS_EI_RFC_DATA E101BUS_EI_PRT_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_PRT: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_PRT_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Printer: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_PRT_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_PRT_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PRINT_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_PRT_CON E109BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E109BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E109BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E109BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E109BUS_EI_BUPA_COMREM required: - E109BUS_EI_COMREM required: - E101BUS_EI_BUPA_PRT required: - E101BUS_EI_PRT_DATA E101BUS_EI_SSF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_SSF: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_SSF_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator SSF: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_SSF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 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: SMARTCARD=Chip card/smart card,LOCALFILE=Local file,LOCALDIR=Local directory,LOCALDB=Local database,X500=X.500 directory,ALL=All known namespaces' enum: - SMARTCARD - LOCALFILE - LOCALDIR - LOCALDB - X500 - ALL 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' E103BUS_EI_STRUC_SSF_DATA: type: array items: properties: 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' E104BUS_EI_STRUC_SSF_DATA: type: array items: properties: 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: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' required: - E103BUS_EI_STRUC_SSF_DATA required: - E101BUS_EI_STRUC_SSF_DATA E101BUS_EI_STRUC_SSF_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DUMMY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' RFCDEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDSHORT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSF_NS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSF_PROF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART5: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART6: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART7: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART8: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART9: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_SSF_CON E110BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E110BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E110BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E110BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E110BUS_EI_BUPA_COMREM required: - E110BUS_EI_COMREM required: - E101BUS_EI_BUPA_SSF required: - E101BUS_EI_SSF_DATA E101BUS_EI_URI_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_URI: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_URI_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator FTP and URL: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_URI_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' enum: - X - '' URI_TYPE: type: string maxLength: 3 description: 'URI type flag: HPG=Homepage (WWW),FTP=FTP address,STK=Callup share prices,ACC=Bank statement request,INT=Intranet page,LOG=Company logo,PFB=Published Free/Busy information (calendar),ROU=Link to Route Planner' enum: - HPG - FTP - STK - ACC - INT - LOG - PFB - 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 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' E103BUS_EI_STRUC_URI_DATA: type: array items: properties: 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' E104BUS_EI_STRUC_URI_DATA: type: array items: properties: 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: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' required: - E103BUS_EI_STRUC_URI_DATA required: - E101BUS_EI_STRUC_URI_DATA E101BUS_EI_STRUC_URI_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' URI_PART1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART5: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART6: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART7: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART8: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART9: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_URI_CON E111BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E111BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E111BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E111BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E111BUS_EI_BUPA_COMREM required: - E111BUS_EI_COMREM required: - E101BUS_EI_BUPA_URI required: - E101BUS_EI_URI_DATA E101BUS_EI_PAG_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_PAG: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_PAG_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Pager: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E101BUS_EI_STRUC_PAG_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E101BUS_EI_STRUC_PAG_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BUS_EI_BUPA_PAG_CON E112BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E112BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E112BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E112BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E112BUS_EI_BUPA_COMREM required: - E112BUS_EI_COMREM required: - E101BUS_EI_BUPA_PAG required: - E101BUS_EI_PAG_DATA required: - E101BUS_EI_COMMUNICATION E101BUS_EI_ADDRESS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' TIME_DEPENDENT: type: string maxLength: 1 description: 'External Interface: Data in Source System Time-Dependent: ""=Data Not Maintained Time-Dependently in Source System,X=Data Maintained Time-Dependently in Source System' enum: - '' - X E101BUS_EI_BUPA_ADDRESS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Address: I=Insert,U=Update,M=Modify,D=Delete,S=Standard,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,5=Logical Key Modify' enum: - I - U - M - D - S - '1' - '2' - '4' - '5' CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101BUS_EI_BUPA_ADDRESS_KEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance GUID: type: string maxLength: 32 description: UUID in character form OPERATION: type: string maxLength: 6 description: Transaction for BP Address Determination E101US_EI_BUPA_ADDRESS_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101_EI_BUPA_POSTAL_ADDRESS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_STRUC_ADDRESS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STANDARDADDRESS: type: string maxLength: 1 description: 'Indicator: Address is standard address: X=Yes,""=No' enum: - X - '' 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 REGIOGROUP: type: string maxLength: 8 description: Regional structure grouping 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) 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_BOX: type: string maxLength: 10 description: PO Box PO_W_O_NO: type: string maxLength: 1 description: 'Flag: PO Box without number: X=Yes,""=No' enum: - X - '' PO_BOX_CIT: type: string maxLength: 40 description: PO Box city 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 STREET: type: string maxLength: 60 description: Street 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 HOUSE_NO3: type: string maxLength: 10 description: (Not supported) House Number Range 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: 20 description: Building (Number or Code) 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 REGION: type: string maxLength: 3 description: Region (State, Province, County) TIME_ZONE: type: string maxLength: 6 description: Address time zone TAXJURCODE: type: string maxLength: 15 description: Tax Jurisdiction HOME_CITY: type: string maxLength: 40 description: City (different from postal city) TRANSPZONE: type: string maxLength: 10 description: Transportation zone to or from which the goods are delivered LANGU: type: string maxLength: 1 description: Language Key LANGUISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) EXTADDRESSNUMBER: type: string maxLength: 20 description: Address number in external system DONT_USE_P: type: string maxLength: 4 description: PO Box Address Undeliverable Flag DONT_USE_S: type: string maxLength: 4 description: Street Address Undeliverable Flag MOVE_DATE: type: string format: date maxLength: 8 description: Date of Move MOVE_ADDRESS: type: string maxLength: 10 description: Number of Move Target Address for Address Moves VALIDFROMDATE: type: string format: date maxLength: 8 description: Validity date (valid from) VALIDTODATE: type: string format: date maxLength: 8 description: Validity Date (Valid To) MOVE_ADDR_GUID: type: string maxLength: 32 description: UUID in character form 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: ""=Not checked,C=checked against city index,D=differs from city index' enum: - '' - C - D PBOXCIT_NO: type: string maxLength: 12 description: City PO box code (City file) STREET_NO: type: string maxLength: 12 description: Street Number for City/Street File HOMECITYNO: type: string maxLength: 12 description: Different city for city/street file E101BUS_EI_STRUC_ADDRESS_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STANDARDADDRESS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' C_O_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DISTRICT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REGIOGROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POSTL_COD1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POSTL_COD2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POSTL_COD3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PCODE1_EXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PCODE2_EXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PCODE3_EXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_BOX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_W_O_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_BOX_CIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_BOX_REG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' POBOX_CTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_CTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STREET: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_ABBR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOCATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BUILDING: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLOOR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ROOM_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REGION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TIME_ZONE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TAXJURCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TRANSPZONE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTADDRESSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DONT_USE_P: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DONT_USE_S: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MOVE_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MOVE_ADDRESS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALIDFROMDATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALIDTODATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MOVE_ADDR_GUID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CITY_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DISTRCT_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CHCKSTATUS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PBOXCIT_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STREET_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOMECITYNO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101_EI_BUPA_POSTAL_ADDRESS E101BUS_EI_ADDRESSREMARK: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101S_EI_BUPA_ADDRESSREMARK: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Address Remark: I=Insert,U=Update,M=Modify,D=Delete,S=Standard' enum: - I - U - M - D - S E101BAPIAD_REM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: International address version ID LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 ADR_NOTES: type: string maxLength: 50 description: Address notes ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' E101BAPIAD_REX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ADR_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' required: - E101S_EI_BUPA_ADDRESSREMARK required: - E101BUS_EI_ADDRESSREMARK E102BUS_EI_COMMUNICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TIME_DEPENDENT: type: string maxLength: 1 description: 'External Interface: Data in Source System Time-Dependent: ""=Data Not Maintained Time-Dependently in Source System,X=Data Maintained Time-Dependently in Source System' enum: - '' - X E102BUS_EI_TEL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_TELEPHONE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102S_EI_BUPA_TELEPHONE_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Telephone Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_TEL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: ""=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: ""=Telephone is Landline Telephone,1=Telephone is Default Under Landline Telephones,2=Telephone is Mobile Telephone but Not Default Mobile Phone,3=Telephone is Default Mobile Telephone,X=Obsolete - No Longer Valid' enum: - '' - '1' - '2' - '3' - X HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_TEL_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELEPHONE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TEL_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102S_EI_BUPA_TELEPHONE_CON E113BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E113BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E113BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E113BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E113BUS_EI_BUPA_COMREM required: - E113BUS_EI_COMREM required: - E102BUS_EI_BUPA_TELEPHONE required: - E102BUS_EI_TEL_DATA E102BUS_EI_FAX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_FAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_FAX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Fax Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_FAX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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, ...): 3=G3,4=G4' enum: - '3' - '4' STD_RECIP: type: string maxLength: 1 description: 'Flag: Recipient is standard recipient for this number: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_FAX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EXTENSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SENDER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FAX_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_FAX_CON E114BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E114BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E114BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E114BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E114BUS_EI_BUPA_COMREM required: - E114BUS_EI_COMREM required: - E102BUS_EI_BUPA_FAX required: - E102BUS_EI_FAX_DATA E102BUS_EI_TTX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_TTX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_TTX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Teletex Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_TTX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_TTX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELETEX: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_TTX_CON E115BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E115BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E115BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E115BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E115BUS_EI_BUPA_COMREM required: - E115BUS_EI_COMREM required: - E102BUS_EI_BUPA_TTX required: - E102BUS_EI_TTX_DATA E102BUS_EI_TLX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_TLX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_TLX_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Telex Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_TLX_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_TLX_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TELEX_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_TLX_CON E116BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E116BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E116BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E116BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E116BUS_EI_BUPA_COMREM required: - E116BUS_EI_COMREM required: - E102BUS_EI_BUPA_TLX required: - E102BUS_EI_TLX_DATA E102BUS_EI_SMTP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_SMTP: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_SMTP_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator SMTP Number: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_SMTP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Desired Data Coding (E-Mail): 0=NONE,1=MIME,2=UUENCODE' enum: - '0' - '1' - '2' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via SMTP: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_SMTP_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMAIL_SRCH: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_SMTP_CON E117BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E117BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E117BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E117BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E117BUS_EI_BUPA_COMREM required: - E117BUS_EI_COMREM required: - E102BUS_EI_BUPA_SMTP required: - E102BUS_EI_SMTP_DATA E102BUS_EI_RML_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_RML: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_RML_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Remote Mail: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_RML_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_RML_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SYMB_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REC_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL_CLT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_MAIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_RML_CON E118BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E118BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E118BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E118BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E118BUS_EI_BUPA_COMREM required: - E118BUS_EI_COMREM required: - E102BUS_EI_BUPA_RML required: - E102BUS_EI_RML_DATA E102BUS_EI_X400_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_X400: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_X400_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator X.400: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_X400_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Desired text data coding (X.400): 0=NONE,1=T61' enum: - '0' - '1' TNEF: type: string maxLength: 1 description: 'Flag: Receiver can receive TNEF coding via X.400: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_X400_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ADM_DOM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PRIV_DOM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORGANIZATN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ORG_UNIT_4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GENERATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' X_121_ADDR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TERM_ID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TERM_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UANID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_TYPE4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DDA_VALUE4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TXT_ENCODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TNEF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_X400_CON E119BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E119BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E119BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E119BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E119BUS_EI_BUPA_COMREM required: - E119BUS_EI_COMREM required: - E102BUS_EI_BUPA_X400 required: - E102BUS_EI_X400_DATA E102BUS_EI_RFC_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_RFC: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_RFC_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator RFC Destination: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_RFC_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Flag: Connected to an SAP System: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_RFC_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOG_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_RFC_CON E120BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E120BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E120BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E120BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E120BUS_EI_BUPA_COMREM required: - E120BUS_EI_COMREM required: - E102BUS_EI_BUPA_RFC required: - E102BUS_EI_RFC_DATA E102BUS_EI_PRT_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_PRT: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_PRT_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Printer: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_PRT_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_PRT_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PRINT_DEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_PRT_CON E121BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E121BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E121BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E121BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E121BUS_EI_BUPA_COMREM required: - E121BUS_EI_COMREM required: - E102BUS_EI_BUPA_PRT required: - E102BUS_EI_PRT_DATA E102BUS_EI_SSF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_SSF: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_SSF_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator SSF: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_SSF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 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: SMARTCARD=Chip card/smart card,LOCALFILE=Local file,LOCALDIR=Local directory,LOCALDB=Local database,X500=X.500 directory,ALL=All known namespaces' enum: - SMARTCARD - LOCALFILE - LOCALDIR - LOCALDB - X500 - ALL 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' E105BUS_EI_STRUC_SSF_DATA: type: array items: properties: 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' E106BUS_EI_STRUC_SSF_DATA: type: array items: properties: 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: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' required: - E105BUS_EI_STRUC_SSF_DATA required: - E102BUS_EI_STRUC_SSF_DATA E102BUS_EI_STRUC_SSF_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DUMMY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' RFCDEST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDSHORT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSF_NS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSF_PROF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART5: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART6: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART7: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART8: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SSFIDPART9: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_SSF_CON E122BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E122BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E122BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E122BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E122BUS_EI_BUPA_COMREM required: - E122BUS_EI_COMREM required: - E102BUS_EI_BUPA_SSF required: - E102BUS_EI_SSF_DATA E102BUS_EI_URI_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_URI: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_URI_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator FTP and URL: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_URI_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: X=Yes,""=No' enum: - X - '' URI_TYPE: type: string maxLength: 3 description: 'URI type flag: HPG=Homepage (WWW),FTP=FTP address,STK=Callup share prices,ACC=Bank statement request,INT=Intranet page,LOG=Company logo,PFB=Published Free/Busy information (calendar),ROU=Link to Route Planner' enum: - HPG - FTP - STK - ACC - INT - LOG - PFB - 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: X=Yes,""=No' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Recipient address in this communication type (mail sys.grp): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 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' E105BUS_EI_STRUC_URI_DATA: type: array items: properties: 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' E106BUS_EI_STRUC_URI_DATA: type: array items: properties: 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: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' required: - E105BUS_EI_STRUC_URI_DATA required: - E102BUS_EI_STRUC_URI_DATA E102BUS_EI_STRUC_URI_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' URI_PART1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART5: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART6: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART7: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART8: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' URI_PART9: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_URI_CON E123BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E123BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E123BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E123BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E123BUS_EI_BUPA_COMREM required: - E123BUS_EI_COMREM required: - E102BUS_EI_BUPA_URI required: - E102BUS_EI_URI_DATA E102BUS_EI_PAG_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E102BUS_EI_BUPA_PAG: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E102BUS_EI_BUPA_PAG_CON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Pager: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E102BUS_EI_STRUC_PAG_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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: X=Yes,""=No' 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): X=Yes,""=No' enum: - X - '' CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' FLG_NOUSE: type: string maxLength: 1 description: 'Flag: This Communication Number is Not Used: X=Yes,""=No' 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)' E102BUS_EI_STRUC_PAG_DATAX: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance COUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_TYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAGER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CALLER_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STD_RECIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' R_3_USER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONSNUMBER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' FLG_NOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E102BUS_EI_BUPA_PAG_CON E124BUS_EI_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E124BUS_EI_BUPA_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Communication Remark: I=Insert,U=Update,D=Delete,1=Logical Key Insert,2=Logical Key Update,4=Logical Key Delete,S=Standard' enum: - I - U - D - '1' - '2' - '4' - S E124BUS_EI_STRUC_COMREM: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance 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 E124BUS_EI_STRUC_COMREM_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance LANGU: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LANGU_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMM_NOTES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E124BUS_EI_BUPA_COMREM required: - E124BUS_EI_COMREM required: - E102BUS_EI_BUPA_PAG required: - E102BUS_EI_PAG_DATA required: - E102BUS_EI_COMMUNICATION E101BUS_EI_ADDRESSUSAGE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101US_EI_BUPA_ADDRESSUSAGE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator for Address Usage: I=Insert,U=Update,M=Modify,D=Delete,S=Standard' enum: - I - U - M - D - S CURRENTLY_VALID: type: string maxLength: 1 description: 'External Interface: Data Currently Valid: ""=Data Currently Not Valid,X=Data Currently Valid,I=Data Became Valid Today,D=Data Became Invalid Today' enum: - '' - X - I - D E101S_EI_STRUC_ADDR_USE_KEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDRESSTYPE: type: string maxLength: 10 description: Address Type VALID_TO: type: string format: date maxLength: 8 description: Validity Date (Valid To) E101S_EI_STRUC_ADDRESSUSAGE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STANDARD: type: string maxLength: 1 description: 'Indicator: Standard Address Usage: X=Yes,""=No' enum: - X - '' VALID_FROM: type: string format: date maxLength: 8 description: Validity date (valid from) E101EI_STRUC_ADDRESSUSAGE_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STANDARD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VALID_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101US_EI_BUPA_ADDRESSUSAGE required: - E101BUS_EI_ADDRESSUSAGE E101BUS_EI_VERSION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_VERSION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator Address Version: I=Insert,U=Update,M=Modify,D=Delete' enum: - I - U - M - D E101BUS_EI_VERSION_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_STRUC_ORG: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: International address version ID TITLE: type: string maxLength: 4 description: Form-of-Address Key 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 CONV_NAME: type: string maxLength: 50 description: Converted name field (with form of address) 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 PO_BOX_CIT: type: string maxLength: 40 description: PO Box city DELIV_DIS: type: string maxLength: 15 description: (Not Supported) Post Delivery District STREET: type: string maxLength: 60 description: Street HOUSE_NO: type: string maxLength: 10 description: House Number HOUSE_NO2: type: string maxLength: 10 description: House number supplement HOUSE_NO3: type: string maxLength: 10 description: (Not supported) House Number Range 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: 20 description: Building (Number or Code) FLOOR: type: string maxLength: 10 description: Floor in building ROOM_NO: type: string maxLength: 10 description: Room or Appartment Number SORT1: type: string maxLength: 20 description: Search Term 1 SORT2: type: string maxLength: 20 description: Search Term 2 HOME_CITY: type: string maxLength: 40 description: City (different from postal city) E101BUS_EI_STRUC_PERS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: International address version ID TITLE_P: type: string maxLength: 4 description: Form-of-Address Key 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: ""=Generated from the parts of the name,X=Converted from the previous release,M=Maintained manually' enum: - '' - X - M TITLE_ACA1: type: string maxLength: 4 description: 'Academic Title: Key' TITLE_ACA2: type: string maxLength: 4 description: Second academic title (key) PREFIX1: type: string maxLength: 4 description: Name Prefix (Key) PREFIX2: type: string maxLength: 4 description: 2nd name prefix (key) TITLE_SPPL: type: string maxLength: 4 description: Name supplement, e.g. noble title (key) 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 NAMCTRYISO: type: string maxLength: 2 description: Country ISO code PROFESSION: type: string maxLength: 40 description: Profession SORT1_P: type: string maxLength: 20 description: Search Term 1 SORT2_P: type: string maxLength: 20 description: Search Term 2 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 PO_BOX_CIT: type: string maxLength: 40 description: PO Box city DELIV_DIS: type: string maxLength: 15 description: (Not Supported) Post Delivery District STREET: type: string maxLength: 60 description: Street HOUSE_NO: type: string maxLength: 10 description: House Number HOUSE_NO2: type: string maxLength: 10 description: House number supplement HOUSE_NO3: type: string maxLength: 10 description: (Not supported) House Number Range 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: 20 description: Building (Number or Code) FLOOR: type: string maxLength: 10 description: Floor in building ROOM_NO: type: string maxLength: 10 description: Room or Appartment Number HOME_CITY: type: string maxLength: 40 description: City (different from postal city) required: - E101BUS_EI_VERSION_DATA E101BUS_EI_VERSION_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BUS_EI_STRUC_ORG_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME_2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME_3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAME_4: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONV_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' C_O_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DISTRICT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_BOX_CIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DELIV_DIS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STREET: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOCATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BUILDING: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLOOR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ROOM_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SORT1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SORT2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' E101BUS_EI_STRUC_PERS_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ADDR_VERS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_P: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FIRSTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LASTNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BIRTH_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MIDDLENAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SECONDNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FULLNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FULLNAME_X: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_ACA2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PREFIX2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TITLE_SPPL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NICKNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INITIALS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMEFORMAT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMCOUNTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAMCTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PROFESSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SORT1_P: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SORT2_P: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' C_O_NAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DISTRICT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PO_BOX_CIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DELIV_DIS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STREET: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOUSE_NO3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL1: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL2: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STR_SUPPL3: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LOCATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BUILDING: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLOOR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ROOM_NO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HOME_CITY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UPDATEFLAG: type: string maxLength: 1 description: 'Address transfer structure change flag: I=Insert,U=Update,D=Delete,""=no action' enum: - I - U - D - '' required: - E101BUS_EI_VERSION_DATA_X required: - E101BUS_EI_BUPA_VERSION required: - E101BUS_EI_VERSION required: - E101US_EI_BUPA_ADDRESS_DATA required: - E101BUS_EI_BUPA_ADDRESS required: - E101BUS_EI_ADDRESS E101BUS_EI_HOUR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_HOURS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator for Hours' E101PIBUS1006_SCHEDULE_TYPE: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance SCHEDULE_TYPE: type: string maxLength: 1 description: Schedule Type E101BUS_EI_BUPA_HOURS_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101BAPIBUS1006_RULE_D: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter DAYS: type: string maxLength: 3 description: Number of Days Between Appointments TIME_FROM: type: string maxLength: 6 description: Start Time on this Weekday TIME_TO: type: string maxLength: 6 description: Finish time of this weekday TZONE: type: string maxLength: 6 description: Time zone for this weekday OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday E101BAPIBUS1006_RULE_W: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter WEEKS: type: string maxLength: 2 description: Number of weeks in the week rule MONDAY: type: string maxLength: 1 description: Is this weekday active? TUESDAY: type: string maxLength: 1 description: Is this weekday active? WEDNESDAY: type: string maxLength: 1 description: Is this weekday active? THURSDAY: type: string maxLength: 1 description: Is this weekday active? FRIDAY: type: string maxLength: 1 description: Is this weekday active? SATURDAY: type: string maxLength: 1 description: Is this weekday active? SUNDAY: type: string maxLength: 1 description: Is this weekday active? MONDA_FROM: type: string maxLength: 6 description: Start Time on this Weekday TUESD_FROM: type: string maxLength: 6 description: Start Time on this Weekday WEDNE_FROM: type: string maxLength: 6 description: Start Time on this Weekday THURS_FROM: type: string maxLength: 6 description: Start Time on this Weekday FRIDA_FROM: type: string maxLength: 6 description: Start Time on this Weekday SATUR_FROM: type: string maxLength: 6 description: Start Time on this Weekday SUNDA_FROM: type: string maxLength: 6 description: Start Time on this Weekday MONDAY_TO: type: string maxLength: 6 description: Finish time of this weekday TUESDAY_TO: type: string maxLength: 6 description: Finish time of this weekday WEDNESD_TO: type: string maxLength: 6 description: Finish time of this weekday THURSDA_TO: type: string maxLength: 6 description: Finish time of this weekday FRIDAY_TO: type: string maxLength: 6 description: Finish time of this weekday SATURDA_TO: type: string maxLength: 6 description: Finish time of this weekday SUNDAY_TO: type: string maxLength: 6 description: Finish time of this weekday MOND_TZONE: type: string maxLength: 6 description: Time zone for this weekday TUES_TZONE: type: string maxLength: 6 description: Time zone for this weekday WEDN_TZONE: type: string maxLength: 6 description: Time zone for this weekday THUR_TZONE: type: string maxLength: 6 description: Time zone for this weekday FRID_TZONE: type: string maxLength: 6 description: Time zone for this weekday SATU_TZONE: type: string maxLength: 6 description: Time zone for this weekday SUND_TZONE: type: string maxLength: 6 description: Time zone for this weekday MONDY_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday TUESD_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday WEDNE_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday THURS_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday FRIDA_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday SATUR_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday SUNDA_OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday E101BAPIBUS1006_RULE_M1: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter DAYS: type: string maxLength: 2 description: Version Number Component MONTH: type: string maxLength: 2 description: Version Number Component TIME_FROM: type: string maxLength: 6 description: Start Time on this Weekday TIME_TO: type: string maxLength: 6 description: Finish time of this weekday TZONE: type: string maxLength: 6 description: Time zone for this weekday OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday E101BAPIBUS1006_RULE_M3: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter DAY_NR: type: integer format: int32 maxLength: 6 description: 2 byte integer (signed) WEEKDAY_NR: type: string maxLength: 1 description: 'Calendar: Number of day' MONTHS: type: string maxLength: 2 description: Version Number Component TIME_FROM: type: string maxLength: 6 description: Start Time on this Weekday TIME_TO: type: string maxLength: 6 description: Finish time of this weekday TZONE: type: string maxLength: 6 description: Time zone for this weekday OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday E101BAPIBUS1006_RULE_R: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter RULEID1: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID2: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID3: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID4: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID5: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID6: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID7: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments RULEID8: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments E101BAPIBUS1006_RULE_T: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RULE_ID: type: string maxLength: 25 description: Internal Identification of Rules of Periodic Appointments TYPE: type: string maxLength: 2 description: Version Number Component START_DATE: type: string format: date maxLength: 8 description: Start Date for Rule Period END_DATE: type: string format: date maxLength: 8 description: End Date for Rule Period CONFLICTS: type: string maxLength: 1 description: Exception Rule for Non-Working Days FCALID: type: string maxLength: 2 description: Factory Calendar HCALID: type: string maxLength: 2 description: Public Holiday Calendar INFO_DEL: type: string maxLength: 1 description: Maintenance identifier RULE_INDEX: type: string maxLength: 20 description: Char 20 RULE_REF: type: integer format: int32 maxLength: 11 description: Reference counter YEAR_FROM: type: string maxLength: 4 description: Year MONTH_FROM: type: string maxLength: 2 description: Month in year DAY_FROM: type: string maxLength: 2 description: Day in the month TIME_FROM: type: string maxLength: 6 description: From Time ZONE_FROM: type: string maxLength: 6 description: 'Appointment calendar: Time zone of start of appointment' YEAR_TO: type: string maxLength: 4 description: Year MONTH_TO: type: string maxLength: 2 description: Month in year DAY_TO: type: string maxLength: 2 description: Day in the month TIME_TO: type: string maxLength: 6 description: To Time ZONE_TO: type: string maxLength: 6 description: 'Appointment calendar: Time zone of end of appointment' OVER: type: integer format: int32 maxLength: 3 description: Number of skipped days for this weekday required: - E101BUS_EI_BUPA_HOURS_DATA required: - E101BUS_EI_BUPA_HOURS required: - E101BUS_EI_HOUR E101BUS_EI_STATUS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101BUS_EI_BUPA_STATUS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Status of Change Indicator: I=Insert,D=Delete' enum: - I - D E101BUS_EI_STRUC_STATUS_KEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STATUS: type: string maxLength: 5 description: Object Status STAT_PROF: type: string maxLength: 8 description: Status Profile required: - E101BUS_EI_BUPA_STATUS required: - E101BUS_EI_STATUS required: - E101BUS_EI_CENTRAL_DATA E101BUS_EI_FINSERV_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101FSBP_IFC_COMMON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101FSBP_IFC_COMMON_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101FSBP_EI_STRUC_CENTRL: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance SALUTATION: type: string maxLength: 2 description: Salutation TARGET_GROUP: type: string maxLength: 4 description: Target Group PAR_REL: type: string maxLength: 1 description: 'Business Partner Released: ""=Released,X=Not released' enum: - '' - X VIP: type: string maxLength: 1 description: Single-Character Flag BP_SORT: type: string maxLength: 20 description: Sort Field for Phonetic Search; Obsolete SORT_PHON: type: string maxLength: 20 description: Sort Field for Phonetic Search; Obsolete VBUND: type: string maxLength: 6 description: Company ID of the Business Partner COUNTRY_REP: type: string maxLength: 3 description: Country for Reporting COUNTRY_REP_ISO: type: string maxLength: 2 description: Country ISO code BANK_DEL_D: type: string format: date maxLength: 8 description: Termination Date for Business Relations with the Bank UNW_CUSTOMER: type: string maxLength: 1 description: 'Undesirable Customer: X=Yes,""=No' enum: - X - '' UNW_REASON: type: string maxLength: 2 description: Reason for Undesirability UNW_REMARK: type: string maxLength: 35 description: Comment on Undesirability GROUP_FEATURE: type: string maxLength: 10 description: Grouping Characteristic E101FSBP_EI_STRUC_PERSON: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STATE: type: string maxLength: 3 description: Nationality STATE_ISO: type: string maxLength: 2 description: Country ISO code PROPRTY_ST: type: string maxLength: 2 description: Marital Property Regime INCOME_CUR: type: string maxLength: 5 description: Currency of Net Income INCOME_CUR_ISO: type: string maxLength: 3 description: ISO Currency Code CHILDREN: type: number maxLength: 4 description: Number of Children Belonging to the Business Partner MEM_HOUSE: type: number maxLength: 4 description: Number of People Living in the Household NET_INCOME: type: number maxLength: 31 description: Net Annual Income MO_NET_INC: type: number maxLength: 31 description: Monthly Net Income of Business Partner NET_INC_Y: type: string maxLength: 4 description: Year of Net Annual Income MO_INC_M: type: string maxLength: 2 description: 'Month of Monthly Net Income: 01=January,02=February,03=March,04=April,05=May,06=June,07=July,08=August,09=September,10=October,11=November,12=December' enum: - '01' - '02' - '03' - '04' - '05' - '06' - '07' - '08' - '09' - '10' - '11' - '12' MO_INC_Y: type: string maxLength: 4 description: Year of monthly net income PERS_NR: type: string maxLength: 15 description: Personnel Number STAFF_GRP: type: string maxLength: 4 description: Employee Group HR_ORG_REF: type: string maxLength: 1 description: 'HR Org. Link: X=Yes,""=No' enum: - X - '' XUBNAME: type: string maxLength: 12 description: User Name in User Master Record STAFF_REF: type: string maxLength: 1 description: 'Employee: X=Yes,""=No' enum: - X - '' DYING_PLACE: type: string maxLength: 40 description: Place of Death ADDRESSTYPE: type: string maxLength: 10 description: Address Type E101P_EI_STRUC_ORGANIZATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CALENDARID: type: string maxLength: 2 description: Factory Calendar CNTRY_COMP: type: string maxLength: 3 description: Country of Organization's Registered Office CNTRY_COMP_ISO: type: string maxLength: 2 description: Country ISO code REGION: type: string maxLength: 3 description: Region of Registered Office COMP_HEAD: type: string maxLength: 35 description: Registered Office MIN_RESERV: type: string maxLength: 1 description: 'Bank Subject to Minimum Reserve Requirement: X=Yes,""=No' enum: - X - '' BAL_SH_CUR: type: string maxLength: 5 description: Currency of Net Income BAL_SH_CUR_ISO: type: string maxLength: 3 description: ISO Currency Code CAP_INCR_A: type: number maxLength: 31 description: Amount of Last Capital Increase CAP_INCR_Y: type: string maxLength: 4 description: Year of Last Capital Increase BALANCE_FL: type: string maxLength: 1 description: 'Balance Sheet Display: 0=Not consolidated,1=Consolidated,2=Not associated,3=Associated' enum: - '0' - '1' - '2' - '3' BANK_KEY: type: string maxLength: 15 description: Bank Key BANK_CTRY: type: string maxLength: 3 description: Bank Country Key BANK_CTRY_ISO: type: string maxLength: 2 description: Country ISO code required: - E101FSBP_IFC_COMMON_DATA E101FSBP_IFC_COMMON_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101FSBP_EI_STRUC_CENTRL_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance SALUTATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TARGET_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAR_REL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BP_SORT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SORT_PHON: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' VBUND: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY_REP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRY_REP_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_DEL_D: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UNW_CUSTOMER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UNW_REASON: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' UNW_REMARK: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GROUP_FEATURE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101FSBP_EI_STRUC_PERSON_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance STATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STATE_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PROPRTY_ST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INCOME_CUR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' INCOME_CUR_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CHILDREN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MEM_HOUSE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NET_INCOME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MO_NET_INC: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NET_INC_Y: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MO_INC_M: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MO_INC_Y: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PERS_NR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STAFF_GRP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' HR_ORG_REF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' XUBNAME: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STAFF_REF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DYING_PLACE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ADDRESSTYPE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101EI_STRUC_ORGANIZATION_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CALENDARID: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CNTRY_COMP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CNTRY_COMP_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REGION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMP_HEAD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MIN_RESERV: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BAL_SH_CUR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BAL_SH_CUR_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CAP_INCR_A: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CAP_INCR_Y: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BALANCE_FL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_CTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_CTRY_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_COMMON_DATA_X required: - E101FSBP_IFC_COMMON E101FSBP_IFC_EMPLOYMENTS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_EMPLOYMENT: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator for Employment Data: I=Insert,U=Update,M=Modify,D=Delete' enum: - I - U - M - D DATA_KEY: type: string format: date maxLength: 8 description: Employed from E101SBP_EI_STRUC_EMPLOYMENT: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance EMPL_UNTIL: type: string format: date maxLength: 8 description: Employed Until EMPLOYMENT: type: string maxLength: 2 description: Employment Status EMP_SECTOR: type: string maxLength: 10 description: Industry; obsolete EMP_SECTOR_ZGP: type: string maxLength: 10 description: Industry Sector EMPLOYER: type: string maxLength: 35 description: Employer of Business Partner PROFESSION: type: string maxLength: 35 description: Employment; obsolete JOBGR_ZGP: type: string maxLength: 4 description: Business Partner Occupation E101P_EI_STRUC_EMPLOYMENT_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance EMPL_UNTIL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMPLOYMENT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMP_SECTOR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMP_SECTOR_ZGP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EMPLOYER: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PROFESSION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' JOBGR_ZGP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_EMPLOYMENT required: - E101FSBP_IFC_EMPLOYMENTS E101FSBP_IFC_FISCAL_YEARS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_FISCAL_YEAR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'External Interface: Change Indicator for Fiscal Year Data: I=Insert,U=Update,M=Modify,D=Delete' enum: - I - U - M - D DATA_KEY: type: string maxLength: 4 description: Fiscal year E101BP_EI_STRUC_FISCAL_YEAR: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENCY: type: string maxLength: 5 description: Balance Sheet Currency ISO_CODE: type: string maxLength: 3 description: ISO currency code DT_ST_MTG: type: string format: date maxLength: 8 description: Date of Annual Stockholders Meeting FY_START: type: string format: date maxLength: 8 description: Fiscal Year Start Date FY_END: type: string format: date maxLength: 8 description: Fiscal Year End Date CLOSING: type: string maxLength: 1 description: 'Year-End Closing: X=Yes,""=No' enum: - X - '' DT_CLOSING: type: string format: date maxLength: 8 description: Year-End Closing Date for Fiscal Year CONS_ACCTS: type: string format: date maxLength: 8 description: Date of Consolidated Financial Statements of Group Company CAP_STOCK: type: number maxLength: 31 description: Authorized Capital Stock STOCK_CAP: type: number maxLength: 31 description: Issued Stock Capital PART_CERTS: type: number maxLength: 31 description: Participation Certificates Outstanding EQUITYCAP: type: number maxLength: 31 description: Equity Capital GR_CONTRIB: type: number maxLength: 31 description: Gross Premium for Insurance Company NET_CONTR: type: number maxLength: 31 description: Net Premium for Insurance Company SALES: type: number maxLength: 31 description: Annual Sales SURPLUS: type: number maxLength: 31 description: Annual Net Income DIVIDEND: type: number maxLength: 31 description: Dividend/Profit Distribution Amount DEBT_RATIO: type: number maxLength: 9 description: Debt ratio PROFIT: type: number maxLength: 31 description: Profit Reported by Organization BS_TOTAL: type: number maxLength: 31 description: Balance Sheet Total CAP_RES: type: number maxLength: 31 description: Capital Reserve RETEARNST: type: number maxLength: 31 description: Legal Revenue Reserves RETEARNOS: type: number maxLength: 31 description: Revenue Reserves for Own Stock RETEARNART: type: number maxLength: 31 description: Statutory Revenue Reserve RETEARNOTH: type: number maxLength: 31 description: Other Revenue Reserves P_L_FORWRD: type: number maxLength: 31 description: Profit/Loss Carried Forward SUB_LIAB: type: number maxLength: 31 description: Subordinated Liabilities TOTCAPRETN: type: number maxLength: 7 description: Return on Total Capital Employed DEBT_CL: type: number maxLength: 7 description: Debt Clearance Period FIN_COEFF: type: number maxLength: 7 description: Financing Coefficient EQUIT_RAT: type: number maxLength: 7 description: Equity Ratio STAFF_COUNT: type: string maxLength: 7 description: Number of Employees E101_EI_STRUC_FISCAL_YEAR_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENCY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ISO_CODE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DT_ST_MTG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FY_START: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FY_END: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CLOSING: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DT_CLOSING: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CONS_ACCTS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CAP_STOCK: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STOCK_CAP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PART_CERTS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EQUITYCAP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GR_CONTRIB: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NET_CONTR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SALES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SURPLUS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DIVIDEND: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DEBT_RATIO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PROFIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BS_TOTAL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CAP_RES: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' RETEARNST: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' RETEARNOS: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' RETEARNART: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' RETEARNOTH: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' P_L_FORWRD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' SUB_LIAB: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TOTCAPRETN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DEBT_CL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FIN_COEFF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' EQUIT_RAT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' STAFF_COUNT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_FISCAL_YEAR required: - E101FSBP_IFC_FISCAL_YEARS E101FSBP_IFC_RATINGS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_RATING: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'tbd: I=Insert,U=Update,M=Change,D=Delete' enum: - I - U - M - D E101FSBP_EI_STRUC_RATINGKEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TIMESTAMP: type: string maxLength: 14 description: Time Stamp for Ratings; obsolete DIFTVAL: type: string maxLength: 20 description: 'BP: Differentiation Type Characteristic (Change Doc.-Rel.)' DATE_TO: type: string format: date maxLength: 8 description: Date Details for Rating Result GRADE_METHOD: type: string maxLength: 10 description: Rating Procedure E101FSBP_EI_STRUC_RATING: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance DATE_FROM: type: string format: date maxLength: 8 description: Date Details for Rating Result FLG_PERMIT: type: string maxLength: 1 description: 'Rating Allowed: X=Yes,""=No' enum: - X - '' GRADE: type: string maxLength: 10 description: Result of Rating TENDENCY: type: string maxLength: 2 description: 'Tendency: ++=Very Positive,+=Positive,O=Constant,-=Negative,--=Very Negative' enum: - ++ - + - O - '-' - -- DATE_WHEN: type: string format: date maxLength: 8 description: Date Details for Rating Result FLG_DEFAULT: type: string maxLength: 1 description: 'Standard Procedure; Obsolete: X=Yes,""=No' enum: - X - '' TEXT: type: string maxLength: 60 description: Text Field of Length 60 E101FSBP_EI_STRUC_RATING_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance DATE_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_PERMIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' GRADE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TENDENCY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DATE_WHEN: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLG_DEFAULT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TEXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_RATING required: - E101FSBP_IFC_RATINGS E101FSBP_IFC_REPORTING: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101FSBP_IFC_REPORTING_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101_EI_STRUC_REGULARY_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NONRESIDENT: type: string maxLength: 1 description: 'Non-Resident According to Paragraph 4 AWG: X=Yes,""=No' enum: - X - '' NONRESIDENT_DATE: type: string format: date maxLength: 8 description: Start of Non-Residency According to Paragraph 4 AWG REPORTING_RELEVANT: type: string maxLength: 1 description: 'Recipient of Multimillion Loan According to Paragraph 14 GBA: X=Yes,""=No' enum: - X - '' BORROWER_NR: type: string maxLength: 8 description: Borrower Number for Reporting a Loan According to GBA BORROWER_UNIT: type: string maxLength: 8 description: Borrower Entity No. for Reporting a Loan According to GBA CREDIT_STANDING_REVIEW: type: string maxLength: 2 description: Credit Standing Review According to Paragraph 18 GBA CREDIT_STANDING_REVIEW_DATE: type: string format: date maxLength: 8 description: Date of Credit Standing Review According to Paragraph 18 GBA CREDIT_NOTIFICATION: type: string maxLength: 2 description: Loan to Manager According to Paragraph 15 German Banking Act COMPANY_RELATIONSHIP: type: string maxLength: 1 description: 'Organization Relationship: 1=Affiliated Company,2=Shareholding,3=Other,4=Holding' enum: - '1' - '2' - '3' - '4' E101P_EI_STRUC_AUS_REP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAT_BANK_ID_AUSTRIA: type: string maxLength: 11 description: (OeNB) Ident Number NAT_BANK_GROUP_ID_AUSTRIA: type: string maxLength: 2 description: Target Group According to OeNB ID_EXTERN_AUSTRIA: type: string maxLength: 1 description: 'Assign (OeNB) Ident Number: 0=No,1=Yes' enum: - '0' - '1' BANK_CODE_AUSTRIA: type: string maxLength: 7 description: Institute Number According to OeNB REPORTING_RELEVANT_BANK_AT: type: string maxLength: 1 description: 'Institute Subject to Austrian Reg. Reporting Requirements: X=Yes,""=No' enum: - X - '' E101P_EI_STRUC_INS_REP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ENTITY_REPORT: type: string maxLength: 2 description: 'Legal Entity for Business Partner: 01=Fed. Rep. Germany, States, Local Govmts and Loc. Authorities,02=Partner States, Reg. Govmt, Local Authorities in EC/EEA (0%),03=International Organizations with FRG as Full Member,04=Other Regional Governmnts, Local Authorities in EC/EEA (20%),05=Public Credit Institution,06=Private Credit Institution,07=Private Companies (Except Credit Institutions),08=Other' enum: - '01' - '02' - '03' - '04' - '05' - '06' - '07' - '08' ENTITY_QUOTA: type: string maxLength: 1 description: 'Business Partner Acc. to Para. 3 Section 2 German Asset Reg.: 1=BP According to Para. 3, Subp. 2 a - German Asset Regulation,2=BP According to Para. 3, Subp. 2 b - German Asset Regulation,3=BP According to Para. 3, Subp. 2 c - German Asset Regulation,4=BP According to Para. 3, Subp. 2 d - German Asset Regulation' enum: - '1' - '2' - '3' - '4' DEBTOR_GROUP: type: string maxLength: 1 description: 'Debtor Group According to German Law (BerVersV, Template 5): 1=Corporations and Institutions Under Public Law,2=Companies Under Private Law,3=Employees,4=Other Persons' enum: - '1' - '2' - '3' - '4' E101_EI_STRUC_BANK_REP_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RISK_GROUP: type: string maxLength: 1 description: 'Risk Group: 0=No Risk Group,1=Credits Without Discernible Risk,2=Credits with Increased, Latent Risk,3=Value-Adjusted Credits' enum: - '0' - '1' - '2' - '3' CLASSIFICATION_DATE: type: string format: date maxLength: 8 description: Date of Risk Grouping COMBINE_TIE: type: string maxLength: 1 description: 'Group Affiliation Exists: X=Yes,""=No' enum: - X - '' MFI: type: string maxLength: 1 description: 'Monetary Financial Institution: X=Yes,""=No' enum: - X - '' LEGAL_RELEVANT: type: string maxLength: 1 description: 'Obligation to Submit to Credit Standing Review - Para.18 GBA: X=Yes,""=No' enum: - X - '' LARGE_CREDIT_CHECK: type: string maxLength: 1 description: 'Large-Scale Loan Monitoring According to Paragraph 13b GBA: X=Yes,""=No' enum: - X - '' CREDITING_RELIEF: type: string maxLength: 1 description: 'Crediting Relief in Accordance with ยง13/3 GBA: X=Yes,""=No' enum: - X - '' PAR1_ABS1_REL: type: string maxLength: 1 description: 'Authorized Acc. to Para. 1/1 No. 20b German Asset Regulation: X=Yes,""=No' enum: - X - '' LZB_COUNTRY_KEY: type: string maxLength: 4 description: Numeric Code for German Federal Bank Country Indicator required: - E101FSBP_IFC_REPORTING_DATA E101BP_IFC_REPORTING_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101I_STRUC_REGULARY_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NONRESIDENT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NONRESIDENT_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REPORTING_RELEVANT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BORROWER_NR: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BORROWER_UNIT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CREDIT_STANDING_REVIEW: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CREDIT_STANDING_REVIEW_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CREDIT_NOTIFICATION: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMPANY_RELATIONSHIP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101EI_STRUC_AUS_REP_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance NAT_BANK_ID_AUSTRIA: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' NAT_BANK_GROUP_ID_AUSTRIA: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ID_EXTERN_AUSTRIA: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_CODE_AUSTRIA: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' REPORTING_RELEVANT_BANK_AT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101EI_STRUC_INS_REP_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance ENTITY_REPORT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ENTITY_QUOTA: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DEBTOR_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' E101I_STRUC_BANK_REP_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance RISK_GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CLASSIFICATION_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COMBINE_TIE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MFI: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LEGAL_RELEVANT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LARGE_CREDIT_CHECK: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CREDITING_RELIEF: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' PAR1_ABS1_REL: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' LZB_COUNTRY_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101BP_IFC_REPORTING_DATA_X required: - E101FSBP_IFC_REPORTING E101FSBP_IFC_PARTNERBANK: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance E101_EI_STRUC_PARTNERBANK_D: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BANK_KEY: type: string maxLength: 15 description: Bank Key BANK_CTRY: type: string maxLength: 3 description: Bank Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code MIN_RESERV: type: string maxLength: 1 description: 'Minimum Reserve Requirement for Bank: 0=Unknown,1=Yes,2=No' enum: - '0' - '1' - '2' E101I_STRUC_PARTNERBANK_D_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance BANK_KEY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' BANK_CTRY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' COUNTRYISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' MIN_RESERV: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_PARTNERBANK E101P_IFC_ADDITIONAL_FIELDS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_ADD_FIELD: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'tbd: I=Insert,U=Update,M=Change,D=Delete' enum: - I - U - M - D DATA_KEY: type: string maxLength: 3 description: Group Category E101FSBP_EI_STRUC_ADD_FIELD: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance GROUP: type: string maxLength: 3 description: Group Key FREETEXT: type: string maxLength: 35 description: User-Defined Text FLAG: type: string maxLength: 1 description: 'Checkbox: X=Yes,""=No' enum: - X - '' E101BP_EI_STRUC_ADD_FIELD_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance GROUP: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FREETEXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' FLAG: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_ADD_FIELD required: - E101P_IFC_ADDITIONAL_FIELDS E101SBP_IFC_ADDITIONAL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_ADD_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'tbd: I=Insert,U=Update,M=Change,D=Delete' enum: - I - U - M - D E101BP_EI_STRUC_ADD_DATAKEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CRITERIUM: type: string maxLength: 10 description: Differentiation Criterion ADDTYPE: type: string maxLength: 2 description: Information Category DATA_TYPE: type: string maxLength: 2 description: Information Type TIMESTAMP: type: number maxLength: 16 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) COUNTER: type: string maxLength: 4 description: Counter E101FSBP_EI_STRUC_ADD_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CUSTOMIZING_FIELD: type: string maxLength: 20 description: Field with Input Help CHECK_FIELD: type: string maxLength: 1 description: 'Checkbox: X=Yes,""=No' enum: - X - '' TEXT: type: string maxLength: 60 description: Text Field AMOUNT: type: number maxLength: 31 description: Amount CURRENCY: type: string maxLength: 5 description: Currency CURRENCY_ISO: type: string maxLength: 3 description: Currency DATE_FROM: type: string format: date maxLength: 8 description: Valid-From Date for Additional Information DATE_TO: type: string format: date maxLength: 8 description: Valid-To Date for Additional Information ADDITIONAL_DATE: type: string format: date maxLength: 8 description: Additional Date for Additional Information E101SBP_EI_STRUC_ADD_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CUSTOMIZING_FIELD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CHECK_FIELD: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' TEXT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' AMOUNT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CURRENCY: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' CURRENCY_ISO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DATE_FROM: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' DATE_TO: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' ADDITIONAL_DATE: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_ADD_DATA required: - E101SBP_IFC_ADDITIONAL_DATA E101SBP_IFC_IDENTIFICATIONS: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_IDENTIFICATION: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'Processing Method: I=Insert,U=Update,M=Modify,D=Delete' enum: - I - U - M - D E101I_STRUC_IDENTIFICAT_KEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance IDTYPE: type: string maxLength: 6 description: ID Number Category for Business Partner IDNUM: type: string maxLength: 60 description: Identification Number for Business Partner required: - E101FSBP_IFC_IDENTIFICATION required: - E101SBP_IFC_IDENTIFICATIONS E101P_IFC_DIFFERENTIAL_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CURRENT_STATE: type: string maxLength: 1 description: 'External Interface: Indicator for Complete Data: X=Yes,""=No' enum: - X - '' E101FSBP_IFC_DIFF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance TASK: type: string maxLength: 1 description: 'Change Indicator: Fiscal Year Data: I=Insert,U=Update,M=Change,D=Delete' enum: - I - U - M - D E101P_EI_STRUC_DIFF_DATAKEY: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance DFTVAL: type: string maxLength: 20 description: 'BP: Differentiation Type Characteristic (Change Doc.-Rel.)' VALID_FROM: type: number maxLength: 16 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) E101FSBP_EI_STRUC_DIFF_DATA: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CSEGMENT: type: string maxLength: 20 description: 'BP: Differentiation Type Characteristic (Change Doc.-Rel.)' E101BP_EI_STRUC_DIFF_DATA_X: type: array items: properties: APPL_SNAME: type: string maxLength: 30 description: Structure Name, No Business Significance CSEGMENT: type: string maxLength: 1 description: 'Updated information in related user data field: X=Update for the field,""=No update for the field' enum: - X - '' required: - E101FSBP_IFC_DIFF_DATA required: - E101P_IFC_DIFFERENTIAL_DATA required: - E101BUS_EI_FINSERV_DATA required: - E101BUS_EI_EXTERN responses: '200': description: OK content: application/json: schema: type: object properties: TID: type: string description: tid '400': description: Bad request. 5XX: description: Unexpected error.