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

Bapi for purchase requisition.

Former Member
0 Likes
5,011

hi.

what is name of Bapi for purchase requisition.How to fine the inport parameters in this bapi?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,063

Hi,

Check BAPI_REQUISITION_CREATE. Click on Import parameters tab for the same.

Regars,

Ram

Pls reward points if helpful

6 REPLIES 6
Read only

Former Member
0 Likes
3,063

check.

<b>BAPI_REQUISITION_CREATE</b>

Read only

Former Member
0 Likes
3,064

Hi,

Check BAPI_REQUISITION_CREATE. Click on Import parameters tab for the same.

Regars,

Ram

Pls reward points if helpful

Read only

Former Member
0 Likes
3,063

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^

Read only

Former Member
0 Likes
3,063

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

Read only

0 Likes
3,063

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

Read only

0 Likes
3,063

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