Application Development 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: 

Error ME155 while creating PO using BAPI_PO_CREATE

Former Member
0 Kudos

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

nabheetscn
Active Contributor
0 Kudos

What is the PR status..?

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

Nabheet

7 REPLIES 7

Former Member
0 Kudos

the error message comes when i use the bapi

0 Kudos

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

nabheetscn
Active Contributor
0 Kudos

What is the PR status..?

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

Nabheet

0 Kudos

the PR status says NOT EDITED...

0 Kudos

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

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

Nabheet

pushkar_dhale
Participant
0 Kudos

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.

Former Member
0 Kudos

try bapi "BAPI_PO_CREATE1'.

recently i also solved same error using above bapi .