2007 Jun 26 10:51 AM
Dear ABAPers,
Pl let me know which is BAPI to Create Purchase Requisition.
Let me know the procudure also.
Thanks in advance.
Cheers,
Simha.
Dear ABAPers,
Pl let me know which is BAPI to Create Purchase Requisition.
Let me know the procudure also.
Thanks in advance.
Cheers,
Simha.
2007 Jun 26 10:54 AM
2007 Jun 26 10:56 AM
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
<b>Reward points</b>
Regards
2007 Jun 26 10:56 AM
hi,
u can create purchase requisition using BAPI_REQUISITION_CREATE.
Regards...
Arun.
Reward points if useful.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |