Re: Setting 'High Importance' of workflow email step
Good to hear. Sendmail is just for the most basic of options. For anything fancier you need that function module.
View ArticleRe: Discount % with FMS doesn't give accurate result
Hi Maria ... Try with rounding Declare @x as numeric(19,6)Set @x = round(convert(float, ($[$38.U_DiscAmount.number])) / ($[$38.14.number])Select cast(@x as float) *100,4) I have set for 4 decimals......
View ArticleRe: Discount % with FMS doesn't give accurate result
Hi Maria Santa Ana, Currency setup rounding will also affect the decimal places. Check with currency setup rounding under Admin->Setup->General->Financial -> Currency. Thanks &...
View ArticleRe: Discount % with FMS doesn't give accurate result
The discount amount UDF is type as Unit and Totals and Amount as structure. Is it correct? Thanks
View ArticleRe: Report to get workflow approvers
Hello, Ideally you should not be accessing the tables directly as your program could stop working at the next release. You should use SAP_WAPI* functions instead; in this case:...
View ArticleRe: Discount % with FMS doesn't give accurate result
Yes correct... Try this query small changes Declare @x as numeric(19,6)Set @x = convert(float, ($[$38.U_DiscAmount.number])) / ($[$38.14.number])Select round(cast(@x as float) *100,4) or Declare @x...
View ArticleChooseFromList - ItemCode And ItemName
Hi people! I need a Help!!! I'm constructing a AddOn, and my AddOn have a ChooseFromList on a grid. The col_0 have the ChooseFromList to select the ItemCode (Object Type 4). I need to when i select...
View ArticleRe: Discount % with FMS doesn't give accurate result
I am having a runtime error with the above query. By the way, if I increase my decimal for currencies to 4 will that affect how the amounts in my marketing document will be displayed?
View ArticleRe: Discount % with FMS doesn't give accurate result
Yes it will reflect all the marketing document you should not increase.. Once you increase you cannot able to decrease the decimals points What is the error RgdsKennedy
View ArticleRe: Fund Center Design
Hello Minghong Ji, if an organization has update profile 350, this "payment budget update"; is it automatic? I read in help: You cannot change the invoice from status "Invoice" to status "Payment"...
View ArticleRe: CIN Serial No show as 0 after post RG23A Part II using J1IEX
Hi did you also applied Note 1574629 after applying Note 1510426? Or the problem solved right away after applying Note 1510426.
View ArticleRe: Bartender for Smartform
Hi WM, I haven't worked on such requirement, found below links. Might be of some help to you....
View ArticleRe: [SAPscript] Mail sent tio wrong receiver
Hi, It looks like an issue of variable/structure clearing. Some variable/structure is not getting cleared before the new email id is inserted. Regards,Ravi
View ArticleRe: Organisation Views not popping up.
Hi Ramakrishna, While creating the entities , the list of organizations that come up are from the default view only.In case you want to have the organizations from the Standard hierarchy, then you can...
View ArticleRe: Conditionally suppress tags in PI
Hi Latha, You can store the vendor numbers for which you want to suppress the description in Value mapping or Fix value table like below:Source/target agency names to be given as per project naming...
View ArticleRe: SPROXY error
You might want to check these links http://scn.sap.com//people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies...
View ArticleRe: CRM Insider 2014 Topics
Hi , Just curious how to become a speaker at CRM insider forums ? ~Kavindra
View ArticleRe: Error while refreshing #NODATA
Hi Rajesh, If data is there in the backend and also you have confirmed that the function is correctly used. Have the following query:1. Does the EPMRetrieveData function contains all the dimension?...
View ArticleRe: Repository/archive/table where the documents are stored
Hello Deepak, In our case attachments are physically saved in content table SOFFCONT1, I want to check whether these attachments are available on content table or not. For eg:- from fb03 or...
View ArticleRe: How to delete Material variant assignment to configurable material
Hello Rami Please refer tohttp://scn.sap.com/thread/654445http://www.sapfans.com/forums/viewtopic.php?t=18582 Kind Regards.
View Article