‎2008 Aug 08 9:50 PM
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
‎2008 Aug 08 10:00 PM
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.
‎2008 Aug 08 10:00 PM
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.