‎2010 Jun 02 11:22 AM
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
‎2010 Jun 02 11:29 AM
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
‎2010 Jun 02 1:49 PM
Thnx bt i want to add codig in EXTRAS of sq02 .
i m not able to do coding.
‎2010 Jun 03 1:58 AM
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
‎2010 Jun 03 4:38 AM
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