* SAP-GUI anzeigen CALL FUNCTION 'SAPGUI_SET_PROPERTY' DESTINATION 'SAPGUI' EXPORTING property = 'VISIBLE' value = abap_true EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3. * SAP-GUI verbergen CALL FUNCTION 'SAPGUI_SET_PROPERTY' DESTINATION 'SAPGUI' EXPORTING property = 'VISIBLE' value = abap_false EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.
Kategorien
-
Neueste Beiträge
- [SAP] ABAP-Code nachgenerieren bzw. aktivieren
- [ABAP] Feldkatalog aus Tabellendefinition erstellen
- [ABAP] XML in interne Tabelle wandeln
- [ABAP] Inhalt eines Spoolauftrages auslesen
- [ABAP] User-Exits und BAdIs zu einem Programm oder einer Transaktion auflisten
- [ABAP] UTC-long-Zeitstempel nach POSIX-Standard in Datum und Zeit splitten
- [ABAP] Verwendung von Common Table Expressions (CTE)
- [ABAP] Leistungsverzeichnis lesen (MS_READ_SERVICES_FOR_BAPI)
- [ABAP] SAPConnect: Kommunikationsknoten, Routing und Parameter auslesen
- [SAP] Business Document Service (BDS)