Re: SSO authentication for SAP portal navigation webservice from sharepoint 2010
Hi,As you have configured SPnego and you are on windows IE with advance settings option enable integrated windows authentication ticked on. So as soon as you trigger the url of your portal it should...
View ArticleRe: CTS+ and user Guest in Windows Server
Hi Perez, Can you set the permission of SAPService<SID> user to access the directory \ \ CSPSADSOLMAN \ sapmnt \ trans \ data Please let me know the result. With RegardsAshutosh Chaturvedi
View ArticleRe: WCEM Web services
Hi Tarun,the Web Services as part of a standard delivery can already get tested as part of the Customer Validation Program.I'm not 100% sure if you still can register for this, but in principle this is...
View ArticleRe: Name in Delivery address tab of ME23N needs to be pulled to BW.
Hi, Use BAPI_PO_GETDETAIL1 with delivery address flag as "X" and PO number, you will get the address in parameter POADDRDELIVERY. You can test it from SE37. if you want to fetch the same using select...
View Articletext error to be used in ALRTCATDEF
Hi guys,Is there a container object in ALRTCATDEF that includes the <SAP:Stack> trace error from SXI_MONITOR ?
View ArticleRe: Depreciation on the basis of life of mine and unit of produciton
Hello Bernhard, Thanks for sharing the details some time back. I need some more clarification. My client does not the depreciation based on the units of production/remaining units of Prod for next 6...
View ArticleRe: Email notification?
This seems to be isolate and I wonder if your eMail provider is blocking eMails from noreply@sapnetworkmail.com Is there a way you can check this?
View ArticleRe: Finance Data source Query
Hi Venkat, Fiscal Year/Period (0FISCPER) is mapped to the Posting Date, and therefore the first InfoObject mapped in this sequence is 0FISCPER from the posting date and it will get the right...
View ArticleRe: Sum of Measure value for last 3/6/9/12/24/36 months
Hi, A small Suggestion here:If your source is Bex, why don't you ask the BW consultant to create the customer exit variables for deriving last 3/6/9/12/24/36 months info from their side.(by giving date...
View ArticleRe: Issue with bollean function in BEx
Hi Rachna,I assume that you are trying to display the stock value as it is if the ageing is '0' otherwise the stock value should be multiplied by 0.5. (ageing of years ==0) * stock value + (ageing of...
View ArticleRe: A string is required here
Hi Aditya, instr({?Lotnumber},"*")returns a number. You're trying to store a number in a string and that's why you get the error. Change the code to: local numbervar str :=instr({?Lotnumber},"*");local...
View ArticleRe: Issue with bollean function in BEx
Hi, What exactly are you trying to achieve please let us know. Aging of years contains what ? I assume you are trying to write condition like if stock value - (ageing of years ==0) then stock value...
View ArticleRe: History don't save after install patch level 5 SAPGUI 7.3 for windows.
Hello Roman. Follow the instructions in note below:http://service.sap.com/sap/support/notes/1176026 If the program output is "DB created", then the MDAC works fine for database creation. If the...
View ArticleRe: how to read masterdata attributes in End routine ?
Thanks..But how do i define wa_result_package ?
View ArticleRe: Showing percentages in pie chart
Hi Rama and Satyam, Here is the how to document http://scn.sap.com/docs/DOC-44712 Thanks,Murali
View ArticleRe: A string is required here
Hi Thnkx for the reply local numbervar str2=instr({?Lotnumber},"*");local numbervar str1:=instr({?Condition},"*");local numbervar str3:=str2+str1;if(str3=0 and {@List of Analysts}="VN MICROBIOLOGY")...
View ArticleRe: A string is required here
Hi Thnkx for the reply local numbervar str2=instr({?Lotnumber},"*");local numbervar str1:=instr({?Condition},"*");local numbervar str3:=str2+str1;if(str3=0 and {@List of Analysts}="VN MICROBIOLOGY")...
View ArticleRe: BO WEBI 4.0 Certification material required
hi have you find a Classroom for a certification. have you passed this certif... because i am verry interested. RegardsAbdel
View ArticleRe: Please Advise me >180day and 91 to 180 days formules
Hi, Check out the standard query mentioned in below sap help document. http://help.sap.com/saphelp_nw70/helpdata/en/ac/b2ae397f768c3ce10000000a11402f/content.htm Hope this helps. Regards,AL
View Article