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

POSTING_INTERFACE_DOCUMENT

former_member206721
Participant
0 Likes
935

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
Read only

Clemenss
Active Contributor
0 Likes
813

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
Read only

Clemenss
Active Contributor
0 Likes
814

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?

Read only

0 Likes
813

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

Read only

Clemenss
Active Contributor
0 Likes
813

yes.