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: 

Report Variants, Text Symbols, Attributes.

aaruljothi
Participant
0 Kudos

Hi Experts,

Where are the variants, text Synbols and the attributes on a report program in se38 stored?.

How to retrive it in a custom program?.

Regards,

Arul Jothi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

variants are stored in table <b>VARID</b>

attibutes are stored in view <b>TRDIR</b>

5 REPLIES 5

Former Member
0 Kudos

variants are stored in table <b>VARID</b>

attibutes are stored in view <b>TRDIR</b>

0 Kudos

Hi chandrasekhar,

thanks for ur immediate and useful reply.

But in the table varid i find only the variant names. If i want to have the variant values, where do i go for it?

Former Member
0 Kudos

c these tables,

T100,T100a,TLIBV,v_fdir,tfdir,d010inc.

Regards..

Bikash

Former Member
0 Kudos

Hi Arul,

for variant values check the tables <b>TVARVC, TVARV</b> they might be of some use

vinod_gunaware2
Active Contributor
0 Kudos

Name Description

DBCON Description of database connections (including password)

DD02V Date dictionary tables

DD03L Date dictionary tables and fields

DD07T Texts for Domain Fixed Values

TRDIR Table of programs

TRMAC Table of macros

TSTC Table of transaction codes

TADIR Directory of R/3 repository objects

TPARA Table of PID's

variants are stored in table VARID

attibutes are stored in view TRDIR

TVARVC, TVARV

regards

vinod