2013 Jul 24 10:36 AM
Hi,
I have a FM which has a IMPORT parameter which is of a table type say CRMT_OBJECT_GUID_TAB.
I am trying to test run the FM but I am not able to give the test data.
Can someone help regarding this issue.
Regards,
Adithi
2013 Jul 24 2:28 PM
You can't populate Import Table with GUIDs...or better: with RAW (Hex) Fields
And CRMT_OBJECT_GUID_TAB contains only RAW GUIDs, sorry. I don't know any way to do this, except creating a dummy test Report.
Best regards,
Bastian Stritt
2013 Jul 24 11:03 AM
Hi Aditi,
Why you are unable to give test data. while executing you will get contents symbol(details view/edit) infront of your parameter. Just click on that then you able to provide test data.
Still if you facing problem give detail issue which you are facing.
Regards,
Venkat.
2013 Jul 24 11:32 AM
Hi,
Basically its an table values so you need to add rows by clicking in the icon in the FM input screen. Other was could be like put a breakpoint in the first line of code then export the table entries say from excel to the internal table via new debugger interface.
Cheers,
Arindam
2013 Jul 24 2:28 PM
You can't populate Import Table with GUIDs...or better: with RAW (Hex) Fields
And CRMT_OBJECT_GUID_TAB contains only RAW GUIDs, sorry. I don't know any way to do this, except creating a dummy test Report.
Best regards,
Bastian Stritt
2013 Jul 25 5:14 AM
Hi Bastian,
That explains it. Quite strange that it takes input from a report but not directly.
Thanks for the reply.
Definitely helpful.
Regards,
Adithi