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

Case sensitive information through Abap client proxy

Former Member
0 Likes
1,079

Hi Experts ,

I need to pass case sensitive information through Client proxy to make an adapter call in SAP PI.

Even If i pass the information as 'Activate' , SAP internally converts it to 'ACTIVATE'

I have the option of converting to lower case 'activate' . How can I control this in ABAP to ensure the same case information

is being passed to the recipient as 'Activate'.

Regards,

Nick

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
976

Hi Nick

Are the fields referenced in the ABAP Proxy defined at Domain Level as being Lowercase enabled?

Regards

Arden

4 REPLIES 4
Read only

Former Member
0 Likes
977

Hi Nick

Are the fields referenced in the ABAP Proxy defined at Domain Level as being Lowercase enabled?

Regards

Arden

Read only

0 Likes
976

Hi Arden ,

They have been defined as string and no case enablement is defined .

The Rest Adapter which receives the data from the client proxy expects it to be in a certain case like 'Activate' rather than ' ACTIVATE' or 'activate'.

How can i control this and pass the information to SAP PI in the same case format in which it is expecting the input.

Regards,

Harish

Read only

0 Likes
976

Hi Nick,

Create a DOMAIN for the field  check the lower case.

Hope it helpful,

Regards,

Venkat.

Read only

0 Likes
976

Thanks Venkat ..That fixed my problem...