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

FKK_CREATE_DOC??

Former Member
0 Likes
945

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.

1 REPLY 1
Read only

Former Member
0 Likes
578

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.