Hi
In my program, I got a list based on my internal table.
The internal table contains two lines:
Line 1
Field1 = VKORG
Field2 = PRCTR
Line 2
Field1 = MATNR
Field2 = WERKS
When i click on line 1, I want a pop-up (or something else), where I can fill in values for VKORG and PRCTR.
That means that I want
VKORG [_______]
PRCTR [_______]
The values I fill in for VKORG and PRCTR must be valid, so I have to make a check.
If it was line 2, that I have clicked at, the pop-up should contain:
MATNR [___________________]
WERKS [_____]
Any suggestion to solve this?