Re: SAPConsole 7.3.1 Logon Screen
It must be looking for a different username and password than the one I am currently logged in with. I cannot get to either of these links. Keeps asking me for username and...
View ArticleRe: SAPConsole 7.3.1 Logon Screen
You will need a customer or partner logon ID for this (i.e., an "S-user"). If your SCN ID isn't tied to an S-user account, it won't work for this.
View ArticleRe: Convert alv output to excel
Hello Singanamala,This query is opened in FES-GUI,but does not belong there.Please note that Function Module ALV_XXL_CALL is not released for customer use,therefore, no support can be given from SAP...
View ArticlePersonas - webRFC - Special characters
Hey, Anyone got experience how to handle a situation where using special characters like "ÆØÅøæåÜÖ" when using a webRFC call from Personas. If the JSON string returned from the webRFC having 1 or more...
View ArticleRe: Convert alv output to excel
Hi,Thank you for your answer.I got the output in SOST transaction. But I need to send that excel file to other emails with out going to other transactions.Please help me in this.Thankk you.
View ArticleRe: Convert alv output to excel
Singanamala Geetha, after fm 'SO_DOCUMENT_SEND_API1' write this command SUBMIT rsconn01 WITH mode = 'INT' WITH output = 'X' AND RETURN. so that email goes out to the recepient from SAP system.
View ArticleRe: SAP GUI 7.40
In that case, please mark your answer as solved,as the solution provided is a valid one. Jude
View ArticleRe: SAP GUI Interactive graphics not running for Mac OS X 10.10.1
Hello Sto,Can you upload an image file to describe what is happening?Assuming you are using SAP GUI for Java, may I have the version and patch information? Best regards,Yuki
View ArticleRe: SAPGUI 7.30 Patchlevel 8 cl_gui_html_viewer Problem
Hi Jude,as far as you know, was a official message raised for this issue?I have a similar problem with sapgui 740 and internet explorer 11, but unfortunately I'm not able to find an official note about...
View ArticleRe: New GUI 7.40 SAP printout problem
Hi Julian, I just changed the Host Access Method from F to G in SPAD.After changed to G there is no issue. Regards,Nivas.
View ArticleSTRING FUNCTIONS in SCREEN PERSONAS
Hi, I have a requirement where I need to get the EQUIPMENT Number from a long string found in SAP. Please view ATTACHMENT. This is my Input string from Tcode IA02.Input: Equipment 149054...
View ArticleRe: STRING FUNCTIONS in SCREEN PERSONAS
You will need to use a JavaScript action for this. How you parse it in JS will depend on the structure, but you can certainly do it with JS string functions. You will probably want to use indexOf and...
View ArticleRe: STRING FUNCTIONS in SCREEN PERSONAS
Hi Startlet,As Steve suggested, you can use javascript for this.Check the below example code and you can combine what you want: 1. Find out the first occurrences of numbers in a string: var r =...
View ArticleRe: SAP GUI Interactive graphics not running for Mac OS X 10.10.1
Hi Yuki, So here is what I have:-> java sdk 8 installed-> SAPGUI 7.30rev9 Have a look at the screenshot. Where it the mouse hovers and says 'Interactive Graphics'. When I try this nothing...
View ArticleRe: STRING FUNCTIONS in SCREEN PERSONAS
Hi Sushant, This is my code in the script button: STEP1: COPY_VALUE from textbox and assign to "input". STEP2: Calculate in JavaScript: var r = /\d+/; var args.output = input.match(r); STEP3:...
View ArticleRe: Convert alv output to excel
Hi, I tried that one but i did not get. Shall I need to do any settings for this one? If yes please let me know about that.Thanks and Regards,S.Geetha.
View ArticleRe: Convert alv output to excel
you have give to configure email server ip address in sap system so that it uses email server and sends it.
View ArticleRe: SAPGUI 7.30 Patchlevel 8 cl_gui_html_viewer Problem
Hi Jude,thanks for your reply.Currently we're using 7.40 with patch level 1, that should be the latest version.Am I wrong?ThanksJuri
View Article