openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_LAWSYSTEM_GETLIST: post: tags: - LAW_BAPI_SYSTEM summary: 'License Administration Workbench: Select Systems' operationId: /rfc/BAPI_LAWSYSTEM_GETLIST requestBody: content: application/json: schema: properties: MAX_ROWS: type: integer format: int32 default: 0 description: Maximum Number of Lines of Hits PRETTY_PRINT: type: string default: ' ' maxLength: 1 description: Formatting of an XML Document (Line Breaks) CLIENTLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key CLIENT: type: string maxLength: 3 description: Client CATEGORY: type: string maxLength: 1 description: 'Client control: Role of client (production, test,...) enumValues: E=Training/Education,D=Demo,T=Test,C=Customizing,P=Production,S=SAP reference' enum: - E - D - T - C - P - S MEAS_STATUS: type: string maxLength: 1 description: 'LAW: Measurement Status of a Client' DESCRIPTION: type: string maxLength: 25 description: Client name COMPONENTLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key COMPONENT: type: string maxLength: 30 description: Software Component RELEASE: type: string maxLength: 10 description: SAP Release SP_LEVEL: type: string maxLength: 10 description: Support Package Level of a Software Component TEXT: type: string maxLength: 80 description: Short description of software component RESULTLIST_XML: type: array items: type: object properties: LINE: type: string format: byte description: XML Stream SELECTION_RANGE: type: array items: type: object properties: PARAMETER: type: string maxLength: 30 description: 'Parameter Name enumValues: SAP_SYSTEM=SAP System, Name of SAP R/3 System,INST_NO=Installation Number,SYSTEM_NO=Unique System ID from SAPLICENSE,HW_KEY=Hardware Key,SYS_STATUS=System Status' enum: - SAP_SYSTEM - INST_NO - SYSTEM_NO - HW_KEY - SYS_STATUS SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 45 description: '''Generic'' SELECT-OPTION for Dynamic Selections' HIGH: type: string maxLength: 45 description: '''Generic'' SELECT-OPTION for Dynamic Selections' SYSTEMLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key SYS_STATUS: type: string maxLength: 15 description: 'System Status enumValues: BACK=Backup System,TRAI=Training System,DEV=Development System,PROD=Production System,TEST=Test System' enum: - BACK - TRAI - DEV - PROD - TEST SAP_RELEASE: type: string maxLength: 4 description: Release Status of SAP System MEASURE_DATE: type: string format: date description: Measurement Date MEASURE_TIME: type: string maxLength: 6 description: Measurement Time MEASURE_USER: type: string maxLength: 12 description: Measurement User IMPORT_DATE: type: string format: date description: Update Date IMPORT_TIME: type: string maxLength: 6 description: Update Time IMPORT_USER: type: string maxLength: 12 description: Measurement User USER_COUNT: type: integer format: int64 description: Number of Users per System CLIENTS: type: integer format: int64 description: 'LAW: Number of Clients of a System' CLIENTS_EXCL: type: integer format: int64 description: 'LAW: Number of Clients of a System' DBSYSTEM: type: string maxLength: 10 description: 'LAW: Database System' PRICELIST_1: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_2: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_3: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_4: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_5: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_6: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_7: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_8: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_9: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' responses: '200': description: OK content: application/json: schema: properties: ROWS: type: integer format: int32 description: Number of Selected Systems SIZE: type: integer format: int32 description: Size of an XML Document CLIENTLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key CLIENT: type: string maxLength: 3 description: Client CATEGORY: type: string maxLength: 1 description: 'Client control: Role of client (production, test,...) enumValues: E=Training/Education,D=Demo,T=Test,C=Customizing,P=Production,S=SAP reference' enum: - E - D - T - C - P - S MEAS_STATUS: type: string maxLength: 1 description: 'LAW: Measurement Status of a Client' DESCRIPTION: type: string maxLength: 25 description: Client name COMPONENTLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key COMPONENT: type: string maxLength: 30 description: Software Component RELEASE: type: string maxLength: 10 description: SAP Release SP_LEVEL: type: string maxLength: 10 description: Support Package Level of a Software Component TEXT: type: string maxLength: 80 description: Short description of software component RESULTLIST_XML: type: array items: type: object properties: LINE: type: string format: byte description: XML Stream RETURN: type: array items: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates SELECTION_RANGE: type: array items: type: object properties: PARAMETER: type: string maxLength: 30 description: 'Parameter Name enumValues: SAP_SYSTEM=SAP System, Name of SAP R/3 System,INST_NO=Installation Number,SYSTEM_NO=Unique System ID from SAPLICENSE,HW_KEY=Hardware Key,SYS_STATUS=System Status' enum: - SAP_SYSTEM - INST_NO - SYSTEM_NO - HW_KEY - SYS_STATUS SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 45 description: '''Generic'' SELECT-OPTION for Dynamic Selections' HIGH: type: string maxLength: 45 description: '''Generic'' SELECT-OPTION for Dynamic Selections' SYSTEMLIST: type: array items: type: object properties: SYSTEM_NO: type: string maxLength: 18 description: Unique System ID from SAPLICENSE INST_NO: type: string maxLength: 10 description: Installation number SAP_SYSTEM: type: string maxLength: 8 description: Name of the SAP System HW_KEY: type: string maxLength: 11 description: Hardware Key SYS_STATUS: type: string maxLength: 15 description: 'System Status enumValues: BACK=Backup System,TRAI=Training System,DEV=Development System,PROD=Production System,TEST=Test System' enum: - BACK - TRAI - DEV - PROD - TEST SAP_RELEASE: type: string maxLength: 4 description: Release Status of SAP System MEASURE_DATE: type: string format: date description: Measurement Date MEASURE_TIME: type: string maxLength: 6 description: Measurement Time MEASURE_USER: type: string maxLength: 12 description: Measurement User IMPORT_DATE: type: string format: date description: Update Date IMPORT_TIME: type: string maxLength: 6 description: Update Time IMPORT_USER: type: string maxLength: 12 description: Measurement User USER_COUNT: type: integer format: int64 description: Number of Users per System CLIENTS: type: integer format: int64 description: 'LAW: Number of Clients of a System' CLIENTS_EXCL: type: integer format: int64 description: 'LAW: Number of Clients of a System' DBSYSTEM: type: string maxLength: 10 description: 'LAW: Database System' PRICELIST_1: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_2: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_3: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_4: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_5: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_6: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_7: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_8: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' PRICELIST_9: type: string maxLength: 2 description: 'System measurement: Abbreviation for a price list' '400': description: Bad request. 5XX: description: Unexpected error.