SAPRFC Installation - My Experience
Hi, I finally got SAPRFC working and I wanted to share my experience for anyone who might find it usefull, since it took me a lot of searching and reading. Software NeededWampserver - It can be the...
View ArticleMultiple Lines in ALV Grid Not Saving
Hello beautiful people! I have an editable ALV grid, and when i save multiple lines at once, on the LAST row of data is saved. LOOP AT tb_dirty. READ TABLE <fs_table> INTO...
View ArticleRe: Gui navigation - entering data through VBA
The answer to the above question is no. You cannot address a field that is not visible. :/ I have been playing with a variety of work-arounds to address the different screen resolution issue. This is...
View ArticleRe: Gui navigation - entering data through VBA
Hi RJ, until recently I did not know the property. You could use it to try though. for example:. . .if...
View ArticleInstalling SAPRFC
Hello, recently I started working on a PHP application that is going to extract data from SAP and searching the Web I found the SAPRFC extension. So my problem came when I tried to configure the...
View ArticleRe: Gui navigation - entering data through VBA
Thanks for the assist Script Man. You pointing out other properties lead me to the "visiblerowcount" property and this works as expected to check for the 5th row.... Dim OperationsRowCnt As Long...
View ArticleRe: Gui navigation - entering data through VBA
That was a nice idea, but because [3,4] is not on the screen it still produces 619 Control ID could not be found. It gave me an idea though..... Is there a simple way to do something like.... If...
View ArticleRe: Support on VB script for report
Thanks both of you for all the support, I have given the save as dialogue box along with my recorded VBS script, it is working as of now. RegardBaig
View ArticleRe: Gui navigation - entering data through VBA
Hello. That is the best option to go. When working from MS VBA another one could be to read screen resolution and change temporary to an available screen resolution which ensure, having same fields...
View ArticleVBS & Enjoy transactions
Hi Guys, I have a question regarding so called "enjoy transactions". Is there any way to automate this type of transactions using vbscript?In my case I'm trying to automate PO creation using ME21N(ME21...
View ArticleRe: VBS & Enjoy transactions
Hi Holger, Thanks for the helpful example.I modified it a little bit because it couldn't find the fields before check if they are changable.Below is modified...
View ArticleRe: VBS & Enjoy transactions
Hello. As far as I see the common screens from SAPLMEGUI can be used by ME21N, ME22N and ME23N. So they should be equal independence of called transaction. In ME23N this will not work as the fields are...
View ArticleRe: Need to read the contents of an ID using VBS
It is a text field & will be something like @5C@ download the grid & see what the text in that field is for the various traffic light colours & test for that.
View ArticleRe: Need to read the contents of an ID using VBS
Hello Pablo, you can use the property IconName of the GUILabel object. From the help: "If the object has been assigned an icon, then this property is the name of the icon, otherwise it is an empty...
View ArticleHow can I execute 6 sessions in parallel?
Hi I've been working on this for a couple of weeks. I've searched the internet (including scn.sap.com ), asked people and have come up empty.this site/discussion area has been a great help, but I...
View ArticleRe: Sap script- t-code AS02
Hello Script Man, Thank you...that was very helpfull answer !!! ..but I have got still few remarks....Let's concentrate first on question 1. I have adapted the script and it works fantastic - this...
View ArticleRe: T-code KSII script to post despite errors
Hi Scriptman,As always, you have been a big help and your suggestions worked! Thank you so much!
View ArticleRe: Opening SAP using macro
Hello Holger, I have made the following settings- User Settings Enable- Accessibility mode enabeld- classic design enabeld-Activate GUIXT did i forget something? Thanks!!!!!!!!!
View Article