Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FI_DOCUMENT_READ

Former Member
0 Likes
1,010

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&regards,

Jirka

2 REPLIES 2
Read only

Former Member
0 Likes
666

In debugging mode please check that the table which you have passed through t_accit.....that table holds data or not...

Read only

Former Member
0 Likes
666

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.