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
jason_shao
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Supriya,

It seems the standard is:

The Investment Management fields have not been included in the BAPI_INTERNALORDER_CREATE . However it is possible to use SMOD enhancement COOPA002 in order to add own custom fields to the master data. The structure BAPI2075_2 is the basis for the BAPI, so if the field is included there then it will be in the BAPI.

Best regards,

Jason

Former Member
0 Likes

Hi Jason,

I need to pass Investment fields(IVPRO and IZWEK). Those are not custom fields. These fields are in AUFK table. can we pass investment fields through enhancement?

Thanks

Supriya