Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Display TOP_OF_PAGE in Oops ABAP specific format

mahabaleshwar_patil
Participant
0 Kudos

Hello

I have developed report using oops ABAP customer container as show below.

Above which is marked in red colour is editable field.

I want to create the Topo page and it should display the details of selected line iteam,as show below with detail of selected row.

How today format as mentioned above and how to handle? And I can see the editable fiend something different box with frame how it is possible?

  • 1.How make this area with white bank space
  • 2.How to display the data where cursor is placed
  • 3.How to handle user command
  • 4.Is there any possibility of handling single click?
1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

There are many solutions, which one did you find and try during your search.

For example you could create a container (or split dynpro) and display some html in it (e.g. with cl_gui_html_viewer) and then manage the PAI ok_code and some events of the ALV grid to trigger update of this html. There are already many threads/discussions on how to color ALV cells and manage click/double-click and such interactions.

Regards,
Raymond