‎2015 Nov 10 4:21 AM
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
‎2015 Nov 10 4:35 AM
Hi Nick
Are the fields referenced in the ABAP Proxy defined at Domain Level as being Lowercase enabled?
Regards
Arden
‎2015 Nov 10 4:35 AM
Hi Nick
Are the fields referenced in the ABAP Proxy defined at Domain Level as being Lowercase enabled?
Regards
Arden
‎2015 Nov 10 4:54 AM
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
‎2015 Nov 10 5:23 AM
Hi Nick,
Create a DOMAIN for the field check the lower case.
Hope it helpful,
Regards,
Venkat.
‎2015 Nov 10 5:42 AM