Hi Folks,
We have a little problem here with a table control display. There is a table control in a screen which is called through a function module. This table is supposed to have 12 line items and then the 13th one would be the total of the first 12 items. This total is calculated and appended to the internal table in the PBO of the screen before table control loop.
When the FM is executed directly, line items and the total is displayed correctly. But this FM is also called inside another transaction. But when it is called there, 12 line items are displayed correctly, but total is not displayed.
Could you please suggect some possible reasons?
Regards,
Munish
Is the totalling logic written in the FM or in the txn program?
Add a comment