cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter CUSTOMERID contains an invalid value ?

former_member184155
Participant
0 Kudos

Hi Experts,

I am getting the Below Dump when i am providing a input Value to a input field in one of the view of.

The Dump Says "Parameter Customer ID Contains an Invalid Value?"

PFA attached Screen Shot.

Thanks & Regards

Priyesh Shah.

Accepted Solutions (0)

Answers (4)

Answers (4)

marcos_suarezhulet
Participant
0 Kudos

Check if the parameter CUSTOMERID is declared into web dynpro application parameters.

0 Kudos

Hi Priyesh,

Check the value entered with the field type of KUNNR.

The error is being thrown from ONACTIONGET_DETAILS_CUSTID as I see might be due to the type mismatch.

*Reward points if helpful

Regards,

Nihar

former_member184497
Participant
0 Kudos

Hi,

Could you please tell me what is the type of the attribute and the value that has been entered in the screen to process?.

former_member184155
Participant
0 Kudos

The Attribute is of type Customer(KUNNR).

Former Member
0 Kudos

hi priyesh

what value have u entered .

regards

vaibhav

Former Member
0 Kudos

check in debugger waht value you are passing to this input field

check if dataelement assign to attribute is correct

former_member184155
Participant
0 Kudos

Debugger is not activating for this error.