Hi,
We have BODS 4.1 version. I am using a custom ABAP transform in one of my BODS job.The ABAP program expects a varchar input parameter.The length of this parameter is given as 1000.The job executes with out any issues if the length is 71 characters including the single quotes in beginning and end of the string.
But if i pass any value more than 71 character it fails with following error
6184 | 10968 | R3S-140103 | 6/30/2015 5:14:07 AM | |Data flow New_DataFlow|Reader DF_TEST_ABAP_PROG|Transform DF_TEST_ABAP_PROG__Driver |
6184 | 10968 | R3S-140103 | 6/30/2015 5:14:07 AM | ABAP parameter < >'s value is too long. |
Has anyone encountered this error before?