‎2007 Mar 02 10:36 AM
Hi All,
When we use FP04 /FP04M transaction we post a document for Write Off for the particular BP/Contract/Contract Account.
Now this is done via Event 5040 (Go to transaction FQEVENTS).
Now what i need to do is i need to post another doument with few changes been done to what the document is been posted by FP04 /FP04M transaction, in order to do the same i guess i need to use the following Function Module :FKK_CREATE_DOC.
while searching for the possible FM's i have found the following :
FKK_CREATE_DOC.
FKK_CREATE_DOC_ADDITIONAL
FKK_CREATE_DOC_CLEAR
can some one let me know the difference between the three and which one will be the best to use in order to post a document via event 5040.
Thanks.
‎2007 Mar 07 4:31 AM
Fkk_create_doc FM gives the new document number which it will post directly
where as the FM FKK_CREATE_DOC_ADDITIONAL will give a number like 1 or 2 and using that number we will have to find the value of the document number.