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

ABAP Query Help

Former Member
0 Likes
270

Hi all, I have never used ABAP query before and have been asked to modify one. Can someone give me the steps to actually changing the selection criteria and the code behind the query? The user wants to add a selection criteria and use it to pull the data with.

Thank you in advance for your help!

Mike

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
249

You have to make the changes in two places one in Infoset(SQ02) and other one in Query(SQ01).

in SQ02 you need to add the extra fields and if required you have to modify the code.

and in SQ02 you have to add the selection screen and Output fields in the list. once you finish all the Changes check every thing generated properly or not.

1 REPLY 1
Read only

Former Member
0 Likes
250

You have to make the changes in two places one in Infoset(SQ02) and other one in Query(SQ01).

in SQ02 you need to add the extra fields and if required you have to modify the code.

and in SQ02 you have to add the selection screen and Output fields in the list. once you finish all the Changes check every thing generated properly or not.