* IMG-Activität PARAMETERS: p_imgact TYPE cus_imgach-activity DEFAULT 'SAPC_LGNUM'. START-OF-SELECTION. SELECT cus_imgach~activity, cus_imgach~tcode, cus_imgact~text INTO TABLE @DATA(it_img) FROM cus_imgach INNER JOIN cus_imgact ON cus_imgach~activity = cus_imgact~activity WHERE cus_imgach~activity = @p_imgact AND cus_imgact~spras = @sy-langu. IF sy-subrc = 0. cl_demo_output=>display_data( it_img ). ENDIF.
Kategorien
-
Neueste Beiträge
- [SAP Fiori] OK-Code Feld in Fiori-Apps anzeigen
- [ABAP] Auswahl eines Transportauftrags (mit Anlegen)
- Spanische Vokabeln
- Deutsch
- Englisch
- Spanisch
- [ABAP] Verschieben von Nodes per Drag & Drop innerhalb einer Baumansicht (CL_COLUMN_TREE_MODEL)
- [SAP] Screen Personas
- Weltall / Raumfahrt
- [CDS-Views] Virtuelle Elemente: Aufruf von ABAP-Coding aus CDS-Views heraus