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

Pop up while testing a BAPI

Former Member
0 Likes
497

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
Read only

Former Member
0 Likes
459

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
Read only

Former Member
0 Likes
460

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

Read only

Former Member
0 Likes
459

Hi,

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

Thanks

Naren

Read only

Former Member
0 Likes
459

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.

Read only

Former Member
0 Likes
459

Thanks for your response.

I have asigned points accordingly.

Regards

Pavan