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: 

FM 'FKK_AMOUNT_CHECK_AND_CONVERT' is not triggering Workflow Mail.

0 Kudos

Hi All,

I am using the FM 'FKK_AMOUNT_CHECK_AND_CONVERT' for converting the currency, when i am trying the FM in report program i am getting the desired output. But when used inside the method of a class for triggering the Workflow mail. The FM is not allowing the Workflow Mail to trigger, when removing the FM and tried to trigger the Workflow it is working fine.

I need help with this FM, or if any other FM which has to have the import and export Parameters of type CHAR.

3 REPLIES 3

former_member1716
Active Contributor
0 Kudos

Sudhan Selvaraj,

I hope the FM and Workflow are two independent objects in your development. Can you explain the FM results in detail in the two scenario?

0 Kudos

Yes, those are two independent objects. The Class Method was already available and the workflow was triggering perfectly, my scenario was to add the CURRENCY separator wherever amount is displayed. So used the Above mentioned FM to convert and why i have used this particular FM is because the already the Total amount field is in the format of CHAR and another thing is that i am using CHAR type because i need to concatenate that total field with other CHAR type variable.

0 Kudos

And the FM which i have used is a standard FM which was already available for currency separator and IMPORT and EXPORT type CHAR, that was the reason why i have used this FM.