‎2007 May 04 10:11 AM
‎2007 May 04 10:23 AM
Hi
What do you mean exactly by this?
If you execute a Transaction attached to a program, it will give selection screen and execute gives the results.
Generally we design a program in SE38 with all the querries and attach a Tcode in SE93 and gave some Tcode (custom).
when you execute that Tcode, the results will be displayed.
Reward points if useful
Regards
Anji
‎2007 May 04 10:12 AM
‎2007 May 04 10:19 AM
Hi,
For example, I have a query 'ZQUERY'. Is there a transaction that will run this directly by just going to that transaction and entering the Query name (ZQUERY).
‎2007 May 04 10:18 AM
‎2007 May 04 10:21 AM
Yo can create a transaction with parameters to execute directly your query.
Inside you must write in default values for: transaction START_REPORT and mark flag of skip initial screen. Then in default values you must complete strcuture d_srepovari with diferent fields values:
Example:
D_SREPOVARI-REPORTTYPE = AQ
D_SREPOVARI-REPORT = (user group)
D_SREPOVARI-EXTDREPORT = (query name)
‎2007 May 04 10:23 AM
Hi
What do you mean exactly by this?
If you execute a Transaction attached to a program, it will give selection screen and execute gives the results.
Generally we design a program in SE38 with all the querries and attach a Tcode in SE93 and gave some Tcode (custom).
when you execute that Tcode, the results will be displayed.
Reward points if useful
Regards
Anji