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

Transaction code cannot fire up the program

siongchao_ng
Contributor
0 Likes
784

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??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
711

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

3 REPLIES 3
Read only

Former Member
0 Likes
712

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

Read only

0 Likes
711

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?

Read only

Former Member
0 Likes
711

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,