‎2008 Nov 27 7:19 AM
Hi ALL ,
How to write coding in code editor of the INFOSET SQ02 , while creating a query.
i want to write a condition in the event START-OF-SELECTION . here i want to write a conotion that select fields when one field is begining with Z and the same field begining with Z : .
Please help .
Thanks ,
Sabu
‎2008 Nov 27 7:47 AM
hi,
goto sq02 give ur infoset name click change then click on extras tab
in app tool bar u have a tab called code .write ur logic there.
‎2008 Nov 27 8:13 AM
Is it require to write like a report or just the condition that i need . actually i want a condition that picks data where the field AGR_NAME begins with Z AND Z : . If i put the same in selection screen it is picking the condition as AGR_NAME begins with Z OR Z : ( but i want Z AND Z : ) .
Thanks ,
Sabu.
‎2008 Nov 27 8:06 AM
In SQ02 , u can add code there, but if u want to access the final internal table u need to write the code in record processing. using field symbol.
‎2009 May 08 7:22 AM