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

how to write coding while QUERY creation

Former Member
0 Likes
426

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

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
400

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.

Read only

Former Member
0 Likes
400

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.

Read only

Madhurivs23
Participant
0 Likes
400

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.

Read only

Former Member
0 Likes
400

thanks for reply