Application Development 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: 

How to find out who had deleted a varient of a report

Former Member
0 Kudos

Hi,

I want to know who has deleted a variant of a report. is there any table or a transaction code from where we can know the login id of the person.

Thanks,

Vinayak

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi Vinayak,

Check it out in <b>VARI</b> table ..

Regards,

Santosh

6 REPLIES 6

Former Member
0 Kudos

hi Vinayak,

Check it out in <b>VARI</b> table ..

Regards,

Santosh

Former Member
0 Kudos

Hello,

Check these tables:


VARI	ABAP/4: Variant storage (similar to INDX)
VARICON	Selection variants: Content
VARICONCI	Selection Variants: Content (Cross-Client)
VARID	Variant directory
VARID_CI	Variant Catalog, Cross-Client
VARIDESC	Selection Variants: Description
VARIDESCCI	Selection Variants: Description (Cross-Client)
VARINUM	Internal number assignment for variants
VARIS	Assignment of variant to selection screen
VARIS_CI	Assignment of Variant to Selection Screen
VARIT	Variant texts
VARIT_CI	Variant Texts, Cross-Client
VARK	Delivery Plan: Customer-Specific Itinerary
VARZ	Delivery Plan: Zone-Specific Itinerary

If useful reward.

Vasanth

suresh_datti
Active Contributor
0 Kudos

Tcode STAT used by the BASIS folks might through some light too..

~Suresh

Former Member
0 Kudos

u cant find out who deleted the variant in a program...

Former Member
0 Kudos

HI,

VARI

VARID

VARIT

VARICON

VARICONCI

VARIDESC

You can use the Function module RS_VARIANT_VALUES_TECH_DATA to get the data also

Regards

Sudheer

Former Member
0 Kudos

check in table <b>VARID</b> fieldname <b> AENAME</b>