‎2009 Mar 02 10:58 PM
Hi all experts,
I need to extend printing form for cash journal document. I need to add line items from accounting document.
I use FM FI_DOCUMENT_READ. When I call it in test mode, table T_ACCIT is filled with data. But when I use it in program with the same importing parameters, table T_ACCIT is empty. Do you have soe idea, what can cause such behaviour?
Thanks®ards,
Jirka
‎2009 Mar 03 4:34 AM
In debugging mode please check that the table which you have passed through t_accit.....that table holds data or not...
‎2009 Mar 03 8:21 AM
I have solvet it myself. I need to pass also table T_ACCHD. After that table T_ACCIT contains accounting document items and table T_ACCHD cointains acc. doc. header.
Best regards.