cancel
Showing results for 
Search instead for 
Did you mean: 

Transport of tcode created with SE93

Former Member
0 Kudos

Hello experts,

I have just created a Tcode with SE93 which is a sqvi request.

I created it in ou development system and I would like to transport it in our Productive one.

The productive system send back an error LOAD_PROGRAM_NOT_FOUND.

In fact it doesn't find the programm created by sqvi !!

Could you help me please ?

Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

jens_hoetger
Explorer
0 Kudos

Hello,

do not use the generated program for a transaction code. It may change - maybe when there is another generation of the query programs, e.g. after implementation of support packages or similar. I guess the LOAD_PROGRAM_ERROR occurs because the program used for your transaction is not existing in your production system - because the generated program for this query has another name.

Better use this method to offer a query in a transaction. Using "START_REPORT" with group and query name will ensure that the correct program is used in the transaction.

As you wrote that you had created a quickview -> first you have to convert it into a SAP query using SQ01.

After this create a parameter transaction

Enter these values:

- Transaction: START_REPORT

- Set the check mark for all these fields:

Skip initial screen

Inherit GUI attributes

Professional user transaction

SAPGUI for HTML

SAPGUI for Java

SAPGUI for Windows

In field group "Default values":

D_SREPOVARI-REPORTTYPE AQ

D_SREPOVARI-REPORT < the user group of your query >

D_SREPOVARI-EXTDREPORT < the name of your query (like in SQ00) >

D_SREPOVARI-VARIANT < maybe a variant - as you want >

D_SREPOVARI-NOSELSCRN < if a variant is given: X for skipping the selection screen >

There is another way, maybe easier:

- use PFCG for creating a new role Z_TEST

- switch to tab "Menu"

- press the " + Report" button

- choose the "SAP Query" radio button and enter user group and query name below.

The transaction code will be given dynamically (Y_<SID>_<number>), maybe not as you want it. You can copy or rename it in SE80.

HTH

Jens Hoetger

Edited by: Jens Hoetger on Aug 24, 2009 2:30 PM

Edited by: Jens Hoetger on Aug 24, 2009 2:34 PM

Former Member
0 Kudos

Hello,

Did you transport the query as well from development to production. If not please do it first and then only execute the t-code.This will resolve the issue.

Regards.

Ruchit.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

What you have to do is....

  1. Go to SE80 --> Repository Browser
  2. In the first selection box select "Package", in the second selection box select the name of the Package in which you saved your Transaction Code (for example $TMP or the one you created for your developments)
  3. Click on the Display Button
  4. Open the folder "Transactions" that is inside the folder that has the name of the Package
  5. Select the name of the Transaction you want to transport, right click
  6. Select "Write Transport Entry"

I hope it helps.

Regards

Erika Zagal de la Luz

Former Member
0 Kudos

Hi,

Could you please explain what is sqvi request?

Regards

Ashok Dalai

Former Member
0 Kudos

Hi,

In fact I created a quickVIEW with sqvi which is a table joint quickview.

With SE93 I create a Tcode with the program generated by sqvi for this quickview.

I would like to know how to transport this Tcode in the productive system.

Thank for your help

Former Member
0 Kudos

Hi,

You can create a request in tcode se01 and include the tcode in the it and move it to production

Regards

Ashok Dalai

Former Member
0 Kudos

This could help you: