‎2006 Sep 11 7:43 AM
hi.
what is name of Bapi for purchase requisition.How to fine the inport parameters in this bapi?
‎2006 Sep 11 7:46 AM
Hi,
Check BAPI_REQUISITION_CREATE. Click on Import parameters tab for the same.
Regars,
Ram
Pls reward points if helpful
‎2006 Sep 11 7:45 AM
‎2006 Sep 11 7:46 AM
Hi,
Check BAPI_REQUISITION_CREATE. Click on Import parameters tab for the same.
Regars,
Ram
Pls reward points if helpful
‎2006 Sep 11 7:51 AM
hi
good
BAPI_ACC_PURCHASE_REQUI_CHECK Accounting: Check Purchase Requisition
BAPI_ACC_PURCHASE_REQUI_POST Accounting: Post Purchase Requisition
BAPI_REQUISITION_RELEASE Release Purchase Requisition Item by Item
BAPI_REQUISITION_CHANGE Change Purchase Requisition
BAPI_REQUISITION_CREATE Create Purchase Requisition BAPI_REQUISITION_DELETE Delete/Close Purchase Requisition
BAPI_REQUISITION_GETDETAIL Display Purchase Requisition Details
BAPI_REQUISITION_GETITEMS Read Purchase Requisition Item
thanks
mrutyun^
‎2006 Sep 11 7:58 AM
hi.
Guys thanks for giving bapi name..actually i want to know how we can run bapi or suppose bapi is to be call from vb application then what parameters he should pass in this bapi.
Thanks
‎2006 Sep 11 8:03 AM
HI Puru
As most of the BAPI's will not have implicit COMMIT
WORK, itz advicable to create an RFC which submits
required BAPI and also does the commit work. You can
define you own structures or tables as per the requirement
and convinience of the external system and then
internally pass the parameters to the BAPI.
Kind Regards
Eswar
‎2006 Sep 11 8:05 AM
Hi,
We need to pass the table parameters as below.
1)REQUISITION_ITEMS LIKE BAPIEBANC Item Data
2)REQUISITION_ACCOUNT_ASSIGNMENT LIKE BAPIEBKN Account Assignment Data for Item
3)REQUISITION_ITEM_TEXT LIKE BAPIEBANTX Text for Item
Make sure to fill all the mandatory info in this BAPI for the above table parameters.
Once you pass these tables and execute the BAPI then you will get the PR number as Export parameter.
Also you need to execute BAPI_TRANSACTION_COMMIT immediately after executing the Requisition BAPI.
And we need to take care of the mapping as to which fields the data should be mapped in your VB application.
Regards,
Ram
Message was edited by: Ram Mohan Naidu Thammineni