‎2015 May 18 3:59 AM
Dear All,
I am executing the Function Module FAGL_GET_TT_DATA in T code: SE37 But i get the following error Message
Error generating the Test Frame.
Could you please help me out, how to proceed further
Thanks in Advance
Jose.
‎2015 May 18 5:03 AM
Hi Jose,
Please Check the below note,in the image attached you can see
Type or field "TABLE" is generic. No table row has been specifiedIt seems like issue with the generic type declaration "TABLE", the structure of table row is unknown.
better to try to test the FM through a test program.
877328 - SE37: Error when generating the test frame
Check this link it might help to test the FM
https://help.sap.com/saphelp_nw70/helpdata/en/be/928f40f5767d17e10000000a1550b0/frameset.htm
Regards,
Pavan
‎2015 May 18 5:48 AM
Hi jose,
Inside the function module,they are using field symbols,field symbol is not assigned.
this field symbol <st_data> is not assigned.u can check in debugging mode, first call FM in progarm and debug it.