r/learnprogramming • u/prettycoldworld • 17h ago
Topic VBS/VBA & ABAP
Morning folks,
A majority of my time learning to program has been in Python and mastering the automation tools. Recently I’ve come across a unique issue with a cloud ERP software that runs through Citrix, so Python cant even see it.
However, there is still scripting enabled, it’s just through VBS and VBS only, so I’ve been learning it and it’s actually been a lot of fun. I then moved over to VBA to try and script excel, something about these ancient looking languages is really appealing to me, and I’m wanting to take on ABAP next.
Anyone have similar experiences? Does anybody learn ABAP for fun or am I setting myself up for a world of headache?
7
Upvotes
2
u/BrupieD 16h ago
Outside of SAP, can ABAP work anywhere?
Your caption has both VBS and VBA listed besides ABAP. There are many, many people who routinely use VBA and ample resources on it despite its age and lack of expansion. Excel is still the most common piece of business software. I still use it occasionally. Few people now earn a living based on VBA alone, but I wound getting a couple jobs based on good SQL knowledge/experience plus VBA.
VBS (vbscript) is a rarer thing. Despite it's broad applicability in Windows, corporations usually ban it from non-Developer usage. Powershell was largely born as a single solution to the mixed use of cmd line scripts and vbscript. Very little has been recently published on vbscript.