Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function module-FAGL_GET_TT_DATA showing error message -Test Frame

Former Member
0 Likes
628

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.

2 REPLIES 2
Read only

pavanm592
Contributor
0 Likes
546

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 specified

It 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

Read only

Former Member
0 Likes
546

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.