Application Development 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: 

BAPI(Function Module Required)

Former Member
0 Kudos

Hi Gurus ,

Please provide me the function module (BAPI) for the following.

1. Create Purchase Requisition

2. Update/Change Equipment master(Iq02)

Thanks

Tausif

9 REPLIES 9

Former Member
0 Kudos

Hi,

BAPI_REQUISITION_CREATE ---> Purchase Requisition

BAPI_EQUI_CHANGE ---> Change Equipment Master Record

Best regards,

raam

Former Member
0 Kudos

hi,

for PR the bapi is

BAPI_REQUIREMENT_CREATE.

Rgds.,

SUBASH

Former Member
0 Kudos

Hi,

Please use FM BS01_REQUISITION_CREATE (Purchase requisition).

For second, please try using *equipment* in Se37.

Thanks,

Sriram Ponna.

Edited by: Sriram Ponna on Jun 17, 2008 10:50 AM

Former Member
0 Kudos

HI,

bapi to Create Purchase Requisition is BAPI_REQUISITION_CREATE

bapi to Update/Change Equipment master(Iq02)

BAPI_EQUI_CHANGE

Reward points if helpful.

Regards,

Sriram

Edited by: Srirama Murthy Maddirala on Jun 17, 2008 7:20 AM

Former Member
0 Kudos

hi,

please discard the above posting. The BAPI for PR is

BAPI_PR_CREATE.

former_member188827
Active Contributor
0 Kudos

for Pr

BAPI_REQUISITION_CREATE

BAPI_PR_CREATE

u can find various bapis in bapi exlplorer:tcode BAPI

Former Member
0 Kudos

Hi,

below is bapi for PR creation:

BAPI_PR_CREATE Create Enjoy Purchase Requisition

BAPI_REQUISITION_CREATE Create Purchase Requisition

Reward if useful

Regards

Shiva

Former Member
0 Kudos

Purchase Requisition:

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

BAPI_REQUISITION_GETITEMSREL List Purchase Requisitions Awaiting Release

Equipment:

BAPI_EQMT_CREATE Create equipment

BAPI_EQMT_DETAIL Read details for equipment

BAPI_EQMT_DISMANTLEFL Dismantle equipment at functional location

BAPI_EQMT_DISMANTLEHR Dismantle equipment from equipment hierarchy

BAPI_EQMT_GETCATALOGPROFIL Determine catalog profile for equipment

BAPI_EQMT_GETLISTFORCUSTOMER Select customer equipment

BAPI_EQMT_INSTALLFL Install equipment at functional location

BAPI_EQMT_INSTALLHR Install equipment in equipment hierarchy

BAPI_EQMT_MODIFY Change equipment

thanks

sitaram

Former Member
0 Kudos

Hi,

We can search for the required BAPI in SE37 with BAPI_REQUISITION* and BAPI_EQUI* .Even we can search the recpected BAPI in BAPI explorer also.

BAPI_REQUISITION_CREATE and BAPI_EQUI_CHANGE are the BAPI's for Create Purchase Requisition and Update/Change Equipment master.

Hope thiis will help you.

Plz reward if useful.

Thanks,

Dhanashri.