Question:
Bonjour!
I created a table controle that has the order number and the operation
number.
My plan it to propose an help with only the possible operation for the
order. There is a function
CALL FUNCTION 'DYNP_VALUES_READ'
EXPORTING
dyname = wf_repid
dynumb = wf_dynnr
determine_loop_index = lf_index
TABLES
dynpfields = lt_dynpfields.
that I was planing to use. My issue however is ...
How do I know what line I'm on ?
I do not find any sy variables and my table control variable does not
have either ... What else is there?
_________________
Au plaisir and have a nice day!
Answer:
My appoligies
I was calling the function the wrong way ...
CALL FUNCTION 'DYNP_VALUES_READ'
EXPORTING
dyname = wf_repid
dynumb = wf_dynnr
determine_loop_index = 'X'
TABLES
dynpfields = lt_dynpfields.
It's getting late, I guess I should leave while I'm ahead ...
_________________
Au plaisir and have a nice day!