Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Hi

CHAR_FLTP_CONVERSION

CONVERSION_EXIT_CUNIT_OUTPUT

BAPI_TRANSACTION_COMMIT

BAPI_PROCESS_MESSAGE_CREATEMLT and finallly

BAPI_PRODORDCONF_CREATE_TT In this one is the production order being confirmed partially or fully and can we add some logic to make it do conversion in the unit of measure we want?

rgrds

shazia

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hii shazia

CHAR_FLTP_CONVERSION This converts character to floationg point and it checks whether the STRING parameter (format CHAR) can be interpreted as a floating point number. If not, an error message (exception STRING_NOT_FLTP) is output, avoiding an ABAP runtime error. If the check is successful the floating point number is put in the paramter FLSTR (format FLTP).

CONVERSION_EXIT_CUNIT_OUTPUT This is conversion exit for commercial (3-char) measurement unit OUTPUT and the function module determines the language-dependent business measurement unit (3-character external measurement unit) and its short and long text, for an internal measurement unit.

BAPI_TRANSACTION_COMMIT This will do external COMMIT when using BAPI's.This method executes a COMMIT WORK command. It is required for transactions developed externally to the R/3 System that change data in the R/3 System via BAPI calls.

BAPI_PROCESS_MESSAGE_CREATEMLT This create process messages and Using this method, you create one or several process messages in the R/3 System.

You can, for example, use the method to transfer process messages from a process control system to process management in the R/3 System. These messages are processed in exactly the same way as manually created process messages or messages from R/3 PI sheets.

BAPI_PRODORDCONF_CREATE_TT This will enter time ticker confirmation and you use this method to enter Confirmation time ticketsfor operations in production orders. You can also transfer good movements, that are posted together with a confirmation. If no goods movements have been entered for a confirmation, they are determined using the standard logic for backflushing and automatic goods receipt for confirmations.

Regards

Hitesh

1 REPLY 1

Former Member
0 Kudos

Hii shazia

CHAR_FLTP_CONVERSION This converts character to floationg point and it checks whether the STRING parameter (format CHAR) can be interpreted as a floating point number. If not, an error message (exception STRING_NOT_FLTP) is output, avoiding an ABAP runtime error. If the check is successful the floating point number is put in the paramter FLSTR (format FLTP).

CONVERSION_EXIT_CUNIT_OUTPUT This is conversion exit for commercial (3-char) measurement unit OUTPUT and the function module determines the language-dependent business measurement unit (3-character external measurement unit) and its short and long text, for an internal measurement unit.

BAPI_TRANSACTION_COMMIT This will do external COMMIT when using BAPI's.This method executes a COMMIT WORK command. It is required for transactions developed externally to the R/3 System that change data in the R/3 System via BAPI calls.

BAPI_PROCESS_MESSAGE_CREATEMLT This create process messages and Using this method, you create one or several process messages in the R/3 System.

You can, for example, use the method to transfer process messages from a process control system to process management in the R/3 System. These messages are processed in exactly the same way as manually created process messages or messages from R/3 PI sheets.

BAPI_PRODORDCONF_CREATE_TT This will enter time ticker confirmation and you use this method to enter Confirmation time ticketsfor operations in production orders. You can also transfer good movements, that are posted together with a confirmation. If no goods movements have been entered for a confirmation, they are determined using the standard logic for backflushing and automatic goods receipt for confirmations.

Regards

Hitesh