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

Dump when I try to execute SQL query in Function Module

Former Member
0 Likes
579

Please see the Attached ST22 Dump & suggest a solution, unable to find appropriate Snote  :

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
480

The field-symbols <DYN_TAB_RESULT> is not defined yet.. (did you replace record <datarow> with internal table but forget to create this one? -> Error seems to be in your FM, you should not find a note OSS for that if you are not a SAP employee...

Regards,

Raymond

Read only

Former Member
0 Likes
480

Hi Vishwam,

Assign your field symbols <DYN_TAB_RESULT> with their respective type,

if it is none, assign it to ANY.

ASSIGN : <DYN_TAB_RESULT>.

Thanks and Regards

Kishan Shah