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

Problem when I transport query program

Former Member
0 Likes
469

I everybody,

I have a problem when I transport query (Export /Import) with a procedure. I just export Infoset and query because the user group exist in target environment.

The problem is the program of the query in target environment is different from the environment source. So, I can't assign a specific transaction with a query program which exist only environement source.

I'm in ECC6 Ehp6.

Can you help me please ?

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
432

Don't use the generated report name in transaction definition.

Create a parameter transaction referencing START_REPORT, set indicators "Skip Initial Screen" and "Inherit GUI attributes".

For parameters :

Parameter NameParameter Value
D_SREPOVARI-REPORTTYPEAQ " constant for query
D_SREPOVARI-REPORT

user group name " add a trailing "G" if

query defined in global area

D_SREPOVARI-EXTDREPORTquery name
D_SREPOVARI-VARIANTvariant " optional

Also check Note 393160 - SAP Query: Using queries

Regards,

Raymond

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
433

Don't use the generated report name in transaction definition.

Create a parameter transaction referencing START_REPORT, set indicators "Skip Initial Screen" and "Inherit GUI attributes".

For parameters :

Parameter NameParameter Value
D_SREPOVARI-REPORTTYPEAQ " constant for query
D_SREPOVARI-REPORT

user group name " add a trailing "G" if

query defined in global area

D_SREPOVARI-EXTDREPORTquery name
D_SREPOVARI-VARIANTvariant " optional

Also check Note 393160 - SAP Query: Using queries

Regards,

Raymond

Read only

0 Likes
432

Hi Raymond,

Thank you for your reply. 

Its works fine

best regard,

sihem