‎2011 Oct 25 4:27 AM
Hi all,
I am given a transaction code S_ph0_48000450 which gives me the standard program AQZZ/SAPQUERY/H2DATE_MONITOR==
I am supposed to add Last change by UNAME in the selection screen program.
So I proceed to make a copy of the standard program AQZZ/SAPQUERY/H2DATE_MONITOR== to a custom Z program.
Now I need to create a transaction code to run my Z custom program.
I discovered the standard program use the Transaction Parameter type of t-code.
Can anyone teach me how do I fill up the Default Values in the Create Transaction Parameter screen because I cannot use the
D_SREPOVARI-REPORTTYPE = AQ
D_SREPOVARI-REPORT = /SAPQUERY/H2G
D_SREPOVARI-EXTDREPORT = DATE_MONITOR
The custom t-code will only fire up the standard program rather my custom Z program.
Anyone have any idea??
‎2011 Oct 25 4:50 AM
Hi
This is a SQVI Program. So i not think you can able to create tcode from se93.You can do it through SQVI or SQ02 Tcode.
Regards
Ajit
‎2011 Oct 25 4:50 AM
Hi
This is a SQVI Program. So i not think you can able to create tcode from se93.You can do it through SQVI or SQ02 Tcode.
Regards
Ajit
‎2011 Oct 25 5:01 AM
Hi Ajitabap,
I goto SQ03 and make a copy of the /SAPQUERY/H2G UserGroup to ZGK_MONITORI with all its queries as well.
I goto SQ02 and make a copy of the /SAPQUERY/HR_ADM infoset to ZGK_MONITORI.
I goto SE93 and make a custom transaction parameter ZGK_MONITORING_EMAIL and entered the following default values:
D_SREPOVARI-REPORTTYPE = AQ
D_SREPOVARI-REPORT= ZGK_MONITORI
D_SREPOVARI-EXTDREPORT = DATE_MONITOR
When I tried to run the t-code ZGK_MONITORING_EMAIL , I wil be lead to SAP Easy Access screen instead with the message below: "User Group ZGK_MONITORI has not yet been created"
Anyone have any idea how to resolve this problem?
‎2011 Oct 25 5:16 AM
Hi,
The tcode will be created with se 93 b y converting the program to a zprogram but the if you will made any kind of change it will start giving you problem when you will transport it ot QAS, Or PRD. V have the same problem here as well.
regards,