3 weeks ago - last edited 3 weeks ago
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.