Re: [sap-dev] Change variant owner
Posted by
Admin at
|
Share this post:
|
0 Comments
| | Posted by eduardosh (FI Consultant / ABAP Developer) on May 12 at 3:52 PM | |
Thank u guys... seems to be that there's no standard way to do this... we'll
try with the Z program.
On Wed, May 12, 2010 at 8:12 AM, R. Neal Wilhite via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:
> Posted by R. Neal Wilhite(Senior Project Manager)
> on May 12 at 9:10 AM
> It would probably need a little more manipulation than that, but it's a
> great starting point...
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: LCC352 via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Tue, May 11, 2010 12:36 pm
> Subject: RE:[sap-dev] Change variant owner
>
>
>
>
>
>
>
>
> Posted by LCC352 (Sr. Mgr, ERP/Financial Systems)
> on May 11 at 12:36 PM
> Mark as helpful
>
>
> SAP allows you to turn OFF the protection using program RSVARENT. This is
> what it looks like:
>
> REPORT RSVARENT.
> TABLES: VARID,RSVAR.
>
> SELECT-OPTIONS: S_REPORT FOR RSVAR-REPORT,
> S_VARI FOR RSVAR-VARIANT.
>
>
> SELECT * FROM VARID WHERE REPORT IN S_REPORT AND
> VARIANT IN S_VARI.
> CHECK VARID-PROTECTED NE SPACE.
> MOVE SPACE TO VARID-PROTECTED.
> IF NOT VARID-VARIANT(4) EQ 'SAP&'
> AND NOT VARID-VARIANT(4) EQ 'CUS&'.
> MOVE 'F' TO VARID-TRANSPORT.
> ENDIF.
> MODIFY VARID.
> ENDSELECT.
>
> I suggest you make a copy of it and reverse the logic to put ON the flag
> instead of remove it.
>
> -Lou
>
>
> ---------------Original Message---------------
> From: eduardosh
> Sent: Tuesday, May 11, 2010 12:27 PM
> Subject: Change variant owner
>
> > Hi all,
> >
> > We have a group (huge group) of variants created by an X user for job
> processing of several reports. Basis team wants to protect the variants so
> nobody else can change them. The solution we have thought is to make the
> variants user-protected. For this, we need to change the owner of the
> variants from "X" to "BASIS". Do you know if there's a way to change
> massively the owner of the variants?
> >
> > Thanks in advance.
__.____._ try with the Z program.
On Wed, May 12, 2010 at 8:12 AM, R. Neal Wilhite via sap-dev <
sap-dev@groups.ittoolbox.com> wrote:
> Posted by R. Neal Wilhite(Senior Project Manager)
> on May 12 at 9:10 AM
> It would probably need a little more manipulation than that, but it's a
> great starting point...
> Neal
>
>
>
>
>
>
>
>
> -----Original Message-----
> From: LCC352 via sap-dev <sap-dev@Groups.ITtoolbox.com>
> To: R. Neal Wilhite <wilhiten@aol.com>
> Sent: Tue, May 11, 2010 12:36 pm
> Subject: RE:[sap-dev] Change variant owner
>
>
>
>
>
>
>
>
> Posted by LCC352 (Sr. Mgr, ERP/Financial Systems)
> on May 11 at 12:36 PM
> Mark as helpful
>
>
> SAP allows you to turn OFF the protection using program RSVARENT. This is
> what it looks like:
>
> REPORT RSVARENT.
> TABLES: VARID,RSVAR.
>
> SELECT-OPTIONS: S_REPORT FOR RSVAR-REPORT,
> S_VARI FOR RSVAR-VARIANT.
>
>
> SELECT * FROM VARID WHERE REPORT IN S_REPORT AND
> VARIANT IN S_VARI.
> CHECK VARID-PROTECTED NE SPACE.
> MOVE SPACE TO VARID-PROTECTED.
> IF NOT VARID-VARIANT(4) EQ 'SAP&'
> AND NOT VARID-VARIANT(4) EQ 'CUS&'.
> MOVE 'F' TO VARID-TRANSPORT.
> ENDIF.
> MODIFY VARID.
> ENDSELECT.
>
> I suggest you make a copy of it and reverse the logic to put ON the flag
> instead of remove it.
>
> -Lou
>
>
> ---------------Original Message---------------
> From: eduardosh
> Sent: Tuesday, May 11, 2010 12:27 PM
> Subject: Change variant owner
>
> > Hi all,
> >
> > We have a group (huge group) of variants created by an X user for job
> processing of several reports. Basis team wants to protect the variants so
> nobody else can change them. The solution we have thought is to make the
> variants user-protected. For this, we need to change the owner of the
> variants from "X" to "BASIS". Do you know if there's a way to change
> massively the owner of the variants?
> >
> > Thanks in advance.
Copyright © 2010 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
In the Spotlight
Your SAP Security is at Risk...Learn How to Stay Protected. Read the free white paper from SenSage
View this thread online
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion
Manage group e-mails
Create an FAQ on this topic
Tell us what you think
Unsubscribe from discussion