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 to create purchase requisition

Former Member
0 Likes
1,910

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.

3 REPLIES 3
Read only

Former Member
0 Likes
648

Hello,

Use the BAPi BAPI_REQUISITION_CREATE

Regards,

VAsanth

Read only

Former Member
0 Likes
648

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

Read only

Former Member
0 Likes
648

hi,

u can create purchase requisition using BAPI_REQUISITION_CREATE.

Regards...

Arun.

Reward points if useful.