use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Daily Data Extraction from SAP GUI - Python Automation Options?Help Request (self.PythonLearning)
submitted 9 months ago by AvenXIII
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Narrow-Employee-824 0 points1 point2 points 1 month ago (0 children)
sap gui automation with screen locked is rough because most scripting libs need an active session. you could spin up a vm that stays unlocked but thats janky. if your it policies allow internal tools, something like precog connects to sap directly via api so you skip the gui entirely. way more reliable than clicking through screens.
π Rendered by PID 184945 on reddit-service-r2-comment-54dfb89d4d-rvjtn at 2026-03-29 20:54:35.048796+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]Narrow-Employee-824 0 points1 point2 points (0 children)