‎2008 Nov 25 8:52 AM
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
‎2008 Nov 25 8:57 AM
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!
‎2008 Nov 25 8:59 AM
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
‎2008 Nov 25 9:02 AM
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)?