‎2009 Jun 20 9:18 PM
Hello,
I am trying to select record from table plmm_audit_roles with key object_guid = QD-QA-012008.
outside my program I have no proble, inside my program i get subrc = 4.
when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers,
and also subrc = 4.
there is no value in the guid field.
How can I get the record ?
Please advise.
Yifat
‎2009 Jun 22 5:03 AM
>
> when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers
That is what you need to pass in the select query...Check and revert back.
Regards
Karthik D
‎2009 Jun 21 6:20 AM
Check how GUID is fetting stored in table.
QD-QA-012008, you may have to removed - in between before mapping.
‎2009 Jun 21 8:34 AM
Hello,
Thanks for your reply.
I tried to take off the -, but itbstill doesnt work.
also in the conversion routine I get guid which is more then 16 characters.
In the table the field defined as 16 characters.
Regards
Yifat
‎2009 Jun 22 4:39 AM
Hi,
Try to pass the GUID value in single quotes and then check.
Hope this may work.
Regards,
Prashant
‎2009 Jun 22 5:03 AM
>
> when using the convrsion routine CONVERSION_EXIT_PLMAM_INPUT , i get a long string of numbers
That is what you need to pass in the select query...Check and revert back.
Regards
Karthik D