openapi: 3.0.0 info: title: SAP API version: 1.0.0 paths: /idoc/BUPAFS_FS_CREATE_FRM_DATA01/BUPA_FS_CREATE_FRM_DATA: post: operationId: /idoc/BUPAFS_FS_CREATE_FRM_DATA01/BUPA_FS_CREATE_FRM_DATA 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 E1BUPAFS_FS_CREATE_FRM_DATA: type: array items: properties: BUSINESSPARTNEREXTERN: type: string maxLength: 10 description: Business Partner Number PARTNERCATEGORY: type: string maxLength: 1 description: 'Business partner category: 1=Person,2=Organization,3=Group' enum: - '1' - '2' - '3' PARTNERGROUP: type: string maxLength: 4 description: Business Partner Grouping DUPLICATE_MESSAGE_TYPE: type: string maxLength: 1 description: 'Output: Severity of error (N/SPACE-normal, E/F/A-error): ""=Function Not Executed Yet,N=Function Executed Successfully,E=Error: Could not Execute Function,F=Fatal error,A=Internal Error, Operation Canceled,W=Warning,I=Information,S=Status Message' enum: - '' - N - E - F - A - W - I - S ACCEPT_ERROR: type: string maxLength: 1 description: 'Accept regional structure check errors as warnings: X=Yes,""=No' enum: - X - '' TESTRUN: type: string maxLength: 1 description: 'Switch to Simulation Session for Write BAPIs: ""=Not set,X=Set' enum: - '' - X CHANGEDOCU: type: string maxLength: 1 description: 'Generate Change Documents: X=TRUE,""=FALSE' enum: - X - '' E1BPBUS1006_CENTRAL: type: array items: properties: 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) PRINT_MODE: type: string maxLength: 1 description: 'Business Partner Print Format: 1=Braille,2=Large Print' enum: - '1' - '2' E1BPBUS1006_CENTRAL_PERSON: type: array items: properties: 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' E1BPBUS1006_CENTRAL_ORGAN: type: array items: properties: 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 E1BPBUS1006_CENTRAL_GROUP: type: array items: properties: 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 E1BPBUS1006_ADDRESS: type: array items: properties: 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 E1BPADTEL: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPADFAX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPADTTX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPADTLX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPADSMTP: type: array items: properties: 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)' E1BPADRML: type: array items: properties: 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)' E1BPADX400: type: array items: properties: 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)' E1BPADRFC: type: array items: properties: 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)' E1BPADPRT: type: array items: properties: 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)' E1BPADSSF: type: array items: properties: 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' E1BPADSSF1: 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' E1BPADSSF2: 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: - E1BPADSSF1 required: - E1BPADSSF E1BPADURI: type: array items: properties: 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' E1BPADURI1: 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' E1BPADURI2: 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: - E1BPADURI1 required: - E1BPADURI E1BPADPAG: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPAD_REM: type: array items: properties: 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 - '' E1BPCOMREM: type: array items: properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' E1BPNOADTEL: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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: 'Flag: Recipient is standard recipient for this number: X=Yes,""=No' 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)' E1BPNOADFAX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPNOADTTX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPNOADTLX: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country Key COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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)' E1BPNOADSMTP: type: array items: properties: 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)' E1BPNOADRML: type: array items: properties: 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)' E1BPNOADX400: type: array items: properties: 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)' E1BPNOADRFC: type: array items: properties: 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)' E1BPNOADPRT: type: array items: properties: 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)' E1BPNOADSSF: type: array items: properties: 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' E1BPNOADSSF1: 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' E1BPNOADSSF2: 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: - E1BPNOADSSF1 required: - E1BPNOADSSF E1BPNOADURI: type: array items: properties: 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' E1BPNOADURI1: 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' E1BPNOADURI2: 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: - E1BPNOADURI1 required: - E1BPNOADURI E1BPNOADPAG: type: array items: properties: COUNTRY: type: string maxLength: 3 description: Country for telephone/fax number COUNTRYISO: type: string maxLength: 2 description: Country ISO code STD_NO: type: string maxLength: 1 description: 'Standard Sender Address in this Communication Type: 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: '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)' E1BPNOADCOMREM: type: array items: properties: COMM_TYPE: type: string maxLength: 3 description: Communication Method (Key) (Business Address Services) LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 COMM_NOTES: type: string maxLength: 50 description: Communication link notes CONSNUMBER: type: string maxLength: 3 description: Sequence number ERRORFLAG: type: string maxLength: 1 description: 'Flag: Record not processed: X=Yes,""=No' enum: - X - '' E1BPBUS1006_ADDRESS_DUPLICA: type: array items: properties: ADDRNUMBER: type: string maxLength: 10 description: Address number PERSNUMBER: type: string maxLength: 10 description: Person number PERCENTAGE: type: number maxLength: 5 description: '(Obsolete) Percentage: Similarity in Duplicate Check' BUSINESSPARTNER: type: string maxLength: 10 description: Business Partner Number ADDRESSGUID: type: string maxLength: 32 description: GUID of a BP Address in CHAR 32 Format for BAPIs PERCENT_COMPL: type: number maxLength: 7 description: 'Percentage: Similarity in Duplicate Check' E1BPBUS1006_ROLES: type: array items: properties: PARTNERROLE: type: string maxLength: 6 description: BP role DIFFTYPEVALUE: type: string maxLength: 20 description: 'BP: Differentiation type value' required: - E1BUPAFS_FS_CREATE_FRM_DATA responses: '200': description: OK content: application/json: schema: type: object properties: TID: type: string description: tid '400': description: Bad request. 5XX: description: Unexpected error.