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

Error ME155 while creating PO using BAPI_PO_CREATE

Former Member
0 Likes
2,102

Hi Folks,

I am using BAPI_PO_CREATE to create POs. I am passing sales order number & sales item no in account assignment category table. And purchase requisition number & item no for purchase requisition in Item schedule table. The PO is getting created in transaction ME21n but its throwing an error 'ME155: Purchase requisition no xxxxxxxxxx xxxx not selectable. Please guide.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,502

What is the PR status..?

Is it already ordered? or Blocked? or waiting for release

Nabheet

7 REPLIES 7
Read only

Former Member
0 Likes
1,502

the error message comes when i use the bapi

Read only

0 Likes
1,502

guys please help out... the issue is still unresolved

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,503

What is the PR status..?

Is it already ordered? or Blocked? or waiting for release

Nabheet

Read only

0 Likes
1,502

the PR status says NOT EDITED...

Read only

0 Likes
1,502

I guess its status should be released.Please clarify fromyour functional team.

Can they manually create a PO from this PR ask them.

Nabheet

Read only

pushkar_dhale
Participant
0 Likes
1,502

Purchase Order creation in ERP fails with error 'Requisition item not selectable'

When the po_items-material does not contain leading zeroes for the material number field, the search for the material fails.

  • Please keep in mind that automatic upgrades are not possible.

Best Regards,

Pushkar Dhale.

Read only

Former Member
0 Likes
1,502

try bapi "BAPI_PO_CREATE1'.

recently i also solved same error using above bapi .