openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CUSTOMIZING_TABLES_REM_CHECK: post: tags: - STCU operationId: /rfc/CUSTOMIZING_TABLES_REM_CHECK requestBody: content: application/json: schema: properties: CLASSA_INC: type: string default: ' ' maxLength: 1 description: Also application tables (master/transaction data) CLASSHR_EXC: type: string default: ' ' maxLength: 1 description: Exclude application HR (personnel) CLASSS_INC: type: string default: ' ' maxLength: 1 description: Select also table category S CLASSW_INC: type: string default: ' ' maxLength: 1 description: Select also table category W CLIDEP_INC: type: string default: ' ' maxLength: 1 description: Also client-independent tables for exp/imp MC_INC: type: string default: ' ' maxLength: 1 description: Select also matchcode pooled tables TAB: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: Table Name CONTFLAG: type: string maxLength: 1 description: 'Delivery class enumValues: C=Customizing table, maintenance only by cust., not SAP import,G=Customizing table, protected against SAP Upd., only INS all.,A=Application table (master and transaction data),E=Control table, SAP and customer have separate key areas,W=System table, contents transportable via separate TR objects,S=System table, maint. only by SAP, change = modification,L=Table for storing temporary data, delivered empty' enum: - C - G - A - E - W - S - L CLIDEP: type: string maxLength: 1 description: 'Flag indicating client-specific entries enumValues: X=Client-dependent, valid only for current client,""=No client-dependence, valid throughout system' enum: - X - '' DEVCLASS: type: string maxLength: 30 description: Package TABCLASS: type: string maxLength: 8 description: 'Table category enumValues: TRANSP=Transparent table,CLUSTER=Cluster table,VIEW=General view structure,APPEND=Append structure,INTTAB=Structure,POOL=Pooled table' enum: - TRANSP - CLUSTER - VIEW - APPEND - INTTAB - POOL COUNTER: type: integer format: int32 description: Number of table entries TABLEN: type: integer format: int32 description: Table Width OBJFUNC: type: string maxLength: 1 description: 'Object function enumValues: M=Delete and recreate on the database,""=Normally: transport to the target system (see F1 help),D=The object was deleted (only functions with deleted objects),K=Object keys according to entries in the key list' enum: - M - '' - D - K BUFFERED: type: string maxLength: 1 description: 'Buffering flag enumValues: ""='' '': buffering not allowed,E=''E'': buffering allowed (internal indicator),X=''X'': buffering allowed' enum: - '' - E - X PROCFLAG: type: string maxLength: 1 description: 'Flag (X or Blank) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X PFLAG2: type: string maxLength: 1 description: 'Flag (X or Blank) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X NBRINS: type: integer format: int32 description: No. of inserts NBRUPD: type: integer format: int32 description: No. of updates NBRDEL: type: integer format: int32 description: No. of deletions USEDTIME: type: string maxLength: 6 description: Time of day of the last parameter change SQLTAB: type: string maxLength: 30 description: Name of an SQL table or an appended table LANGDEP: type: string maxLength: 1 description: 'Flag for language-dependent values(not used) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X MESSID: type: string maxLength: 20 description: 'AS400-DDIC: Output message ID in T100' MESSNR: type: string maxLength: 3 description: Message number SQLERR: type: integer format: int32 description: Natural number responses: '200': description: OK content: application/json: schema: properties: NOT_EXIST_COUNTER: type: integer format: int32 description: Number of tables not found TAB: type: array items: type: object properties: TABNAME: type: string maxLength: 30 description: Table Name CONTFLAG: type: string maxLength: 1 description: 'Delivery class enumValues: C=Customizing table, maintenance only by cust., not SAP import,G=Customizing table, protected against SAP Upd., only INS all.,A=Application table (master and transaction data),E=Control table, SAP and customer have separate key areas,W=System table, contents transportable via separate TR objects,S=System table, maint. only by SAP, change = modification,L=Table for storing temporary data, delivered empty' enum: - C - G - A - E - W - S - L CLIDEP: type: string maxLength: 1 description: 'Flag indicating client-specific entries enumValues: X=Client-dependent, valid only for current client,""=No client-dependence, valid throughout system' enum: - X - '' DEVCLASS: type: string maxLength: 30 description: Package TABCLASS: type: string maxLength: 8 description: 'Table category enumValues: TRANSP=Transparent table,CLUSTER=Cluster table,VIEW=General view structure,APPEND=Append structure,INTTAB=Structure,POOL=Pooled table' enum: - TRANSP - CLUSTER - VIEW - APPEND - INTTAB - POOL COUNTER: type: integer format: int32 description: Number of table entries TABLEN: type: integer format: int32 description: Table Width OBJFUNC: type: string maxLength: 1 description: 'Object function enumValues: M=Delete and recreate on the database,""=Normally: transport to the target system (see F1 help),D=The object was deleted (only functions with deleted objects),K=Object keys according to entries in the key list' enum: - M - '' - D - K BUFFERED: type: string maxLength: 1 description: 'Buffering flag enumValues: ""='' '': buffering not allowed,E=''E'': buffering allowed (internal indicator),X=''X'': buffering allowed' enum: - '' - E - X PROCFLAG: type: string maxLength: 1 description: 'Flag (X or Blank) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X PFLAG2: type: string maxLength: 1 description: 'Flag (X or Blank) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X NBRINS: type: integer format: int32 description: No. of inserts NBRUPD: type: integer format: int32 description: No. of updates NBRDEL: type: integer format: int32 description: No. of deletions USEDTIME: type: string maxLength: 6 description: Time of day of the last parameter change SQLTAB: type: string maxLength: 30 description: Name of an SQL table or an appended table LANGDEP: type: string maxLength: 1 description: 'Flag for language-dependent values(not used) enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X MESSID: type: string maxLength: 20 description: 'AS400-DDIC: Output message ID in T100' MESSNR: type: string maxLength: 3 description: Message number SQLERR: type: integer format: int32 description: Natural number '400': description: Bad request. 5XX: description: Unexpected error.