2023 Sep 06 5:14 PM - edited 2023 Sep 06 5:15 PM
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
Request clarification before answering.
User | Count |
---|---|
11 | |
7 | |
6 | |
5 | |
4 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.