About 9,300,000 results
Open links in new tab
  1. How to automate SAP GUI using Excel VBA? - Stack Overflow

    You are mentioning "SAP.Functions", which is an RFC component part of SAP GUI. RFC is a protocol for programs to communicate between two machines, not to automate the screens. …

  2. oop - Interface method call error: method is unknown or …

    Aug 15, 2018 · 2 I'm looking at the following example, published on the ABAP Keyword Documentation, page INTERFACE. My changes are just additional lines: the REPORT …

  3. rpa - S/4HANA UI automation. How? - Stack Overflow

    SAP Fiori interface which is default for S4HANA and which you presumably use in your corporate portal does NOT support GUI scripting which naturally emerges from its title SAP GUI …

  4. Multiprocessing in SAP GUI using Python - Stack Overflow

    Jun 7, 2022 · My SAP is very old and I can't make API calls with it. So, I have to manipulate the GUI of SAP to do my stuff. I'm trying to access two SAP transactions at the same time in two …

  5. Why buttons added to a GUI Status are not visible or grayed out?

    Dec 27, 2024 · If a menu entry has been defined in the Menu Bar for this Function Code, this menu entry is visible but grayed out. Last but not least, the GUI Status belongs to the CUA …

  6. scripting - SAP Configuration in GUI - Stack Overflow

    Dec 25, 2024 · Disable the following options: Notify when a script attaches to SAP GUI Notify when a script opens a connection The issue arises when, after a certain period, the scripting …

  7. abap - What is the difference between BAPI, BAdI, enhancement …

    Jun 3, 2014 · A BAPI is an API, which is either designed by you or a simple function module offered by SAP. You can use this API for "business" operations. BAdI 's (Business Add-Ins) …

  8. sap gui - SAP S4/HANA login via scripting - Stack Overflow

    Sep 13, 2024 · 0 I use VBA scripting to automate several data extracts from SAP S4/HANA. I invoke a Windows client using the following command: "C:\Program Files …

  9. Class or interface for declaring global types? - Stack Overflow

    Jul 6, 2020 · What is the recommended (modern) approach for reusing types between different classes? SAP does not recommend to collect constants in an interface, calling it a loosy way …

  10. Creating two application interface framework on recieving one idoc

    Dec 25, 2020 · SAP Application Interface Framework -> System Configuration -> Interface Determination -> Define Interface Determination for IDoc Interfaces here you can determine …