Functionality You can use this method to transfer plan data from an external datasource to new General Ledger Accounting. You can also use the method toperform mass uploads of plan data. Plan data is transferred for eachledger> for a version>, acompany code>, a fiscal year, or for one or more periodsof a fiscal year. You can specify that additional criteria are applied.Notes Only amounts in the company code currency are transferred. If you useparallel local currencies for the company code in the correspondingledger, the method translates the amounts that were provided in thecompany code currency into the parallel local currencies. You can use the Business Add-In AdditionalValidation of Plan Data> to make customer-specific additional settingsfor this method.Parameters HEADERINFO DELTA TESTRUN FIELDLIST PERVALUE EXTENSIONIN RETURN Customer Enhancements The BAPI customer enhancement concept enables you to consider additionaldata that was not considered at the interface. The parameter EXTENSIONIN serves as a data container that is used totransfer the additional values during the import. In addition to the extension parameters at the interface, you can usethe Business Add-In (BAdI) AdditionalValidation of Plan Data> to check the additional data that istransferred to the method as well as to perform further processing ofthat data.Backflushes Messages are returned in parameter RETURN. For more information, see theparameter documentation. Description If you set this indicator, the plan data to be transferred is added tothe existing plan data in the database. In this way, the plan data to betransferred is applied as delta data. Value range
- The indicator is not set (" ")
The data to be transferred is applied as target values. Applying thedelta update logic, the method transfers the differences between theexisting plan data and the target values to the database.
- The indicator is set ("X")
The data to be transferred is applied as delta data. The method adds thedelta data to the existing plan data in the database.Default With the default setting, the indicator is not >set, which meansthat the plan data to be transferred is applied as target values. Themethod reads the existing plan data using the criteria specified in thestructures HEADERINFO>and FIELDLIST> andcompares the data with the target values from structurePERVALUE>. The method writes the differences between the existing plan data and theplan data to be transferred to the database.Description The parameter contains the header data to be transferred. The following fields must be filled:
- COMP_CODE (company code for which the plan data is transferred)
- LEDGER (ledger to which the plan data is transferred)
- COMP_CODE (fiscal year for which the plan data is transferred)
- PERIOD_FROM (first period of the fiscal year for which the plan data is
transferred)
|