SAP GUI Scripting - Introduction and Basics - Start to automate your SAP work

  Рет қаралды 12,004

Csongor Varga

Csongor Varga

Күн бұрын

If you are working in the SAP GUI, learning how to create script could save you time and be more productive in your everyday work. Automate re-occuring tasks, running reports, creating data. Just start the script recording and SAP will generate a script based on your navigation, data entry, move actions. Script is than executable in any computer, in any SAP instance.
This video discusses the basics of GUI script, what are the advantages, how it can be used.
SAP GUI Scripting Playlist: • SAP GUI Scripting and ...
If you like what I do here, you can support me with KZfaq Thanks, or Patreon:
/ csongorvarga
Chapters:
0:00 Intro
1:10 What is GUI scripting?
6:49 My videos
7:46 Helping you
10:01 What can it be used for?
13:24 Checking scripting access
15:23 Recoding a script
16:41 Play back a script
19:03 Understand the script
24:15 Enable scripting
29:09 Limitations
33:42 Outro

Пікірлер: 32
@georgebaker1137
@georgebaker1137 12 күн бұрын
You were my mentor :) thank you so much for your service you great man! And for your help :) you actually took the time back in 2021 to accommodate my questions
@csongorvarga
@csongorvarga 12 күн бұрын
@@georgebaker1137 You are welcome 😊
@MathieuFozipizip
@MathieuFozipizip 2 ай бұрын
Guy, very impressive ! Thanks a lot for that !
@luca75tubo
@luca75tubo 10 ай бұрын
Well done! Thanks for sharing this interesting content. I work with SAP on a daily basis and using scripts has revolutionized the way I work.
@sapscripting
@sapscripting 10 ай бұрын
Congratulations! You are a legend!
@csongorvarga
@csongorvarga 10 ай бұрын
Thanks man!
@Back1Ply
@Back1Ply 10 ай бұрын
The man the myth the legend, welcome back, missed your SAP videos.
@csongorvarga
@csongorvarga 10 ай бұрын
Thanks. Any proposals for new episodes?
@Back1Ply
@Back1Ply 10 ай бұрын
@@csongorvarga Code optimization, proper list selection, code modularity, DRY principal.
@csongorvarga
@csongorvarga 10 ай бұрын
@@Back1Ply ok, that was a bit much. Can you elaborate?
@mengyuxin
@mengyuxin 10 ай бұрын
Hi Csongor Varga, At the end of 2020, I implemented an SAP RPA project using SAP GUI Scripting, and at that time, I learned a lot from your videos, including VBA. I'm truly grateful for that. I hope your videos reach even more people. Vincent Meng.
@csongorvarga
@csongorvarga 10 ай бұрын
Thanks a lot! I am happy to hear about your success.
@mathijs9365
@mathijs9365 8 ай бұрын
Not many are familiar with GUI scripting. Even though they dont create themselves as takes a lot of time to learn. Good for us! SAP GUI doesnt work with long text. GUI scripting does work on Hana ERP. Not in Fiori apps. These are web based. The same reason VBA doesnt work when your office application is on cloud.
@csongorvarga
@csongorvarga 8 ай бұрын
I will try this under HANA, but all my clients are still using ECC 6.0 for the time being.
@mydreamcreations3612
@mydreamcreations3612 27 күн бұрын
Can u please make video on bulk creation of service notifications
@angelolim5313
@angelolim5313 10 ай бұрын
This is such a great video. I wish I could learn scripting by automating work order in SAP through excel data. Is it possible?
@csongorvarga
@csongorvarga 10 ай бұрын
I think so. I will do a few more basics videos.
@prabhus83
@prabhus83 10 ай бұрын
Hi.. Thank you for starting again, we have one question, script running only in my system I will share VBA macro sheet to others not working due to screen size..? How to use it globally on scrip, can you please help me.
@csongorvarga
@csongorvarga 10 ай бұрын
It should work. The script looks cor the fields/buttons on the GUI screen, not what is show in your monitor. If the field is off the monitor screen because if the different resolution, it will still work.
@javier.romera
@javier.romera 7 ай бұрын
The screen size does not affect ... except for the number of rows visible on a table control, grid or similar. If this is the case, probably your script should do "better" and have a way to move throw the table without depending on the size of the screen. For example if you try to write on line 10 of a table control and only 8 are visible, you will get an error unless you page down before. Usually the best way is to go one by one and ensuring the value you want is on the top row. It requires more logic to control it, but it is then fully independent of screen size.
@mrfabiocosta
@mrfabiocosta 10 ай бұрын
Hi, great videos, how do you make screenshots with VBA?
@csongorvarga
@csongorvarga 10 ай бұрын
I am on holiday now, can quote the exact code, but I have a screenshot video and that has the exact example.
@csongorvarga
@csongorvarga 10 ай бұрын
It is: keybd_event VK_SNAPSHOT, 1, 0, 0
@Kruse1
@Kruse1 4 ай бұрын
Damnit, I only playback. Recording is greyed out :(
@iamsrs
@iamsrs 2 ай бұрын
Is scripting possible in sap grc nwbc browser page? If yes, please share the video or document link.
@csongorvarga
@csongorvarga 2 ай бұрын
No, this is GUI scripting, only works in the GUI. BPS, NetWeaver portals, PCUI cannot be scripted.
@andresdavidrodriguezzamero2086
@andresdavidrodriguezzamero2086 3 ай бұрын
Hello Csongor!!! Have you been able to create a code for an Excel VBA macro that can do the save step as with the Windows pop-up window? I have to save an excel file only that way so that the data is not modified :/ many thanks
@csongorvarga
@csongorvarga 3 ай бұрын
No, for that I need some Windows/VBA guru. I found a few resources online, but never got anything working.
@olivergoldacker4819
@olivergoldacker4819 3 ай бұрын
Hello, I no longer export an Excel file, but I use the clipboard and paste it into the Excel sheet. This is much faster.
@andresdavidrodriguezzamero2086
@andresdavidrodriguezzamero2086 3 ай бұрын
@@olivergoldacker4819 Just as you say, it is faster but when you download it and make a series of filters with Macreo, the values ​​are modified, the only way they are not modified is with the Windows popup :(
@csongorvarga
@csongorvarga 3 ай бұрын
@@olivergoldacker4819 Thanks, I must try that. Does it also work if it is thousands of records.
SAP GUI Scripting 1 - Running scripts from Excel
47:34
Csongor Varga
Рет қаралды 437 М.
SAP GUI Scripting Tricks, Tips and Basics
27:51
Csongor Varga
Рет қаралды 165 М.
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 1,9 МЛН
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 17 МЛН
One moment can change your life ✨🔄
00:32
A4
Рет қаралды 8 МЛН
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 337 М.
Designing Billions of Circuits with Code
12:11
Asianometry
Рет қаралды 582 М.
Automate your job with Python
6:07
John Watson Rooney
Рет қаралды 379 М.
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 154 М.
SAP GUI Script Development Tool That Will BLOW YOUR MIND
8:15
Automate Data Extraction with SAP GUI Scripting & Excel Macro VBA [english]
14:20
7 Years of Software Engineering Advice in 18 Minutes
18:32
Зачем ЭТО электрику? #секрет #прибор #энерголикбез
0:56
Александр Мальков
Рет қаралды 326 М.
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 13 МЛН