After re-generating all my proxies using 2.0. My structure field names are now different.
for example: I have an RFC which returns a structure. This structure has field names such as:
ACCOUNT
ACCOUNT_NM
ADDR_LINE_1
These now appear to the calling application as:
ACCOUNT
ACCOUNT_5fNM
ADDR_5fLINE_5f1
It seems that wherever there is an underscore it is now appending "5f".
any help is appreciated. Of course, this has major impact on my application if I have to fix all of these field names.
thanks, Philip
Please install Patch from OSS note 506603.
Add a comment