DATA: it_t000 TYPE TABLE OF t000. " Tabelle für Mandanten PARAMETERS: cd TYPE cccategory DEFAULT 'P'. " Typ: P -> Produktivsystem START-OF-SELECTION. SELECT * FROM t000 INTO TABLE @it_t000 WHERE cccategory = @cd. LOOP AT it_t000 INTO DATA(wa_t000). WRITE: / wa_t000-mandt, wa_t000-mtext, wa_t000-cccategory. ENDLOOP.
Kategorien
-
Neueste Beiträge
- [SAP] IDOC-Verarbeitung
- [SAP] Analyse der Performance von ABAP CDS Views
- [SAP] ABAP CDS Views und Verwendung von Annotations
- [SAP] Adobe Forms Administration
- [Raspberry Pi] ZigBee USB-Sticks im Vergleich
- [Raspberry Pi] ZigBee: zigbee2mqtt einrichten, mosquitto broker installieren
- [ABAP] Leistungstammsatz anlegen
- [ABAP] Leistungstammsatz lesen
- [Raspberry Pi] Betriebsystemfunktionen ausführen
- [SAP] Übersichten zum ABAP Programming Model