Application Development 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: 

POSTING_INTERFACE_DOCUMENT

former_member206721
Participant
0 Kudos
230

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

1 ACCEPTED SOLUTION

Clemenss
Active Contributor
0 Kudos
108

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?

3 REPLIES 3

Clemenss
Active Contributor
0 Kudos
109

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?

0 Kudos
108

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

Clemenss
Active Contributor
0 Kudos
108

yes.