openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /idoc/BUPA_FS_REMOVEFISCYEAR201/BUPA_FS_REMOVEFISCYEAR2: post: summary: Delete Fiscal Year Information operationId: /idoc/BUPA_FS_REMOVEFISCYEAR201/BUPA_FS_REMOVEFISCYEAR2 requestBody: content: application/json: schema: type: object properties: EDI_DC40: properties: TABNAM: type: string maxLength: 10 description: Name of Table Structure MANDT: type: string maxLength: 3 description: Client DOCNUM: type: string maxLength: 16 description: IDoc number DOCREL: type: string maxLength: 4 description: SAP Release for IDoc STATUS: type: string maxLength: 2 description: Status of IDoc DIRECT: type: string maxLength: 1 description: 'Direction enumValues: 1=Outbound, 2=Inbound' enum: - '1' - '2' OUTMOD: type: string maxLength: 1 description: 'Output mode enumValues: 1=Transfer IDoc immediately and start external subsystem, 2=Transfer IDoc immediately, 3=Collect IDocs, transfer and start external subsystem, 4=Collect IDocs and transfer' enum: - '1' - '2' - '3' - '4' EXPRSS: type: string maxLength: 1 description: 'Overriding in inbound processing enumValues: ""=No overriding, X=Overriding' enum: - '' - X TEST: type: string maxLength: 1 description: 'Test flag enumValues: ""=IDoc contains a productive message, X=IDoc contains a test message' enum: - '' - X IDOCTYP: type: string maxLength: 30 description: Name of basic type CIMTYP: type: string maxLength: 30 description: Extension (defined by customer) MESTYP: type: string maxLength: 30 description: Message type MESCOD: type: string maxLength: 3 description: Message code MESFCT: type: string maxLength: 3 description: Message Function STD: type: string maxLength: 1 description: EDI standard, flag STDVRS: type: string maxLength: 6 description: EDI standard, version and release STDMES: type: string maxLength: 6 description: EDI message type SNDPOR: type: string maxLength: 10 description: Sender port (SAP System, external subsystem) SNDPRT: type: string maxLength: 2 description: Partner type of sender SNDPFC: type: string maxLength: 2 description: Partner Function of Sender SNDPRN: type: string maxLength: 10 description: Partner Number of Sender SNDSAD: type: string maxLength: 21 description: Sender address (SADR) SNDLAD: type: string maxLength: 70 description: Logical address of sender RCVPOR: type: string maxLength: 10 description: Receiver port RCVPRT: type: string maxLength: 2 description: Partner Type of Receiver RCVPFC: type: string maxLength: 2 description: Partner function of recipient RCVPRN: type: string maxLength: 10 description: Partner Number of Receiver RCVSAD: type: string maxLength: 21 description: Recipient address (SADR) RCVLAD: type: string maxLength: 70 description: Logical address of recipient CREDAT: type: string format: date maxLength: 8 description: Created on CRETIM: type: string maxLength: 6 description: Created at REFINT: type: string maxLength: 14 description: Transmission file (EDI Interchange) REFGRP: type: string maxLength: 14 description: Message group (EDI Message Group) REFMES: type: string maxLength: 14 description: Message (EDI Message) ARCKEY: type: string maxLength: 70 description: Key for external message archive SERIAL: type: string maxLength: 20 description: Serialization E1BUPA_FS_REMOVEFISCYEAR2: type: array items: properties: BUSINESSPARTNER: type: string maxLength: 10 description: Business Partner Number TESTRUN: type: string maxLength: 1 description: 'Switch to Simulation Session for Write BAPIs: ""=Not set,X=Set' enum: - '' - X E1BP_STR_BUPA_FS_FISCYEAR2: type: array items: properties: FISCAL_YR: type: string maxLength: 4 description: Fiscal Year CURRENCY: type: string maxLength: 5 description: Balance Sheet Currency ISO_CODE: type: string maxLength: 3 description: ISO currency code DT_ST_MTG: type: string format: date maxLength: 8 description: Date of Annual Stockholders Meeting FY_START: type: string format: date maxLength: 8 description: Fiscal Year Start Date FY_END: type: string format: date maxLength: 8 description: Fiscal Year End Date CLOSING: type: string maxLength: 1 description: 'Year-End Closing: X=Yes,""=No' enum: - X - '' DT_CLOSING: type: string format: date maxLength: 8 description: Year-End Closing Date for Fiscal Year CONS_ACCTS: type: string format: date maxLength: 8 description: Date of Consolidated Financial Statements of Group Company CAP_STOCK: type: number maxLength: 31 description: Authorized Capital Stock STOCK_CAP: type: number maxLength: 31 description: Issued Stock Capital PART_CERTS: type: number maxLength: 31 description: Participation Certificates Outstanding EQUITYCAP: type: number maxLength: 31 description: Equity Capital GR_CONTRIB: type: number maxLength: 31 description: Gross Contribution NET_CONTR: type: number maxLength: 31 description: Net Contribution SALES: type: number maxLength: 31 description: Annual Sales SURPLUS: type: number maxLength: 31 description: Annual Net Income DIVIDEND: type: number maxLength: 31 description: Dividend/Profit Distribution Amount DEBT_RATIO: type: number maxLength: 9 description: Debt ratio PROFIT: type: number maxLength: 31 description: Profit Reported by Organization BS_TOTAL: type: number maxLength: 31 description: Balance Sheet Total CAP_RES: type: number maxLength: 31 description: Capital Reserve RETEARNST: type: number maxLength: 31 description: Legal Revenue Reserves RETEARNOS: type: number maxLength: 31 description: Revenue Reserves for Own Stock RETEARNART: type: number maxLength: 31 description: Statutory Revenue Reserve RETEARNOTH: type: number maxLength: 31 description: Other Revenue Reserves P_L_FORWRD: type: number maxLength: 31 description: Profit/Loss Carried Forward SUB_LIAB: type: number maxLength: 31 description: Subordinated Liabilities TOTCAPRETN: type: number maxLength: 7 description: Return on Total Capital Employed DEBT_CL: type: number maxLength: 7 description: Debt Clearance Period FIN_COEFF: type: number maxLength: 7 description: Financing Coefficient EQUIT_RAT: type: number maxLength: 7 description: Equity Ratio STAFF_COUNT: type: string maxLength: 7 description: Number of Employees required: - E1BUPA_FS_REMOVEFISCYEAR2 responses: '200': description: OK content: application/json: schema: type: object properties: TID: type: string description: tid '400': description: Bad request. 5XX: description: Unexpected error.