2007 Jun 15 3:28 PM
Hi Experts,
I´m looking for a BAPI to create a Purchase Requisition (Tx ME51)
Hope you can help me!!
Regards,
MC.
2007 Jun 15 3:34 PM
Hello,
Check this.
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.
Vasanth
Hi Experts,
I´m looking for a BAPI to create a Purchase Requisition (Tx ME51)
Hope you can help me!!
Regards,
MC.
2007 Jun 15 3:31 PM
2007 Jun 15 3:32 PM
2007 Jun 15 3:32 PM
Hi Martin,
Try <b>BAPI_PR_CREATE</b>.
Hope it helps.
Regards
Aneesh.
2007 Jun 15 3:34 PM
Hello,
Check this.
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.
Vasanth
2007 Jun 15 4:00 PM
Sory,
But I looking for a Bapi to create a RFQ (Tx me41)
Thanks for all replies!
hope u can help me,
Regards
2007 Jun 15 4:07 PM
2007 Jun 15 4:15 PM
2007 Jun 15 4:19 PM
Hello Martin,
There is no BAPI is available.
Try to make use of the FM ME_CREATE_DOCUMENT or
Make use of BDC.
Vasanth
2007 Jun 15 4:22 PM
Hi,
Please check this FM ME_CREATE_REQUISITION_EXT.
Regards,
Ferry Lianto
2007 Jun 15 4:23 PM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |