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 Member
0 Likes
633

Hi

is there any indicator in the fm POSTING_INTERFACE_DOCUMENT, where we can save the document as 'Save as Completed'

Im parking a document and this fm works fine, its only that the document must be saved as completed

3 REPLIES 3
Read only

JozsefSzikszai
Active Contributor
0 Likes
535

Save as completed only means, that the document can only be parked, when debits and credits are equal (this is a setting in FB00), I don't think there is a setting for this in the FM, however you can achieve this in your program: just check if debits and credits are equal in the document, if not, then don't start the FM!

Read only

0 Likes
535

HI Eric

Im checking these amounts, its only when they are equal that im starting this fm

but the fm is saving the document only, not Save as Completed

how can i do it?

plz advise

Read only

0 Likes
535

probably my explanation was not good enough, but I believe there is no Saved and Save as completed statuses of the document, both means Parked. Or if you do Save as completed, do you see any difference in this case somehwere (in table BKPF for example)?