‎2013 May 21 10:11 AM
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 ?
‎2013 May 21 10:50 AM
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 Name | Parameter Value |
|---|---|
| D_SREPOVARI-REPORTTYPE | AQ " constant for query |
| D_SREPOVARI-REPORT | user group name " add a trailing "G" if query defined in global area |
| D_SREPOVARI-EXTDREPORT | query name |
| D_SREPOVARI-VARIANT | variant " optional |
Also check Note 393160 - SAP Query: Using queries
Regards,
Raymond
‎2013 May 21 10:50 AM
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 Name | Parameter Value |
|---|---|
| D_SREPOVARI-REPORTTYPE | AQ " constant for query |
| D_SREPOVARI-REPORT | user group name " add a trailing "G" if query defined in global area |
| D_SREPOVARI-EXTDREPORT | query name |
| D_SREPOVARI-VARIANT | variant " optional |
Also check Note 393160 - SAP Query: Using queries
Regards,
Raymond
‎2013 May 21 3:06 PM