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_REQUISITION_CREATE

Former Member
0 Likes
393

Hi,

While creating a PR using BAPI_REQUISITION_CREATE I also provide the line items i.e PREQ_ITEM(10,30). But the PR is created with line items 10 and 20 and not with 30 which I had provided.

I want to create PR's with the line items which I provide and not the one sequentially generated by SAP. Please help me out.

What are the mandatory parameters I need to pass to create a line item of user defined line item number.

Regards,

Amit Behera.

2 REPLIES 2
Read only

Former Member
0 Likes
353

Hi,

I hope that is the STD functionality of SAP in PR creations or any item leveled document.

first try to create a PR manually in the system by entering 10 and 30 as line items and see,

if it allows you to create then, BAPI also may allow you to create.

check.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
353

It calls a customer exit. It needs to be enhanced.