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

problems transporting a variant

Former Member
0 Likes
1,621

Hello,

I am having problems transporting a variant for a SAPQUERY that I have created. I am using se38 and the program RSTRANSP and I am getting the following error message: "Function cannot be created for local/private object". " variants cannot be transported if the relevant program has only been defined as a local/private object (development class $TMP)". I have checked my sapquery: object =

R3TR AQQU /SAPQUERY/MEZME80FN package= /SAPQUERY/ME.

the variant I am trying to transport is ZME80FN. I am not sure if I have to have the variant named CUS&ZME80FN or not. If someone could please let me knbow what I have to do to get the variant to transport, that would be helpful. Please let know if you need more info.

thanks in advance for the help.

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
1,092

Use program :RSAQR3TR to transport Sap Query variant .

Execute the program and click the checkbox " transport query layout variant "...

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

3 REPLIES 3
Read only

former_member181966
Active Contributor
0 Likes
1,093

Use program :RSAQR3TR to transport Sap Query variant .

Execute the program and click the checkbox " transport query layout variant "...

Hope this’ll give you idea!!

<b>P.S award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

Former Member
0 Likes
1,092

Thanks for the reply. I have tried the transaction with the following selections and it was unsuccessful. I selected a) copy global area -> stabdard area b)transport of query layout variant c)transport infosets and enterd my infoset with the import option replace. was was returned was the following:

InfoSet ZFS_SAPQUERYME80FN (import option REPLACE )

InfoSet ZFS_SAPQUERYME80FN (import option REPLACE )

InfoSet ZFS_SAPQUERYME80FN imported

W Unable to assign InfoSet ZFS_SAPQUERYME80FN . User group /SAPQUERY/MB missing!

W Unable to assign InfoSet ZFS_SAPQUERYME80FN . User group /SAPQUERY/ME missing!

W InfoSet ZFS_SAPQUERYME80FN not assigned to a user group

Also, is there any good documentation that I can get to help me with SAPQUERY? This is the first one that I am doing and I think that I might have done some things wrong based on the W messages above.

Read only

0 Likes
1,092

You have to create user group in tr.SQ03 and you can create infoset in SQ02 ....

Here`re the docs !!

http://www.sappoint.com/abap/ab4query.pdf

http://www.thespot4sap.com/Articles/SAP_ABAP_Queries_Create_The_Query.asp

Thanks SK