cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am creating internal order through BAPI BAPI_INTERNAL_ORDER_CREATE. But bapi is returning error "Missing entry for field Investment profile". But bapi structure do not have investment profile(IVPRO) field. As IVPRO field is mandatory while creating internal order that field must be passed to BAPI.

How to pass that field to BAPI.

Is there any other BAPI to create internal order?

Please suggest.

Thanks

Supriya

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Supriya,

You can try this solution, but it is not tested.

There is an EXTENSIONIN table in BAPI which you can use to pass values.

In this you have to use an Exit, name of EXIT you can get through Function Module documentation.

In this exit try passing value of Investment Profile. You can get Investment Profile field in AUFK structure.

I also have a query....

Can you tell me any BAPI to Create Cost Estimate in Internal Order ?

Regards,

Vinay Chhabra