‎2006 May 30 5:39 PM
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.
‎2006 May 30 5:51 PM
Use program :RSAQR3TR to transport Sap Query variant .
Execute the program and click the checkbox " transport query layout variant "...
Hope thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 May 30 5:51 PM
Use program :RSAQR3TR to transport Sap Query variant .
Execute the program and click the checkbox " transport query layout variant "...
Hope thisll give you idea!!
<b>P.S award the points.</b>
Good luck
Thanks
Saquib Khan
"Some are wise and some are otherwise"
‎2006 May 30 9:12 PM
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.
‎2006 May 30 9:43 PM
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