Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ABAP: interne Tabelle vergrößern

Empfohlene Antworten

Veröffentlicht

Hi,

weiß jemand von euch wie man zur laufzeit eines Programms weitere felder zu einer internen Tabelle hinzufügen kann, oder gar eine ganze itab zur laufzeit aufbauen kann?

hab hier mal n bissl coding... kommt aber immern n fehler... vielleicht sieht ja jemand was was ich da nicht seh ;)

DEFINE test.

data: begin of mtab occurs 0.

&1

data: end of mtab.

END-OF-DEFINITION.

DATA: BEGIN OF itab OCCURS 0.

DATA: END OF itab.

start-of-selection.

itab-feld = 'data: feld1 like sy-uname,'.

APPEND itab.

itab-feld = 'data: feld2 like sy-uname,'.

APPEND itab.

test itab.

  • 3 Wochen später...
Hi,

weiß jemand von euch wie man zur laufzeit eines Programms weitere felder zu einer internen Tabelle hinzufügen kann, oder gar eine ganze itab zur laufzeit aufbauen kann?

Interne Tabellen zur Laufzeit kann man mit

CREATE DATA dref TYPE tabkind OF linetype

[WITH [uNIQUE|NON-UNIQUE] keydef]

[iNITIAL SIZE n].

Wie das genau geht, weiß ich jetzt auch nicht, musst du mal in der F1-Hilfe nachschauen.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.