2007 Jul 10 7:05 AM
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
2007 Jul 10 7:07 AM
Hi
use the bapi
BAPI_REQUISITION_CREATE
<b>Reward points for useful Answers</b>
Regards
Anji
2007 Jul 10 7:08 AM
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*************
2007 Jul 10 7:10 AM
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
2007 Jul 10 7:14 AM
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.
2007 Jul 10 7:15 AM
<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
2007 Jul 10 7:16 AM
<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