‎2006 Mar 13 3:36 PM
Hi All,
Is anybody aware of a function module which can help me to post a budgeting entry ? I would appreciate if anyone can give me an idea to post a preposted budgeting entry created via transaction "FMBB". The process has to be a background one since I will be integrating this in the background processing of the workflow. Till now I have been exploring the method "PREPOSTED_POST" of the class "CL_FMKU_ENTRYDOC_HANDLER" but it has lots of dependencies and I am not being able to use this method. The transaction "FMBB" does not support BDC as well as it includes a splitter control from where we have to select the document and none of the fields have a parameter ID associated.
Best Regards,
Sudhi
‎2006 Mar 13 4:05 PM
‎2006 Mar 13 4:21 PM
Try
FMAVC_READ_INDEX_ACO_DOWN
FMBCFF_ENTRY_DOC_POST
FMBCFF_POST_REVERSAL_DOC
FMBCFF_REVERSAL_DOC_POST
FMCCF_BUDGET_POST
FMBD_POST
FMCU_GET_BULEDGERS
KBPV_POST_DATA
Thanks