Fonction SAP BAPI_TE_CALP_IN_2_EXTENSIONIN - Convert Table BAPI_TE_CALP_IN to Table EXTENSIONIN

Paramètre Reférence Long. Facultatif Description
PE_T_EXTENSIONIN BAPIPAREX 990 Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
PI_T_BAPI_TE_CALP_IN BAPI_TE_CALP_IN 36 BAPI Interface for Customer Enhancements to Structure CALP
PI_T_BAPI_TE_CALP_INX BAPI_TE_CALP_INX 36 BAPI Interface for Customer Enhancements to Structure CALP

Functionality
This module is closely related to module BAPI_RPC_CALCULATE_PRICES, theBAPI for calculating sales prices. Read the documentation carefully onthe above-mentioned BAPI first.
Using import table EXTENSIONIN of module BAPI_RPC_CALCULATE_PRICES, youcan transfer additional customer-defined data to the BAPI. The datafields required for this must be included in structure BAPI_TE_CALP_INand BAPI_TE_CALP_INX. Only fields in structure CALP are supported instructure BAPI_TE_CALP_IN and only fields in structure CALP_INX aresupported in structure BAPI_TE_CALP_INX.
The interface documentation of the BAdI explains how to fill tableEXTENSIONIN. However, this table can be filled more easily using themodule available.
Import table PI_T_BAPI_TE_CALP_IN from the module here takes account ofcustomer-specific data in structure BAPI_TE_CALP_IN and import tablePI_T_BAPI_TE_CALP_INX takes account of data in structureBAPI_TE_CALP_INX.
Export table PE_T_EXTENSIONIN contains the converted data in the formatin which it is required by the interface of the BAPI,BAPI_RPC_CALCULATE_PRICES.

Description
Export table PE_T_EXTENSIONIN contains the converted data in the formatin which it is required by interface EXTENSIONIN of BAPIBAPI_RPC_CALCULATE_PRICES.

Description
With this (mandatory) import table, PI_T_BAPI_TE_CALP_IN, customer-
defined data is transferred from structure BAPI_TE_CALP_IN to themodule.
As described in the funciton module documentation, the customer mustenhance structure BAPI_TE_CALP_IN to include the additional fieldsrequired.

Description
With this (mandatory) import table, PI_T_BAPI_TE_CALP_INX,customer-defined data is transferred from structure BAPI_TE_CALP_INX tothe module.
As already described in the function module documentation, the customerhas to enhance structure BAPI_TE_CALP_INX to include the additionalfields required.