wreichelt hat geschrieben:Hallo Dorenthe,
schon den Write mit No-Zero probiert ?
Gruß
Wolfgang
Leider habe ich nicht nur eine Write Ausgabe sondern kopiere meine ganze Tabelle auch in den Clipboard.
  CALL METHOD cl_gui_frontend_services=>clipboard_export
    IMPORTING
      data = lt_tname[]
    CHANGING
      rc   = gv_rc.
Die Ausgabe sieht dann so aus -> ich möchte aber die 000 da raus haben!?
                                   000TYPES:Begin of Lty_DATENTYPE,
AIRPFROM        type    C   length 003,"Startflughafen
AIRPTO            type    C   length 003,"Zielflughafen
ARRTIME          type    T          000,"Ankunftszeit
CARRID            type    C   length 003,"Fluggesellschaft
CITYFROM        type    C   length 020,"Abflugstadt
CITYTO            type    C   length 020,"Ankunftstadt
CONNID            type    N   length 004,"Verbindungs-Nummer
COUNTRYFR      type    C   length 003,"Länderschlüssel
COUNTRYTO     type    C   length 003,"Länderschlüssel
DEPTIME           type    T          000,"Abflugzeit
DISTANCE         type    P          000,"Flugentfernung
DISTID              type    U          000,"Entfernung in
FLTIME             type    I          000,"Dauer des Flugs
FLTYPE             type    C   length 001,"Charterflug
MANDT             type    C   length 003,"Mandant
PERIOD             type    I          000,"Ankunft n Tag(e) später
                                   000END OF Lty_DATENTYPE.