SAP GUI Scripting - Reading GridView Control

preview_player
Показать описание
This example shows how to read a gridview ui control which is used all over transactions. The example here uses the lock entries from SM12.

All my GUI scripting files on Github (in case you cannot access the above link):
Рекомендации по теме
Комментарии
Автор

All videos in GUI scripting Playlist are professional, meaningful and really useful. All visitors can only be thankful for this knowledge shared only by good will.

bilianaklissurova
Автор

i'd like to thank you again. the whole playlist helped me a lot! please continue teaching about sap!! it's so complicated and yet you make it sound a lot easier... cheers!

amandafernandesramospasson
Автор

It is an awesome solution., I managed to extract all the information I need

RPApapq
Автор

Very good tutorial, i love how you used the watch window and the object browser to find the objects/properties/methods you needed to complete the task.

gamemenot
Автор

This video is old but it helped me a lot. Saved me my job. Thanks

jgalbino
Автор

Man, I was stuck in several development projects and this playlist set me free and took me to another level! THANK YOU, brother!!

ricardopiedade
Автор

Excellent video. I especially like the way you used the watch window to find properties, and then tested them right in the watch window, Bravo!

joem
Автор

Just found this excellent tutorial. Great job thanks a lot. Can't wait to see more videos !!

tavar
Автор

This is a gorgeous tutorial, thanks it will help me a lot!

davidgoes
Автор

Thanks this is very helpfull, please continue teaching about sap

slipvanei
Автор

Thank you so much... very useful videos...

luinuxify
Автор

can't thank you any more !very useful  !!  save me  a lot of time !! this is just what I need

witchertaylor
Автор

really excellent, thank you so much for this sharing.

spzouvj
Автор

Awesome works Varga!. Thank you so much for your teaching. I you can make another video about SAP GUI Scripting - Download attachments from Display Document (FB03)

muhamadsyarifurrohman
Автор

"Object doesn't admit this property or method", in line
For i = 0 To GridView.ColumnCount - 1
Cells(13, i + 1).Value =
Next i
Thanks for your videos

fcomosan
Автор

it's very good, I did some scrips for MM01 and FB01, THANKS.
You saved my life and my users too.
now I'm trying to select all fields of the table by script. is this possible?
Bye from Spain.

borofornes
Автор

Csongor, very good video> Thanks a lot ! I have done it for the Tcode ZTB but the macro doesnt download the report till the last row. Do you know why ?

fredsohou
Автор

Hello Sir. Very thankfull for teaching how to combine the SAP GUI Scripting & VBA. It is very helpfull, and I think I´ll speak for everyone wathcing your Videos. Much more I would appreciate helping me with some VBA Code and combining two of your(Tutorials) Codes into one. Extracting the Datas Using the "Referenze Number" (Video Tut #4) and Pasting into the Excel Sheet is the first Step and it Works like a charm.The next Step i have to use some of the extracted data as a search condition in another SAP TCode and take/copy the data from the Grid View (but not the whole line, only 2 fields) in an anotehr transactions. I would appreciate your time by helping me. Thanks in advance.

admirdutovic
Автор

I need to verify a grid to check if there is a variant created and then select it
How can I use your example to check the value in the grid?

dunhacoxinha
Автор

How do I get SAPFEWSELib in my object browser library? Without it, I can't use the objects/properties/methods such as ".GetColumnTitles" or ".ColumnOrder"

briarcarlisle