openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAT_CONTROLS_INIT: post: tags: - STTM operationId: /rfc/CAT_CONTROLS_INIT requestBody: content: application/json: schema: properties: ABLNR: type: string maxLength: 30 COMMID: type: string maxLength: 8 MODE: type: string default: R maxLength: 1 SUBID: type: string maxLength: 8 SVARS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number VARNO: type: integer format: int64 description: 10 digit number VALUE: type: string description: '' BDCTAB: type: array items: type: object properties: PROGRAM: type: string maxLength: 40 description: BDC module pool DYNPRO: type: integer format: int64 description: BDC Screen number DYNBEGIN: type: string maxLength: 1 description: BDC screen start FNAM: type: string maxLength: 132 description: Field name FVAL: type: string maxLength: 132 description: BDC field value PARAMS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number PARAMNO: type: integer format: int64 description: 10 digit number VERBID: type: string maxLength: 4 description: CHAR04 data element for SYST OLETYP: type: string maxLength: 4 description: CHAR04 data element for SYST PARNAM: type: string maxLength: 32 description: Name of an OLE parameter VARINDEX: type: string maxLength: 4 description: CHAR04 data element for SYST VARS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number VARNO: type: integer format: int64 description: 10 digit number ELEMENT: type: string maxLength: 32 description: Element TAB_INDEX: type: integer format: int64 description: Index for table element ELEMLENGTH: type: integer format: int64 description: Length of the field in bytes TYPE: type: string maxLength: 1 description: 'ABAP Type of element enumValues: N=Character string with only digits,s=2-byte integer, only for length field before LCHR or LRAW,h=Table type,y=Byte sequence with variable length (ABAP type XSTRING),l=Reference to data object,b=1-byte integer, integer number <= 254,P=Packed number,T=Time (Time: HHMMSS),u=Structured type, flat,I=Integer number (4-byte integer with sign),F=Floating point number to accuracy of 8 bytes,v=Structured type, deep,V=Character string (old Dictionary type VARC),X=Byte sequence (heXadecimal),C=Character string,g=Character string with variable length (ABAP type STRING),r=Reference to class/interface,D=Date (Date: YYYYMMDD)' enum: - N - s - h - y - l - b - P - T - u - I - F - v - V - X - C - g - r - D VALUE: type: string maxLength: 255 description: Character value CB_INDEX: type: string maxLength: 40 description: ABAP data control block VERBS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number VERBNO: type: integer format: int64 description: 10 digit number OBJHD: type: string maxLength: 10 description: CHAR10 for SYST NAME: type: string maxLength: 32 description: CHAR32 data element for SYST ID: type: string maxLength: 10 description: CHAR10 for SYST TYP: type: string maxLength: 1 description: Type of an OLE verb (method or property) required: - ABLNR - COMMID - SUBID responses: '200': description: OK content: application/json: schema: properties: BDCTAB: type: array items: type: object properties: PROGRAM: type: string maxLength: 40 description: BDC module pool DYNPRO: type: integer format: int64 description: BDC Screen number DYNBEGIN: type: string maxLength: 1 description: BDC screen start FNAM: type: string maxLength: 132 description: Field name FVAL: type: string maxLength: 132 description: BDC field value PARAMS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number PARAMNO: type: integer format: int64 description: 10 digit number VERBID: type: string maxLength: 4 description: CHAR04 data element for SYST OLETYP: type: string maxLength: 4 description: CHAR04 data element for SYST PARNAM: type: string maxLength: 32 description: Name of an OLE parameter VARINDEX: type: string maxLength: 4 description: CHAR04 data element for SYST VARS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number VARNO: type: integer format: int64 description: 10 digit number ELEMENT: type: string maxLength: 32 description: Element TAB_INDEX: type: integer format: int64 description: Index for table element ELEMLENGTH: type: integer format: int64 description: Length of the field in bytes TYPE: type: string maxLength: 1 description: 'ABAP Type of element enumValues: N=Character string with only digits,s=2-byte integer, only for length field before LCHR or LRAW,h=Table type,y=Byte sequence with variable length (ABAP type XSTRING),l=Reference to data object,b=1-byte integer, integer number <= 254,P=Packed number,T=Time (Time: HHMMSS),u=Structured type, flat,I=Integer number (4-byte integer with sign),F=Floating point number to accuracy of 8 bytes,v=Structured type, deep,V=Character string (old Dictionary type VARC),X=Byte sequence (heXadecimal),C=Character string,g=Character string with variable length (ABAP type STRING),r=Reference to class/interface,D=Date (Date: YYYYMMDD)' enum: - N - s - h - y - l - b - P - T - u - I - F - v - V - X - C - g - r - D VALUE: type: string maxLength: 255 description: Character value CB_INDEX: type: string maxLength: 40 description: ABAP data control block VERBS: type: array items: type: object properties: ABLNR: type: string maxLength: 30 description: CATT - Test case COMMID: type: string maxLength: 8 description: Character field, 8 characters long SUBID: type: string maxLength: 8 description: Character field, 8 characters long CALLNO: type: integer format: int64 description: 10 digit number VERBNO: type: integer format: int64 description: 10 digit number OBJHD: type: string maxLength: 10 description: CHAR10 for SYST NAME: type: string maxLength: 32 description: CHAR32 data element for SYST ID: type: string maxLength: 10 description: CHAR10 for SYST TYP: type: string maxLength: 1 description: Type of an OLE verb (method or property) '400': description: Bad request. 5XX: description: Unexpected error.