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 while using BAPI - BAPI_ALM_ORDER_MAINTAIN

Former Member
0 Likes
1,224

Hi,

I am trying to implement Service Order Scenario and when using BAPI_ALM_ORDER_MAINTAIN i get the following error.

T
IdNUMMessage
E00058Entry Material = 1548 does not exist in  (check entry)
EIWO_BAPI2113Error  during processing of BAPI methods

While going through other posts I saw that a few SAP Notes have to be implemented and my SAP System has also been implemented with the correction notes.

Still I am unable to solve the same.

Kindly help me out in this regard

I have also attached the code along with this post.

Reshma

4 REPLIES 4
Read only

Ruediger_Plantiko
Active Contributor
0 Likes
744

Reshma - sometimes the message issued from the system really describes the problem šŸ™‚ Is 1548 really a valid material number?

Do you get the same error message when creating the service order with the same data in dialogue?

Read only

0 Likes
744

Rudiger,

1548 is a valid material number....

I dont get this error while creating an order using the transaction.

I get this only when using the BAPI.

Read only

0 Likes
744

Please try by adding leading zeros to material number

Read only

0 Likes
744

Nabheet,

The alpha conversion for material is also done.

you can see the code attached.