2014 Nov 15 12:07 PM
Hello
My question is that if i have multiple headers should i call POSTING_INTERFACE_DOCUMENT at every new header or continue appending all infos and call FM only at the end
Document header data ( K 1)
Document item 1 ( P 1)
Document item 2 ( P 2)
Document header data ( K 2)
Document item 1 ( P 1)
Document item 2 ( P 2)
see attached file
thnk you guru's
Tahar
2014 Nov 15 12:53 PM
Hi,
the documentaion reads
'You should transfer all document header and document item data which is needed for this document to table T_FTPOST. '.
I think 'this document' means one document with one header.
Regards,
Clemens
P.S. Did you give it a try?
2014 Nov 15 12:53 PM
Hi,
the documentaion reads
'You should transfer all document header and document item data which is needed for this document to table T_FTPOST. '.
I think 'this document' means one document with one header.
Regards,
Clemens
P.S. Did you give it a try?
2014 Nov 15 1:12 PM
So you mean it should be like this
Document header data ( K 1)
Document item 1 ( P 1)
Document item 2 ( P 2)
call Function POSTING_INTERFACE_DOCUMENT
Document header data ( K 2)
Document item 1 ( P 1)
Document item 2 ( P 2)
call Function POSTING_INTERFACE_DOCUMENT
2014 Nov 17 7:49 PM