‎2009 Aug 19 9:32 AM
Hi,
Has any body tried this. I've setup the structure and written the ABAP code for data retrevial.
I then create the infoset using transaction SQ02, Checked the radiobutton Data retrevial by program in the first screen with the structure name and external ABAP Program name which are created earlier.
Then get into the Change infoset but when I try to activate or generate the infset I get a generation error in the retrival program as 'Commentary <Query_head> or<Query_body> is missing'.
I cannot find any sap docs on this and hope someeone has an answer or some sample code.
Regards,
Rajesh
‎2014 Feb 25 9:29 AM
Anybody with a solution on this am facing the same problem. Rajeshwar Reddy please let me know if you sorted it out
‎2014 Feb 25 10:34 AM
Hi Rajeshwar,
I haven't worked on this, but I have just tried.
Try by selecting Integrated Program instead of External program,
In both cases, I understood that this error is triggering from the code given in Data Reading Program in Extras.
Jogeswara Rao K
‎2014 Feb 25 11:49 AM
Thanks for the response but it doesn't sort out the issue.....
‎2014 Nov 27 8:13 PM
The create and running of an external program must have a certain structure. See the documentation for creating the program at
http://help.sap.com/saphelp_erp60_sp/helpdata/EN/d2/cb45b2455611d189710000e8322d00/content.htm?frame...
‎2022 Dec 21 8:23 AM
try to put comment *<Query_head> and *<Query_body> in your program ,maybe it's usefull for you