Re: Abap alpha comparison
By the way, in ABAP 7.40 you will be able to read it directly. Keep one eye on horst.keller's blog for more information.Horst Keller wrote: I love these questions hitting the mark. No, you didn't miss...
View ArticleRe: Lumira Cloud - what am I missing?
Hi Andrew, Same as Tammy, I am able to create a dataset successfully as well by using the xlsx you shared. I tried both Chrome and IE9. They work well. Regards,Jay
View ArticleRe: Points not appearing?
Hi experts... Can you check some one rated my documents and liked ... but points not reflected.. One more suggestion we are not able identified that which document is rated and who in the history page...
View ArticleRe: YTD Sales Figures
Hi Caroline Stewart Try This SELECT T0.CardCode, T0.CardName, T3.SlpName, Sum(IsNull(T2.LineTotal,0)) 'YTD Total'FROM OCRD T0Left JOIN OINV T1 ON T0.CardCode = T1.CardCode Left JOIN INV1 T2 ON...
View ArticleRe: Hello!
Hi Raul Ponce Meneses No, SQL 2012 is not supported by official documents upto SAP 9.. You can check the admin guide of SAP 9 RegardsKennedy
View ArticleWdeployGUI Error: service name BOEXI40Tomcat is not correct. (DEP00136)
Using WdeployGUI on a pretty "Vanilla" configuration... Windows 2008 running default Tomcat 6.0.24, but it is failing... This is what shows-up in the Deployment Log... C:\Program Files (x86)\SAP...
View ArticleRe: jquery not identifying the WEC element ids
HI Suhaas, this won't work as ":" is a used as selector e.g. <element>:hidden. This is the case for all selector characters (., >, +, ~, #, :, etc) You must escape the colon using "\3A"...
View ArticleRe: Korean characters printed as "##" when downloading DME file from FDTA
Hi, Install Korean fonts in your presentation server OS (Which is windows i guess) Just search Korean Fonts file for windows and download the file the file will have.ttf extension put that in...
View ArticleRe: Adding a link in SAPGUI for reset password
Hi David, Have a look at these threads: message on SAP login screen | SCNSAP logon screen, SE61, ZLOGIN_SCREEN_INFOSAP Note 205487 - Own text on SAPGui logon screen failed Cheers,Custodio
View ArticleRe: Print option disabled Trx. ME9F
Dear Ana, Please kindly explain more what do you mean you printer does not print in PDF and do youconfigure your output type to print in PDF Form ? Also what is your current support package? SAP print...
View ArticleQuery on Action Profile for Status Change.
Dear All,The requirement is once a particular subsequent document gets generated and saved the status of the previous document should get changed to a particular status. For Ex. if a sales order is...
View ArticleHow to set values to MBO fields
Hi all, I have a requirement, i want to set the values to the attributes of the MBO. I have a MBO with 2 input fields. In the WF screen i have only one button.When the user click on the...
View ArticleRe: Need help finding "Usage Type HR" in MOPZ
Good DayWhat is the Label the SUM is asking for ? CheersRB
View ArticleRe: p2p purchase requisition
hello!thank you so much for your answer, i really appreciate it! i think i couldnt really explain what i need to do so, especially because i study in german so translating the terms is a bit...
View ArticleRe: STO Outbound delivery creation
Hi All,Thanks for the inputs. My requirement is to enforce the rounding values in Outbound Delivery creation for Stock Transport Order(neither the sales order nor the Stock transport order creation).
View ArticleRe: Problem with SAP PI and a SP with CLOB as a Parameter In
Hi Leonardo, Go through the below links and make sure that, you have followed all the steps /people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures Also Try this...
View ArticleRe: Hu error message while cancelling delivery document-urgent
Hi Naren, Can you be more precise with your answer, no variant is used Regardssunil
View ArticleRe: ERP 6.0 EHP6 for MOPZ
HelloCheck whether processes for SUM tool are running at the OS level.If yes then the problem could be with the connection from the local machine to the host where SUM is running.You probably need to...
View ArticleRe: Subcontracting components with and without special stock
Any one have any different idea..or i will check out for some enhancement point in the program
View ArticleRe: Automatically pick a value when other value is entered in a standard tcode
Hi Purnand, You are coding at the right place....I have implemented a sample solution in my system whose screenshots are - > and Please note to remove sy-uname check from your program. Ask if...
View Article