Hi experts,
I want to display the result of a specific Module Function in a PE51 form (payslip).
The module function returns a table with a proper contain for each employee / period.
I don't know the size of the table (number of lines) for each employee, and data may change.
For example 2 pieces of payslip from 2 employees :
-
Name : Mr Smith
-
Entry 1 | Good Father
...
-
Name : Mr John
-
Entry 1 | Tall
Entry 2 | Funny Guy
...
Please, could you help me to find a standard friendly solution?
I imagine I have to use a window with a specific line and so on but I don't know "where" to insert the module function call and which table I have to fill.