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

Sq02 coding

Former Member
0 Likes
1,384

Hi Sap gurus..

I hav created infoset in sq02 and there i used tqo tables A589 AND KONP..

There i need to get values according to condition..

First take data from A589 with given selection criteria and A589-KFRST = ' ' and

(A589-DATBI > X_DATE ) and pick the unique records with key field of table A589 and pick up the value of KONP_KSTBW with ref of A589-KNUMH = KONP-KNUMH.

X_DATE IS VARIABLE Which is declared in SQ02.

Thnx in advance

4 REPLIES 4
Read only

Former Member
0 Likes
781

Hi,

You can give the Query conditions in the transaction SQ01. This will have a selections screen for the Query where in you can select the respective fields of the table (infoset).

Also you can select the output fields from the infoset tables which are required. Check the Query transaction SQ01.

Regards

Shiva

Read only

0 Likes
781

Thnx bt i want to add codig in EXTRAS of sq02 .

i m not able to do coding.

Read only

former_member214857
Contributor
0 Likes
781

Hi

In transaction SQ02 you can use Code option (Shift +F8). Click on this option you are able to write ABAP code on defined

events.

Kind regards

Read only

0 Likes
781

Thnx but..

I amdnot able to code in Extras button...

Can u plz tell me how can we docoding in that..

Is there any difference between coding in ABAP or not or tell any locationf rom where i can read