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: 

Pop up while testing a BAPI

Former Member
0 Kudos

Hi All,

I have created a custom Bapi for updating a Ztable.

In BAPI, i am entering values to update the ztable.

the import parameters will be emp_id, name, date, project_id, activity_id, Hrs spent, remarks.

But for any entered value for the parameter " Project_id", the system is popping up a box as follows.

Data Entry Incorrect.

Enter a valid value.

There will be 2 puch buttons..one for SAVE and another for "use Invalid value".

How to come out of this error?

Regards

Pavan

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

Hi Pavan,

The reason for popup is that the Data type for PROJECT ID is not same in BAPI & the data which you are passing.

Ensure that data type & field names are same in the BAPI & the BAPI Call.

Best regards,

Prashant

4 REPLIES 4

former_member223537
Active Contributor
0 Kudos

Hi Pavan,

The reason for popup is that the Data type for PROJECT ID is not same in BAPI & the data which you are passing.

Ensure that data type & field names are same in the BAPI & the BAPI Call.

Best regards,

Prashant

Former Member
0 Kudos

Hi,

give the value for the project id according to the data type of that parameter

Thanks

Naren

Former Member
0 Kudos

Hi Pavan,

Check the Data type of the project_id.

pass the same value to the para meter.

If your project_id is Integer means pass numeric values only.

Thanks.

Former Member
0 Kudos

Thanks for your response.

I have asigned points accordingly.

Regards

Pavan