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 ourcahse requisition

Former Member
0 Likes
1,281

hi all

i need names of all the bapi 's related to purchase requisition i.e bapi for purchase requisition release, refuse etc .

regards

navjot

hi all

i need names of all the bapi 's related to purchase requisition i.e bapi for purchase requisition release, refuse etc .

regards

navjot

6 REPLIES 6
Read only

Former Member
0 Likes
977

Hi

use the bapi

BAPI_REQUISITION_CREATE

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
977

Hi,

use the function module it might help you

call function 'BAPI_REQUISITION_CREATE'

exporting

skip_items_with_error = 'X'

importing

number = h_banfn

tables

requisition_items = req_item

requisition_account_assignment = req_acct

requisition_item_text = req_text

return = return

exceptions

others = 0.

PLEASE CHECK OUT THE LINK BELOW IT MIGHT HELP YOU

http://help.sap.com/saphelp_46c/helpdata/en/7c/3ce3ab65ba11d395fe00a0c94260a5/content.htm

OTHER BAPIS RELATED TO THIS ARE BAPI_REQUISITION_GETDETAIL and BAPI_REQUISTION_CHANGE.

***********PLEASE REWARD POINTS IF THE INFORMATION IS HELPFUL TO YOU*************

Read only

Former Member
0 Likes
977

BAPI_REQUISITION_CHANGE

BAPI_REQUISITION_CREATE

BAPI_REQUISITION_DELETE

BAPI_REQUISITION_GETDETAIL

BAPI_REQUISITION_GETITEMS

BAPI_REQUISITION_GETITEMSREL

BAPI_REQUISITION_GETRELINFO

BAPI_REQUISITION_RELEASE_GEN

BAPI_REQUISITION_RESET_REL_GEN

regards

shiba dutta

Read only

Former Member
0 Likes
977

HI,

BAPI_REQUISITION_RELEASE - Release Purchase Requisition Item by Item

BAPI_REQUISITION_RELEASE_GEN - Release Entire Purchase Requisition

BAPI_REQUISITION_RESET_RELEASE - Cancel Release of Purchase Requisition Items

BAPI_REQUISITION_RESET_REL_GEN - Cancel Overall Release of Purchase Requisitions

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

BAPI_REQUISITION_GETRELINFO - Display Detailed Release (Approval) Information on Purchase Requisition

Regards,

Padmam.

Read only

Former Member
0 Likes
977

<b>purchase requisition bapi's</b>

<b>BAPI_REQUISITION_CHANGE</b> Change Purchase Requisition

<b>BAPI_REQUISITION_CREATE</b> Create Purchase Requisition

<b>BAPI_REQUISITION_DELETE</b> Delete/Close Purchase Requisition

<b>BAPI_REQUISITION_GETDETAIL </b> Display Purchase Requisition Details

<b>BAPI_REQUISITION_GETITEMS </b> Read Purchase Requisition Item

<b>BAPI_REQUISITION_GETITEMSREL</b> List Purchase Requisitions Awaiting Release

<b>BAPI_REQUISITION_GETRELINFO</b> Display Detailed Release (Approval) Information on Purchase Requisition

reward points if it is usefulll

Girish

Read only

Former Member
0 Likes
977

<b>purchase requisition release bapi's </b>

<b>BAPI_REQUISITION_RELEASE</b> Release Purchase Requisition Item by Item

<b>BAPI_REQUISITION_RELEASE_GEN</b> Release Entire Purchase Requisition

<b>BAPI_REQUISITION_RESET_RELEASE</b> Cancel Release of Purchase Requisition Items

<b>BAPI_REQUISITION_RESET_REL_GEN</b> Cancel Overall Release of Purchase Requisitions

reward points if it is usefull .....

Girish