openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM0_WRITE_CRMFILTAB: post: tags: - CFIL operationId: /rfc/CRM0_WRITE_CRMFILTAB requestBody: content: application/json: schema: properties: I_CONSUMER: type: string maxLength: 10 I_COUNTER: type: integer format: int64 I_DELETE_ALL: type: string maxLength: 1 I_DELETE_MODE: type: string maxLength: 1 I_FIELD: type: string maxLength: 30 I_HIGH: type: string maxLength: 40 I_INACTIVE: type: string maxLength: 1 I_LOW: type: string maxLength: 40 I_OBJNAME: type: string maxLength: 15 I_OPT: type: string maxLength: 2 I_SIGN: type: string maxLength: 1 I_TABLENAME: type: string maxLength: 30 TI_CRMFILTAB: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client CONSUMER: type: string maxLength: 10 description: User of R/3 Adaptor Functionality OBJNAME: type: string maxLength: 15 description: Object Name TABLENAME: type: string maxLength: 30 description: Table Name of Length 30 FIELD: type: string maxLength: 30 description: Field Name of Length 30 COUNTER: type: integer format: int64 description: Counter SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPT: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 40 description: LOW Parameter (as per Range Table) HIGH: type: string maxLength: 40 description: HIGH Parameter (as per Range Table) INACTIVE: type: string maxLength: 1 description: 'Inactive enumValues: ""=No,X=Yes' enum: - '' - X REM_LOGSYS: type: string maxLength: 10 description: Logical system TI_CRMFILTAB_DEL: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client CONSUMER: type: string maxLength: 10 description: User of R/3 Adaptor Functionality OBJNAME: type: string maxLength: 15 description: Object Name TABLENAME: type: string maxLength: 30 description: Table Name of Length 30 FIELD: type: string maxLength: 30 description: Field Name of Length 30 COUNTER: type: integer format: int64 description: Counter SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPT: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 40 description: LOW Parameter (as per Range Table) HIGH: type: string maxLength: 40 description: HIGH Parameter (as per Range Table) INACTIVE: type: string maxLength: 1 description: 'Inactive enumValues: ""=No,X=Yes' enum: - '' - X REM_LOGSYS: type: string maxLength: 10 description: Logical system TI_SELOPT_OBJNAME: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPTION: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 15 description: Object Name HIGH: type: string maxLength: 15 description: Object Name responses: '200': description: OK content: application/json: schema: properties: E_STATUS: type: string maxLength: 1 TI_CRMFILTAB: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client CONSUMER: type: string maxLength: 10 description: User of R/3 Adaptor Functionality OBJNAME: type: string maxLength: 15 description: Object Name TABLENAME: type: string maxLength: 30 description: Table Name of Length 30 FIELD: type: string maxLength: 30 description: Field Name of Length 30 COUNTER: type: integer format: int64 description: Counter SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPT: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 40 description: LOW Parameter (as per Range Table) HIGH: type: string maxLength: 40 description: HIGH Parameter (as per Range Table) INACTIVE: type: string maxLength: 1 description: 'Inactive enumValues: ""=No,X=Yes' enum: - '' - X REM_LOGSYS: type: string maxLength: 10 description: Logical system TI_CRMFILTAB_DEL: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client CONSUMER: type: string maxLength: 10 description: User of R/3 Adaptor Functionality OBJNAME: type: string maxLength: 15 description: Object Name TABLENAME: type: string maxLength: 30 description: Table Name of Length 30 FIELD: type: string maxLength: 30 description: Field Name of Length 30 COUNTER: type: integer format: int64 description: Counter SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPT: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 40 description: LOW Parameter (as per Range Table) HIGH: type: string maxLength: 40 description: HIGH Parameter (as per Range Table) INACTIVE: type: string maxLength: 1 description: 'Inactive enumValues: ""=No,X=Yes' enum: - '' - X REM_LOGSYS: type: string maxLength: 10 description: Logical system TI_SELOPT_OBJNAME: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: 'Selection operator SIGN (as per range table) enumValues: I=Including Defined Quantity/Range,E=Excluding Defined Quantity/Range' enum: - I - E OPTION: type: string maxLength: 2 description: 'Selection operator OPTION (as per range table) enumValues: LE=Less Than or Equal To (<= Low),NB=Outside Lower and Upper Value (x < Low und High < x ),BT=Between lower and upper value (Low <= x <= High),NP=Does Not Contain the Pattern,CP=Contains the pattern,GT=Greater Than (> Low),GE=Greater Than or Equal To (>=Low),LT=Less Than (< Low),EQ=Equal To (= Low),NE=Not Equal To (<> Low)' enum: - LE - NB - BT - NP - CP - GT - GE - LT - EQ - NE LOW: type: string maxLength: 15 description: Object Name HIGH: type: string maxLength: 15 description: Object Name '400': description: Bad request. 5XX: description: Unexpected error.