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 with BAPI_APPLICANT_CREATE

Former Member
0 Likes
447

Hi All,

We are trying to create Applicant Number using BAPI_APPLICANT_CREATE.

While debugging, we are observing a error message populating in RETURN table as follows.

Code: P0604

Feature IVWID has not been activated yet.

The import paramters to the BAPI are correct and still we are getting this error.

How to handle this and resolve....????

Regards

Pavan

3 REPLIES 3
Read only

Former Member
0 Likes
410

Hi ,

i think its looking for valid records in IT 604? , can u check ur functional guys.

regards

Prabhu

Read only

Former Member
0 Likes
410

Try regenerating feature IVWID using PE03.

Check what the applicant number ranges are doing & that they have been configured.

This has nothing to do with IT0604 as the bapi is loading to standard applicant infotypes.

Cheers

J

Read only

Former Member
0 Likes
410

Thanks....