Sagt einem von Euch diese Meldung etwas und kann mir helfen? Bei einem anderen Grid funktioniert der Export eiwandfrei.Runtime Errors GETWA_NOT_ASSIGNED
Date and Time 2009-03-05 13:36:03
Short text
Field symbol has not yet been assigned.
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLKKBL" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
Error analysis
You attempted to access an unassigned field symbol
(data segment 81).
This error may occur if
- You address a typed field symbol before it has been set with
ASSIGN
- You address a field symbol that pointed to the line of an
internal table that was deleted
- You address a field symbol that was previously reset using
UNASSIGN or that pointed to a local field that no
longer exists
- You address a global function interface, although the
respective function module is not active - that is, is
not in the list of active calls. The list of active calls
can be taken from this short dump.
Trigger Location of Runtime Error
Program SAPLKKBL
Include LKKBLF01
Row 1.315
Module type (FORM)
Module Name CHECKBOX_OUT
Hm, einfach in den Foren und in den SAP-Hinweisen "mitlesen".grossmic hat geschrieben:Kannst Du mir verraten, wo man diese Informationen über Selbstcheck von ALV und eventuell anderen hilfreichen Tools herbekommt?
Wo/Wie genau muss ich die ausführen? Wenn ich in meiner ALV Anzeige SHIFT und einen Doppelklick auf eine Zeile oder die Überschriftenzeile mache, passiert nichts.