2019 Nov 04 5:46 AM
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.
2019 Nov 04 7:54 AM
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?
2019 Nov 04 9:05 AM
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.
2019 Nov 04 9:08 AM
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.