‎2007 Jul 21 4:52 AM
‎2007 Jul 21 6:22 AM
Hi
YES, You can use BAPI for both purposes
can be used to upload data like BAPI_PO_CREATE (data conversion)
and can be used as interface between SAP and other NON-SAP systems.
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 21 6:22 AM
Hi
YES, You can use BAPI for both purposes
can be used to upload data like BAPI_PO_CREATE (data conversion)
and can be used as interface between SAP and other NON-SAP systems.
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 21 6:25 AM
‎2007 Jul 21 6:28 AM
Yes, you can use BAPI for both purposes,
You can use two function modules for this conversion. The function module BAPI_CURRENCY_CONV_TO_EXTERNAL converts currency amounts from SAP internal data formats into external data formats. The function module BAPI_CURRENCY_CONV_TO_INTERNAL converts currency amounts from SAP external data formats into internal data formats.
BAPIs for Converting Between Internal and External Data Formats (Domain Conversion)
BAPIs are programming interfaces in which, with a few exceptions, only the internal data format should be used. However, application programmers calling a BAPI from within their program may sometimes require the external format, for example, to display data on the screen. In such cases the calling program must be able to convert between the internal and external data formats.
Regards,
Pavan