cancel
Showing results for 
Search instead for 
Did you mean: 

ICCMP_BP_SEARCH. Set to default * in the fields

Former Member
0 Kudos

Hi,

How I can do this:

For component ICCMP_BP_SEARCH set to default in the some fields value "*"

Denis.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Refer to the below link

Regards,

Gangadhar.S

Answers (2)

Answers (2)

Former Member
0 Kudos

Closed.

sumit_mittal2
Active Contributor
0 Kudos

Hi denis,

If it's a dropdown field you can try setting it in get_v method of the respective attr. else try set the value = * in getter method.

Hope this helps

Cheers,

Sumit mittal

Former Member
0 Kudos

HI, thanks for answer.

get_v method is only work for drop down fields?

Is method get_v work for field 'char', 'numeric'?

Where I can get program by way of example?

Denis.

sumit_mittal2
Active Contributor
0 Kudos

HI Denis,

My mistake, try in getter method get_(attribute name) instead of get_v.

Hope this helps.

Cheers,

Sumit Mittal