Create a TCODE for an ABAP Query
Posted by Admin, under ABAP, SAP Query, TutorialAssigning a T-Code to an ABAP Query can be done in two ways. By first method, you assign Query Program Name to the T-Code. In second, you assign the Query directly to the T-Code.
It is recommended not to assign Query program name directly to trnasaction code in case of queries(prefer method 2 than method 1), because Queries are generated and may vary system by system. But I have seen first being used more.
