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

Function Module to post budgeting entry

sudhindra_chandrashekar
Product and Topic Expert
Product and Topic Expert
0 Likes
1,038

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

2 REPLIES 2
Read only

Former Member
0 Likes
625

Look at BAPI: BAPI_0050_CREATE.

Rob

Read only

former_member181966
Active Contributor
0 Likes
625

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