‎2010 Jun 21 6:40 PM
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
‎2010 Jun 21 9:50 PM
‎2010 Jun 21 9:50 PM
‎2010 Jun 22 6:57 AM
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.
‎2010 Jun 22 4:09 PM
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
‎2010 Jun 22 7:07 AM
Hello,
I have used this BAPI: *'BAPICOSTACTPLN_POSTPRIMCOST'*_
Best Regards,
Shree Tejus.