Getting the displayed data from an ALV Grid.

ABAP, Java, BSP, etc.
2 Beiträge • Seite 1 von 1
2 Beiträge Seite 1 von 1

Getting the displayed data from an ALV Grid.

Beitrag von Meurant (ForumUser / 1 / 0 / 0 ) »
The situation is as follows:

I'm doing work in APO, specifically with regards to ?Display Characteristic Combinations? (transaction /SAPAPO/MC62). I must allow a user to delete selected lines for an ALV report and in turn delete the entries from the database.

To display the report a standard program /SAPAPO/TS_PSTRU_SE16 provides the container for the ALV Grid and also initialises a few parameters. The program calls a generated program which actually builds the displayed data table. The generated program also does the SET_TABLE_FOR_FIRST_DISPLAY. The reason a generated program is called is because the structure of the internal table is dynamic based on InfoCubes in APO.

I?ve copy the standard program and can get the copied program to call the correct generated programs. I can manipulate the layout, field catalogue. However the problem is that I cannot get to the data displayed as it does not get passed back to the calling program. I?ve tried copy the ALV grid class, adding a method to it that would provide the data. Then casting the object based on the standard class to an object based on the copied class (MOVE CLASS1 ?TO CLASS2). However this does not work. I get a casting error which in turn causes short dump. I know that the error can be caught but that does fix the problem.

Any help will be most appreciated.
Thanks.

gesponsert
Stellenangebote auf ABAPforum.com schalten
kostenfrei für Ausbildungsberufe und Werksstudenten


Beitrag von Dörk (ForumUser / 75 / 0 / 0 ) »
Hello Meurant.

Here is something that perhaps can help you.

Code: Alles auswählen.


    WHEN
    'SAVE' OR 'SAVE1'.

      CALL METHOD g_1->check_changed_data.

      PERFORM update.

FORM update.
MODIFY t9citi FROM TABLE t_1.
ENDFORM.
This method say your internel table to take the values you edit in your grid.

Regards Dörk.
follow the white rabbit ;)

Seite 1 von 1

Vergleichbare Themen

0
Antw.
2290
Views
DATA-CHANGED-PROTOCOL vom ALV-Grid manipulieren
von Frog » 27.05.2008 21:31 • Verfasst in ABAP Objects®
17
Antw.
5562
Views
DATA OFFSET und DATA TRANSFER
von Littlered » 21.07.2005 16:01 • Verfasst in ABAP® Core
1
Antw.
2793
Views
Export Data
von Heikeb » 28.08.2012 12:45 • Verfasst in ABAP® für Anfänger
2
Antw.
2646
Views
DATA BROWSER
von pohlmann-schwarza » 29.08.2008 13:31 • Verfasst in ABAP Objects®
4
Antw.
5070
Views
Data to Code vs. Code to Data
von SAP_ENTWICKLER » 06.12.2016 11:36 • Verfasst in SAP HANA für Anfänger

Über diesen Beitrag


Unterstütze die Community und teile den Beitrag für mehr Leser und Austausch

Newsletter Anmeldung

Keine Beiträge verpassen! Wöchentlich versenden wir lesenwerte Beiträge aus unserer Community.
Die letzte Ausgabe findest du hier.
Details zum Versandverfahren und zu Ihren Widerrufsmöglichkeiten findest du in unserer Datenschutzerklärung.

Unbeantwortete Forenbeiträge

Daten an Tabelle binden
vor 4 Stunden von Bright4.5 1 / 89
aRFC im OO-Kontext
vor 4 Wochen von ralf.wenzel 1 / 1735
Hilfe bei SWEC/SWE2
letzen Monat von retsch 1 / 8338