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

Need Function Module

Former Member
0 Likes
837

Hi experts,

Do you know of any function module/BAPI that can update the payment block field of a invoice in a payment proposal(F110). I am trying to create a BDC and it seems to be very complicated.

-Deepak

Moderator message: please use more descriptive subject lines from now on.

Edited by: Thomas Zloch on Jun 22, 2010 6:18 PM

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
625

See process BTE 1820

4 REPLIES 4
Read only

brad_bohn
Active Contributor
0 Likes
626

See process BTE 1820

Read only

Former Member
0 Likes
625

Hi,

There is OpenFI process 1830 which you might like.

Anyway, if this is your Z-program, you can write Z-function to update field.

OpenFI is something you can get access via T-code FIBF.

There can be P&S modules (Publish&Subscribe), and also Process Modules. Latter is one you need at the moment.

You can get template functional modules and some documentation in "Environment" menu section.

When you're ready with your own functional module, you can activate it in "Settings -> Process modules -> ... of a customer" menu. You need to set up Product before doing this, just 2 menu points above.

Note:If you need just to verify if process is suitable for you, you can activate template functional module and put breakpoint in it. Then run transaction you need, and check wether system stops at breakpoint or not.

Regards,

Raj.

Read only

0 Likes
625

Thanks Raj,

Let me re-iterate my question

After a proposal is created we want to run a report where in you can input the accounting document number and the proposal identifier. Using this info program should be capable of blocking these accounting documents in the proposal with payment block A. Since this been a Z program I can either use a standard function module or BAPI or else create a BDC for transaction F110 with normal screen flow of blocking the documents by going into the proposal edit. However BDC seems to be very complicated therefore I was trying to understand whether there is a standard function module or BAPI that I can use in the Z program to block the accounting documents in the proposal. Create own function module doesnu2019t seem to work since there are lot many unknown tables that get updated.

your help will be appreciated

-Deepak

Read only

Former Member
0 Likes
625

Hello,

I have used this BAPI: *'BAPICOSTACTPLN_POSTPRIMCOST'*_

Best Regards,

Shree Tejus.