cancel
Showing results for 
Search instead for 
Did you mean: 

How to access data in SQ02?

Madhurivs23
Participant
0 Kudos

Hello,

I have created one infoset in SQ02. I want sort the table and do delete adjacent duplicates before it is passed to display function.

So, I go to the SQ02 and added my code as :

sort %DTAB by vkorg vtweg spart parvw kunnr kunn2 SMTP_ADDR001 SMTP_ADDR.

Its giving error : Field "%DTAB" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement. "DATA" statement.

I checked in the program generated by SQ02. the table is declared as :

data %dtab type standard table of /1BCDWB/IQ000000000439 with header line.

How should I access this table in my code?

Please help

rgds,

Madhuri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

dear madhuri,

if i 'am not wrong u can set functions like how u want to display , seqence of display and other features when u define ur querry in sq00.

whenur creating a qerry it will ask for infoset to be used..

regards

suresh sangoju

Madhurivs23
Participant
0 Kudos

Hi Suresh,

There are duplicate entries. I want to remove them, so I wanted to sort that and delete the adjacent duplicates.

But when I am writing this code, it is givin error message that this table is not declared. I checked in debug mode, the table name is correct and final values to be displayed are coming in tha t table . Still it is giving such kind of error.

Rgds,

Madhuri