Application Development 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: 

Field-Group Content.

Former Member
0 Kudos

Is any way to check the content of Field-Group during debugging.

How to get the content of Field Group at this point.

EXTRACT fgData.

2 REPLIES 2

Former Member
0 Kudos

I found this post here [http://forums.sdn.sap.com/thread.jspa?threadID=1427390] by Marcin Pciak

Re: field-group - Read Content of Field-Group

I am affraid this is not possible to preview content of EXTRACTS. You can only have one extract within program ,that's why when you use LOOP without any addtions, system knows that you are addressing EXTRACT. But it is not a physical data object you can address explicitly (neither within debugger). I think this is stored in some special memory area,

I checked in Classic Debugger (top menu Goto -> System areas -> SCREEN table -> then in field Area typed ? to show all memory areas, but nothing meangful for extracts I found.

I think the only way to preview the contents would be writing it on screen.

Regards

Marcin

0 Kudos

I Cannot change the code to keep the write statement. Is there any way to see view the page space of the Field-Group.