openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_REPPROV_GETBASISKEYFIGURE: post: tags: - RSCRM_BO_DATAPROVIDER summary: . operationId: /rfc/BAPI_REPPROV_GETBASISKEYFIGURE requestBody: content: application/json: schema: properties: KEYFIGURE: type: string maxLength: 64 SESSIONID: type: integer format: int64 BASISKEYFIGURES: type: array items: type: object properties: INFOOBJECT: type: string maxLength: 30 description: InfoObject VERSION: type: string maxLength: 1 description: 'Object version enumValues: N=New,A=Active,M=Revised,D=Content,H=Historic,T=Transport' enum: - N - A - M - D - H - T TYPE: type: string maxLength: 3 description: 'Type of an InfoObject enumValues: DPA=Data packet characteristic,KYF=Key figure,UNI=Unit of measurement,CHA=Characteristic,TIM=Time characteristic' enum: - DPA - KYF - UNI - CHA - TIM OBJSTAT: type: string maxLength: 3 description: 'Object Status enumValues: OFF=Switched off,INA=Inactive, not executable,ACT=Active, executable,PRO=Productive' enum: - 'OFF' - INA - ACT - PRO ACTIVFL: type: string maxLength: 1 description: 'Active and revised version do not agree enumValues: ""=No,X=Yes' enum: - '' - X FIELDNM: type: string maxLength: 30 description: Field Name InfoObject In Structures (Not in database table) CONTREL: type: string maxLength: 6 description: Content release ATRONLYFL: type: string maxLength: 1 description: 'InfoObject is Exclusively an Attribute (Not Used in ICs) enumValues: ""=No,X=Yes' enum: - '' - X LOGSYS: type: string maxLength: 10 description: Character Field Length = 10 OWNER: type: string maxLength: 12 description: Owner (Person Responsible) TSTPNM: type: string maxLength: 12 description: Last changed by TIMESTMP: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TEXTSHORT: type: string maxLength: 20 description: Short description TEXTLONG: type: string maxLength: 60 description: Long description CHACONST: type: string maxLength: 60 description: Character. constant CHAPRSNT: type: string maxLength: 1 description: 'Display for Characteristics and Units enumValues: C=Text and Key as Medium Text,F=Key and Text as Medium Text,1=Text,6=No Display,0=Key and Text,G=Key and Text as Long Text,E=Key and Text as Short Text,7=Short Text,D=Text and Key as Long Text,5=Medium-Length Text,2=Key,3=Text and Key,4=Long Text,B=Text and Key as Short Text' enum: - C - F - '1' - '6' - '0' - G - E - '7' - D - '5' - '2' - '3' - '4' - B CHANAV: type: string maxLength: 1 description: 'Navigation Indicator for Characteristics and Units enumValues: 1=Must be selected for navigation,2=Not permitted for navigation (no drilldown possible),""=Not assigned,0=Permitted for navigation without restriction' enum: - '1' - '2' - '' - '0' CHASEL: type: string maxLength: 1 description: 'Selection restriction for characteristics enumValues: 1=Only Single Values and Intervals,2=Unique for Every Cell,0=No Selection Restriction,4=Not Allowed' enum: - '1' - '2' - '0' - '4' CHABASNM: type: string maxLength: 30 description: Reference characteristic NOVALFL: type: string maxLength: 1 description: 'Characteristic does not have a check table enumValues: ""=No,X=Yes' enum: - '' - X BCHREFFL: type: string maxLength: 1 description: 'Characteristic references another basic characteristic(flag) enumValues: ""=No,X=Yes' enum: - '' - X CMPSTA: type: string maxLength: 1 description: 'Compound status enumValues: ""=Not compounded,1=Only compounded with constants,2=Normally compounded (not just with constants)' enum: - '' - '1' - '2' ATTRIBFL: type: string maxLength: 1 description: 'Attributes (flag) exist for the characteristic enumValues: ""=No,X=Yes' enum: - '' - X TIMDEPFL: type: string maxLength: 1 description: 'Flag: Master data is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X NOLANGU: type: string maxLength: 1 description: 'Master data texts are language independent (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTSHFL: type: string maxLength: 1 description: 'Short text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTMDFL: type: string maxLength: 1 description: 'Medium length text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTLGFL: type: string maxLength: 1 description: 'Long text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X DBROUTID: type: string maxLength: 25 description: ID for database routines for basic char. HIETABFL: type: string maxLength: 1 description: 'Characteristic with hierarchies enumValues: ""=No,X=Yes' enum: - '' - X HIEVERFL: type: string maxLength: 1 description: 'Hierarchies can have several versions enumValues: ""=No,X=Yes' enum: - '' - X HIENMTFL: type: string maxLength: 1 description: 'Entire hierarchy is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X HIENDTFL: type: string maxLength: 1 description: 'Hierarchy structure is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X HIEINTFL: type: string maxLength: 1 description: 'Intervals permitted in hierarchy enumValues: ""=No,X=Yes' enum: - '' - X DATATP: type: string maxLength: 4 description: 'Data Type in ABAP Dictionary enumValues: NUMC=Character string with only digits,INT2=2-byte integer, only for length field before LCHR or LRAW,DEC=Counter or amount field with comma and sign,VARC=Long character string, no longer supported from Rel. 3.0,INT1=1-byte integer, integer number <= 255,RAW=Uninterpreted sequence of bytes,CUKY=Currency key, referenced by CURR fields,QUAN=Quantity field, points to a unit field with format UNIT,FLTP=Floating point number, accurate to 8 bytes,LRAW=Long byte string, requires preceding INT2 field,PREC=Precision of a QUAN field,CHAR=Character String,ACCP=Posting period YYYYMM,INT4=4-byte integer, integer number with sign,RSTR=Byte String of Variable Length,STRG=Character String of Variable Length,LANG=Language key,TIMS=Time field (hhmmss), stored as char(6),UNIT=Unit key for QUAN fields,CLNT=Client,DATS=Date field (YYYYMMDD) stored as char(8),LCHR=Long character string, requires preceding INT2 field,CURR=Currency field, stored as DEC,SSTR=Short Character String of Variable Length' enum: - NUMC - INT2 - DEC - VARC - INT1 - RAW - CUKY - QUAN - FLTP - LRAW - PREC - CHAR - ACCP - INT4 - RSTR - STRG - LANG - TIMS - UNIT - CLNT - DATS - LCHR - CURR - SSTR INTLEN: type: integer format: int64 description: Internal Length of InfoObjects in BW - see Docu CONVEXIT: type: string maxLength: 5 description: Conversion Routine FVALEX: type: string maxLength: 1 description: 'Domain fixed values exist (flag) enumValues: ""=No,X=Yes' enum: - '' - X LOWERCASE: type: string maxLength: 1 description: 'Lowercase letters allowed/not allowed enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X KYFTP: type: string maxLength: 3 description: 'Key figure type enumValues: FLO=Floating point number (without unit),AMO=Amount,INT=Whole number,QUA=Quantity,TIM=Time,NUM=Number (without unit),DAT=Date' enum: - FLO - AMO - INT - QUA - TIM - NUM - DAT NCUMFL: type: string maxLength: 1 description: 'Non-cumulative value (flag) enumValues: 1=Stock with change involving stocks,2=Stock with inward and outward movement,""=Cumulative value' enum: - '1' - '2' - '' FIXCUKY: type: string maxLength: 5 description: Fixed currency FIXUNIT: type: string maxLength: 3 description: Fixed Unit of Measure AGGRGEN: type: string maxLength: 3 description: 'Usual Aggregation enumValues: MAX=Maximum,MIN=Minimum,NO2=No Longer Used,SUM=Summation' enum: - MAX - MIN - NO2 - SUM AGGREXC: type: string maxLength: 3 description: 'Exception aggregation enumValues: FIR=First value,MIN=Minimum,NO1=No aggregation (X, if more than one record occurs),STD=Standard Deviation,AV0=Average (values not equal to zero),VAR=Variance,CNT=Counter (all values),NO2=No aggregation (X, if more than one value occurs),AV2=Average (weighted with the no. of working days;factory cal.),MAX=Maximum,AV1=Average (weighted with the number of days),NOP=No aggregation (X, if more than one value not = 0 occurs),AVG=Average (all values),LAS=Last value,CN0=Counter (values not =0),SUM=Summation' enum: - FIR - MIN - NO1 - STD - AV0 - VAR - CNT - NO2 - AV2 - MAX - AV1 - NOP - AVG - LAS - CN0 - SUM AGGRCHA: type: string maxLength: 30 description: Reference characteristic for exception aggregation KYFDECIM: type: string maxLength: 1 description: 'Decimal places (of a key figure) enumValues: 0=0,1=0.0,6=0.000000,5=0.00000,8=0.00000000,2=0.00,3=0.000,""=Not defined,4=0.0000,7=0.0000000,9=0.000000000' enum: - '0' - '1' - '6' - '5' - '8' - '2' - '3' - '' - '4' - '7' - '9' KYFPRSNT: type: string maxLength: 1 description: 'Display (of a key figure) enumValues: 1=in 10,3=in 1,000,5=in 100,000,0=in 1,6=in 1,000,000,8=in 100,000,000,""=Not defined,2=in 100,4=in 10,000,7=in 10,000,000,9=in 1,000,000,000' enum: - '1' - '3' - '5' - '0' - '6' - '8' - '' - '2' - '4' - '7' - '9' KYFNAV: type: string maxLength: 1 description: 'Navigation indicator for key figures enumValues: 1=Must be selected,2=Not allowed,""=Not assigned,0=Permitted without restrictions' enum: - '1' - '2' - '' - '0' UNINM: type: string maxLength: 30 description: Unit InfoObject (currency/unit) CHKTAB: type: string maxLength: 30 description: View of master data tables DKFTP: type: string maxLength: 1 description: 'Derived key figure type enumValues: R=Restricted key figure,C=Calculated key figure' enum: - R - C UNITP: type: string maxLength: 3 description: 'Unit type enumValues: UNI=Units of measure,CUR=Currency' enum: - UNI - CUR PROTECFL: type: string maxLength: 1 description: 'Checkbox enumValues: ""=No,X=Yes' enum: - '' - X CONTTIMESTMP: type: integer format: int64 description: 'Content time stamp: Last modification to the object by SAP' BWAPPL: type: string maxLength: 10 description: BW Application (Namespace) AUTHRELFL: type: string maxLength: 1 description: 'Characteristic is relevant for authorization check enumValues: ""=No,X=Yes' enum: - '' - X BDSFL: type: string maxLength: 1 description: 'Characteristic is allowed as attribute of documents enumValues: ""=No,X=Yes' enum: - '' - X ODSFL: type: string maxLength: 1 description: 'InfoObject is an ODS InfoObject (Flag) enumValues: ""=No,X=Yes' enum: - '' - X DEFMEMBER: type: string maxLength: 60 description: Default characteristic value TXTDEF: type: string maxLength: 1 description: 'Business Explorer Description enumValues: 1=Long description,""=Short description' enum: - '1' - '' GISTP: type: integer format: int64 description: 'Geographical type for a characteristic enumValues: 1=Static geo-characteristic,0=No geo-characteristic,2=Dynamic geo-characteristic,4=Static geo-characteristic with geo-attributes,3=Dynamic geo-characteristic with values from attribute' enum: - '1' - '0' - '2' - '4' - '3' GISATTRINM: type: string maxLength: 30 description: Geographical attribute APPLNM: type: string maxLength: 30 description: Application Component TXTTIMFL: type: string maxLength: 1 description: 'Texts are time-dep. enumValues: ""=Undefined,0=No,1=Yes' enum: - '' - '0' - '1' TXTTABFL: type: string maxLength: 1 description: 'Text Table Exists enumValues: ""=Undefined,0=No,1=Yes' enum: - '' - '0' - '1' IOBJROUT: type: string maxLength: 25 description: Global transfer routine for InfoObjects NUMBRANR: type: string maxLength: 7 description: Number of the number range object of a characteristic CNVSTATE: type: string maxLength: 1 description: Conversion Status (Use in BAPIs) SIDCONVERT: type: string maxLength: 1 description: 'Conversion type for SID enumValues: T=Conversion using table,V=MID same as characteristic value,E=Conversion into a form with names SID_EXIT_iobjnm' enum: - T - V - E SIDMONFL: type: string maxLength: 1 description: 'Flag indicating whether SID retains the order enumValues: X=True,""=False' enum: - X - '' OUTPUTLEN: type: integer format: int64 description: Output Length IOBJSIZCAT: type: string maxLength: 2 description: 'BW: Size category for InfoObject tables (master data/hier.) enumValues: 4=Tables > 160 MB,14=Value cannot be maintained manually (Early Watch value),0=Tables < 500K,1=Tables < 1.5 MB,2=Tables < 6.5 MB,3=Tables < 25 MB' enum: - '4' - '14' - '0' - '1' - '2' - '3' IOBJDATCLS: type: string maxLength: 5 description: 'BW: Data class for InfoObject tables(master data/ hierarch.)' CHNTAB: type: string maxLength: 30 description: Master data table (time-independent) CHTTAB: type: string maxLength: 30 description: Master data table (time-dependent) TXTTAB: type: string maxLength: 30 description: Text table (of a character.) HIETAB: type: string maxLength: 30 description: Hierarchy table (of a characteristic) HINTAB: type: string maxLength: 30 description: Hierarchy interval table (of a characteristic) F4QUERYEXEC: type: string maxLength: 1 description: 'Selection of Filter Values for Query Execution enumValues: Q=Only Posted Values for Navigation,M=Values in Master Data Table,D=Only Values in InfoProvider' enum: - Q - M - D MASTAUTHFL: type: string maxLength: 1 description: 'Maintenance of master data is relevant for authorization enumValues: ""=No,X=Yes' enum: - '' - X INFOAREA: type: string maxLength: 30 description: InfoArea EXPDSOURCEFL: type: string maxLength: 1 description: 'The characteristic is used as export data source enumValues: ""=No,X=Yes' enum: - '' - X HIESIGNCH: type: string maxLength: 1 description: 'Reverse Sign for Hierarchy Nodes enumValues: X=Reverse of Sign Possible for Hierarchy Nodes,""=No Reverse of Sign for Hierarchy Nodes' enum: - X - '' CHECKODS: type: string maxLength: 30 description: DataStore Object for Checking Characteristic Values PACKFL: type: string maxLength: 1 description: 'Key Figure is Edited with Maximum Precision enumValues: ""=No,X=Yes' enum: - '' - X AUTHFIELD: type: string maxLength: 10 description: Authorization Field for Reporting Authorizations LENG: type: integer format: int64 description: Length (No. of Characters) DECIMALS: type: integer format: int64 description: Number of Decimal Places PRIVATEFL: type: string maxLength: 1 description: 'InfoObject is Private enumValues: ""=No,X=Yes' enum: - '' - X CHATP: type: string maxLength: 3 description: 'Characteristc Type Based on Master Data Access enumValues: REM=Direct Access,GEN=Default,FIX=Own Implementation' enum: - REM - GEN - FIX MDRCLNM: type: string maxLength: 30 description: Name of Master Data Read Class MDRCLPA: type: string maxLength: 100 description: Parameters for Master Data Read Class TREXFL: type: string maxLength: 1 description: 'Characteristic Uses TREX Search enumValues: ""=No,X=Yes' enum: - '' - X HIETJOINFL: type: string maxLength: 1 description: 'Use Temporal Hierarchy Join enumValues: ""=No,X=Yes' enum: - '' - X required: - KEYFIGURE - SESSIONID responses: '200': description: OK content: application/json: schema: properties: BASISKEYFIGURES: type: array items: type: object properties: INFOOBJECT: type: string maxLength: 30 description: InfoObject VERSION: type: string maxLength: 1 description: 'Object version enumValues: N=New,A=Active,M=Revised,D=Content,H=Historic,T=Transport' enum: - N - A - M - D - H - T TYPE: type: string maxLength: 3 description: 'Type of an InfoObject enumValues: DPA=Data packet characteristic,KYF=Key figure,UNI=Unit of measurement,CHA=Characteristic,TIM=Time characteristic' enum: - DPA - KYF - UNI - CHA - TIM OBJSTAT: type: string maxLength: 3 description: 'Object Status enumValues: OFF=Switched off,INA=Inactive, not executable,ACT=Active, executable,PRO=Productive' enum: - 'OFF' - INA - ACT - PRO ACTIVFL: type: string maxLength: 1 description: 'Active and revised version do not agree enumValues: ""=No,X=Yes' enum: - '' - X FIELDNM: type: string maxLength: 30 description: Field Name InfoObject In Structures (Not in database table) CONTREL: type: string maxLength: 6 description: Content release ATRONLYFL: type: string maxLength: 1 description: 'InfoObject is Exclusively an Attribute (Not Used in ICs) enumValues: ""=No,X=Yes' enum: - '' - X LOGSYS: type: string maxLength: 10 description: Character Field Length = 10 OWNER: type: string maxLength: 12 description: Owner (Person Responsible) TSTPNM: type: string maxLength: 12 description: Last changed by TIMESTMP: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TEXTSHORT: type: string maxLength: 20 description: Short description TEXTLONG: type: string maxLength: 60 description: Long description CHACONST: type: string maxLength: 60 description: Character. constant CHAPRSNT: type: string maxLength: 1 description: 'Display for Characteristics and Units enumValues: C=Text and Key as Medium Text,F=Key and Text as Medium Text,1=Text,6=No Display,0=Key and Text,G=Key and Text as Long Text,E=Key and Text as Short Text,7=Short Text,D=Text and Key as Long Text,5=Medium-Length Text,2=Key,3=Text and Key,4=Long Text,B=Text and Key as Short Text' enum: - C - F - '1' - '6' - '0' - G - E - '7' - D - '5' - '2' - '3' - '4' - B CHANAV: type: string maxLength: 1 description: 'Navigation Indicator for Characteristics and Units enumValues: 1=Must be selected for navigation,2=Not permitted for navigation (no drilldown possible),""=Not assigned,0=Permitted for navigation without restriction' enum: - '1' - '2' - '' - '0' CHASEL: type: string maxLength: 1 description: 'Selection restriction for characteristics enumValues: 1=Only Single Values and Intervals,2=Unique for Every Cell,0=No Selection Restriction,4=Not Allowed' enum: - '1' - '2' - '0' - '4' CHABASNM: type: string maxLength: 30 description: Reference characteristic NOVALFL: type: string maxLength: 1 description: 'Characteristic does not have a check table enumValues: ""=No,X=Yes' enum: - '' - X BCHREFFL: type: string maxLength: 1 description: 'Characteristic references another basic characteristic(flag) enumValues: ""=No,X=Yes' enum: - '' - X CMPSTA: type: string maxLength: 1 description: 'Compound status enumValues: ""=Not compounded,1=Only compounded with constants,2=Normally compounded (not just with constants)' enum: - '' - '1' - '2' ATTRIBFL: type: string maxLength: 1 description: 'Attributes (flag) exist for the characteristic enumValues: ""=No,X=Yes' enum: - '' - X TIMDEPFL: type: string maxLength: 1 description: 'Flag: Master data is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X NOLANGU: type: string maxLength: 1 description: 'Master data texts are language independent (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTSHFL: type: string maxLength: 1 description: 'Short text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTMDFL: type: string maxLength: 1 description: 'Medium length text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X TXTLGFL: type: string maxLength: 1 description: 'Long text exists (flag) enumValues: ""=No,X=Yes' enum: - '' - X DBROUTID: type: string maxLength: 25 description: ID for database routines for basic char. HIETABFL: type: string maxLength: 1 description: 'Characteristic with hierarchies enumValues: ""=No,X=Yes' enum: - '' - X HIEVERFL: type: string maxLength: 1 description: 'Hierarchies can have several versions enumValues: ""=No,X=Yes' enum: - '' - X HIENMTFL: type: string maxLength: 1 description: 'Entire hierarchy is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X HIENDTFL: type: string maxLength: 1 description: 'Hierarchy structure is time-dependent enumValues: ""=No,X=Yes' enum: - '' - X HIEINTFL: type: string maxLength: 1 description: 'Intervals permitted in hierarchy enumValues: ""=No,X=Yes' enum: - '' - X DATATP: type: string maxLength: 4 description: 'Data Type in ABAP Dictionary enumValues: NUMC=Character string with only digits,INT2=2-byte integer, only for length field before LCHR or LRAW,DEC=Counter or amount field with comma and sign,VARC=Long character string, no longer supported from Rel. 3.0,INT1=1-byte integer, integer number <= 255,RAW=Uninterpreted sequence of bytes,CUKY=Currency key, referenced by CURR fields,QUAN=Quantity field, points to a unit field with format UNIT,FLTP=Floating point number, accurate to 8 bytes,LRAW=Long byte string, requires preceding INT2 field,PREC=Precision of a QUAN field,CHAR=Character String,ACCP=Posting period YYYYMM,INT4=4-byte integer, integer number with sign,RSTR=Byte String of Variable Length,STRG=Character String of Variable Length,LANG=Language key,TIMS=Time field (hhmmss), stored as char(6),UNIT=Unit key for QUAN fields,CLNT=Client,DATS=Date field (YYYYMMDD) stored as char(8),LCHR=Long character string, requires preceding INT2 field,CURR=Currency field, stored as DEC,SSTR=Short Character String of Variable Length' enum: - NUMC - INT2 - DEC - VARC - INT1 - RAW - CUKY - QUAN - FLTP - LRAW - PREC - CHAR - ACCP - INT4 - RSTR - STRG - LANG - TIMS - UNIT - CLNT - DATS - LCHR - CURR - SSTR INTLEN: type: integer format: int64 description: Internal Length of InfoObjects in BW - see Docu CONVEXIT: type: string maxLength: 5 description: Conversion Routine FVALEX: type: string maxLength: 1 description: 'Domain fixed values exist (flag) enumValues: ""=No,X=Yes' enum: - '' - X LOWERCASE: type: string maxLength: 1 description: 'Lowercase letters allowed/not allowed enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X KYFTP: type: string maxLength: 3 description: 'Key figure type enumValues: FLO=Floating point number (without unit),AMO=Amount,INT=Whole number,QUA=Quantity,TIM=Time,NUM=Number (without unit),DAT=Date' enum: - FLO - AMO - INT - QUA - TIM - NUM - DAT NCUMFL: type: string maxLength: 1 description: 'Non-cumulative value (flag) enumValues: 1=Stock with change involving stocks,2=Stock with inward and outward movement,""=Cumulative value' enum: - '1' - '2' - '' FIXCUKY: type: string maxLength: 5 description: Fixed currency FIXUNIT: type: string maxLength: 3 description: Fixed Unit of Measure AGGRGEN: type: string maxLength: 3 description: 'Usual Aggregation enumValues: MAX=Maximum,MIN=Minimum,NO2=No Longer Used,SUM=Summation' enum: - MAX - MIN - NO2 - SUM AGGREXC: type: string maxLength: 3 description: 'Exception aggregation enumValues: FIR=First value,MIN=Minimum,NO1=No aggregation (X, if more than one record occurs),STD=Standard Deviation,AV0=Average (values not equal to zero),VAR=Variance,CNT=Counter (all values),NO2=No aggregation (X, if more than one value occurs),AV2=Average (weighted with the no. of working days;factory cal.),MAX=Maximum,AV1=Average (weighted with the number of days),NOP=No aggregation (X, if more than one value not = 0 occurs),AVG=Average (all values),LAS=Last value,CN0=Counter (values not =0),SUM=Summation' enum: - FIR - MIN - NO1 - STD - AV0 - VAR - CNT - NO2 - AV2 - MAX - AV1 - NOP - AVG - LAS - CN0 - SUM AGGRCHA: type: string maxLength: 30 description: Reference characteristic for exception aggregation KYFDECIM: type: string maxLength: 1 description: 'Decimal places (of a key figure) enumValues: 0=0,1=0.0,6=0.000000,5=0.00000,8=0.00000000,2=0.00,3=0.000,""=Not defined,4=0.0000,7=0.0000000,9=0.000000000' enum: - '0' - '1' - '6' - '5' - '8' - '2' - '3' - '' - '4' - '7' - '9' KYFPRSNT: type: string maxLength: 1 description: 'Display (of a key figure) enumValues: 1=in 10,3=in 1,000,5=in 100,000,0=in 1,6=in 1,000,000,8=in 100,000,000,""=Not defined,2=in 100,4=in 10,000,7=in 10,000,000,9=in 1,000,000,000' enum: - '1' - '3' - '5' - '0' - '6' - '8' - '' - '2' - '4' - '7' - '9' KYFNAV: type: string maxLength: 1 description: 'Navigation indicator for key figures enumValues: 1=Must be selected,2=Not allowed,""=Not assigned,0=Permitted without restrictions' enum: - '1' - '2' - '' - '0' UNINM: type: string maxLength: 30 description: Unit InfoObject (currency/unit) CHKTAB: type: string maxLength: 30 description: View of master data tables DKFTP: type: string maxLength: 1 description: 'Derived key figure type enumValues: R=Restricted key figure,C=Calculated key figure' enum: - R - C UNITP: type: string maxLength: 3 description: 'Unit type enumValues: UNI=Units of measure,CUR=Currency' enum: - UNI - CUR PROTECFL: type: string maxLength: 1 description: 'Checkbox enumValues: ""=No,X=Yes' enum: - '' - X CONTTIMESTMP: type: integer format: int64 description: 'Content time stamp: Last modification to the object by SAP' BWAPPL: type: string maxLength: 10 description: BW Application (Namespace) AUTHRELFL: type: string maxLength: 1 description: 'Characteristic is relevant for authorization check enumValues: ""=No,X=Yes' enum: - '' - X BDSFL: type: string maxLength: 1 description: 'Characteristic is allowed as attribute of documents enumValues: ""=No,X=Yes' enum: - '' - X ODSFL: type: string maxLength: 1 description: 'InfoObject is an ODS InfoObject (Flag) enumValues: ""=No,X=Yes' enum: - '' - X DEFMEMBER: type: string maxLength: 60 description: Default characteristic value TXTDEF: type: string maxLength: 1 description: 'Business Explorer Description enumValues: 1=Long description,""=Short description' enum: - '1' - '' GISTP: type: integer format: int64 description: 'Geographical type for a characteristic enumValues: 1=Static geo-characteristic,0=No geo-characteristic,2=Dynamic geo-characteristic,4=Static geo-characteristic with geo-attributes,3=Dynamic geo-characteristic with values from attribute' enum: - '1' - '0' - '2' - '4' - '3' GISATTRINM: type: string maxLength: 30 description: Geographical attribute APPLNM: type: string maxLength: 30 description: Application Component TXTTIMFL: type: string maxLength: 1 description: 'Texts are time-dep. enumValues: ""=Undefined,0=No,1=Yes' enum: - '' - '0' - '1' TXTTABFL: type: string maxLength: 1 description: 'Text Table Exists enumValues: ""=Undefined,0=No,1=Yes' enum: - '' - '0' - '1' IOBJROUT: type: string maxLength: 25 description: Global transfer routine for InfoObjects NUMBRANR: type: string maxLength: 7 description: Number of the number range object of a characteristic CNVSTATE: type: string maxLength: 1 description: Conversion Status (Use in BAPIs) SIDCONVERT: type: string maxLength: 1 description: 'Conversion type for SID enumValues: T=Conversion using table,V=MID same as characteristic value,E=Conversion into a form with names SID_EXIT_iobjnm' enum: - T - V - E SIDMONFL: type: string maxLength: 1 description: 'Flag indicating whether SID retains the order enumValues: X=True,""=False' enum: - X - '' OUTPUTLEN: type: integer format: int64 description: Output Length IOBJSIZCAT: type: string maxLength: 2 description: 'BW: Size category for InfoObject tables (master data/hier.) enumValues: 4=Tables > 160 MB,14=Value cannot be maintained manually (Early Watch value),0=Tables < 500K,1=Tables < 1.5 MB,2=Tables < 6.5 MB,3=Tables < 25 MB' enum: - '4' - '14' - '0' - '1' - '2' - '3' IOBJDATCLS: type: string maxLength: 5 description: 'BW: Data class for InfoObject tables(master data/ hierarch.)' CHNTAB: type: string maxLength: 30 description: Master data table (time-independent) CHTTAB: type: string maxLength: 30 description: Master data table (time-dependent) TXTTAB: type: string maxLength: 30 description: Text table (of a character.) HIETAB: type: string maxLength: 30 description: Hierarchy table (of a characteristic) HINTAB: type: string maxLength: 30 description: Hierarchy interval table (of a characteristic) F4QUERYEXEC: type: string maxLength: 1 description: 'Selection of Filter Values for Query Execution enumValues: Q=Only Posted Values for Navigation,M=Values in Master Data Table,D=Only Values in InfoProvider' enum: - Q - M - D MASTAUTHFL: type: string maxLength: 1 description: 'Maintenance of master data is relevant for authorization enumValues: ""=No,X=Yes' enum: - '' - X INFOAREA: type: string maxLength: 30 description: InfoArea EXPDSOURCEFL: type: string maxLength: 1 description: 'The characteristic is used as export data source enumValues: ""=No,X=Yes' enum: - '' - X HIESIGNCH: type: string maxLength: 1 description: 'Reverse Sign for Hierarchy Nodes enumValues: X=Reverse of Sign Possible for Hierarchy Nodes,""=No Reverse of Sign for Hierarchy Nodes' enum: - X - '' CHECKODS: type: string maxLength: 30 description: DataStore Object for Checking Characteristic Values PACKFL: type: string maxLength: 1 description: 'Key Figure is Edited with Maximum Precision enumValues: ""=No,X=Yes' enum: - '' - X AUTHFIELD: type: string maxLength: 10 description: Authorization Field for Reporting Authorizations LENG: type: integer format: int64 description: Length (No. of Characters) DECIMALS: type: integer format: int64 description: Number of Decimal Places PRIVATEFL: type: string maxLength: 1 description: 'InfoObject is Private enumValues: ""=No,X=Yes' enum: - '' - X CHATP: type: string maxLength: 3 description: 'Characteristc Type Based on Master Data Access enumValues: REM=Direct Access,GEN=Default,FIX=Own Implementation' enum: - REM - GEN - FIX MDRCLNM: type: string maxLength: 30 description: Name of Master Data Read Class MDRCLPA: type: string maxLength: 100 description: Parameters for Master Data Read Class TREXFL: type: string maxLength: 1 description: 'Characteristic Uses TREX Search enumValues: ""=No,X=Yes' enum: - '' - X HIETJOINFL: type: string maxLength: 1 description: 'Use Temporal Hierarchy Join enumValues: ""=No,X=Yes' enum: - '' - X 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 '400': description: Bad request. 5XX: description: Unexpected error.