cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RSRT setting - use selection of structure elements

Former Member
0 Likes
961

Hi All,

I'm trying to use the property - "use selection of structure elements" for improving the Bex query performance using the TCode-RSRT.

I checked this property "use selection of structure elements" is captured in the table - RSRREPDIR, with KIDSEL='X'

Having done so, trying to capture this property, along with the changes as required for my query and bind them in the transport request(TR).

Could you advise, how do we check for the element in TR, which is capturing the property set in RSRT. Want to check the element that actually represents (which is getting captured in transport request).

Please advise,

Regards,

Sunil

View Entire Topic
Former Member
0 Likes

Hi,

During query transports, you can see query element's GUID kind of thing..don't get query names or any other technical names we used directly in transport request...

So now you have to cross check the COMPUID from RSREPDIR table when COMPID = "Your query name" is collected in your transport request..If it's there, then this change should be captured in that request....

Former Member
0 Likes

Thanks Arun,

I tried to check this option, the entry in the table is only after I check the setting in RSRT.

However, the values in table to that of the values in TR are not same.

so, it means, the TR has not captured the changes..

Regards,

Sunil

yasemin_kilinc
Active Contributor
0 Likes

Hi Sunil,

I think this setting is not being transported through systems. You can directly use RSRT in live system and do the setting there...

Regards

Yasemin...

former_member182470
Active Contributor
0 Likes

Hi Sunil,

Yasemin ULUTURK is right. These settings have to be done directly in target systems. You should have access to RSRT in those systems, that's it.


Regards,

Suman

Former Member
0 Likes

Sorry, i don't understand this...you mean, you don't find the COMPUID of RSREPDIR in your transport request? Please check carefully.

Try to use E071 table insteaf od FIND option in transport request..

OR

Try with SE03 -> Find objects in transport -> select query componenets and give this COPMUID..

Did you save the query in query desinger after changing settings in RSRT? You just can't collect only through RSRT...either you have to use query desinger or transport collection in RSA1....