Hi,Is there a Function module to sort amounts and quantities respecting different currencies (or Units) in an Internal table. I have an internal table where one field is the amount numeral value and another field is the currency. I need to sort the e...
Hi,I have a scenario where i want to send a notification when an invoice is created for a sales order. I checked the Change Document but i could not find an event when creating an invoice from a sales order.Is there a way I can get an event and can c...
Yes but that wont solve my problem. imagine i have the below entries10 INR2 EUR15 INR150 INR1 EURby sorting with two fields i get 1 EUR2 EUR10 INR15 INR150 INRBut if i see the value of each amount its not sorted in the rig...
Hi Andrea,Thanks for your response. My question is how do we get a trigger when this change happen. I tried looking at SWEL and ChnageDoc, both places i didn't get any event/entry.Regards,Venu
Hi Pratik,Email action always work with the email IDs not with user IDs, so you need to pass a table of Email IDs.You can have a table as the recipient and the entries(email ids) can be provided in the runtime. These IDs may come from a nested expres...