cancel
Showing results for 
Search instead for 
Did you mean: 

Open popup in an ALV to add data

alanfljesus
Explorer
0 Kudos
936

Hey, guys!

Can anyone help me with the following problem

I have a program and it displays an ALV. When inserting data in a parameter, the ALV will be shown, which will have a bar of customized buttons, one of these buttons, when clicked, should open a pop-up for adding data. Ex:

SELECTION-SCREEN BEGIN OF BLOCK b1.
PARAMETERS: p_cod TYPE zcod_canteen,
p_name TYPE zname_canteen,
p_plant TYPE t001w-werks.
SELECTION-SCREEN END OF BLOCK b1.

p_name and p_plant will be the parameters that must be in the pop-up and only p_cod will be inside that selection screen block b1

Accepted Solutions (0)

Answers (0)