How do I make the program return multiple table fields in a table when a button is clicked?

前端 未结 2 845
醉梦人生
醉梦人生 2021-01-21 06:54

I am trying to create a program that allows a user to input a foodCode in order to receive the Item and Description after the press of a b

2条回答
  •  一个人的身影
    2021-01-21 07:25

    I hope I got you're question right.

    1. Create a Report with a Dynpro.
    2. Add a Subscreen on the top of the Dynpro and a Custom-Container on the Bottom
    3. Mark your Selection-Screen as Subscreen an call the Dynpro-Number from your Selection-Screen in the PBO as Subscreen.
    4. Handle the Button click in the PAI
    5. Display the Data with an SALV in your CustomContainer

    Here's a detailed explanation: http://zevolving.com/2008/10/display-alv-report-output-in-the-same-selection-screen/

提交回复
热议问题