Application Development and Automation 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: 
Read only

function module's screen variant

Former Member
0 Likes
1,128

Dear Experts,

when we run function module and save the screen variant,then we give the values for screen variant.Where these values are save.Means in which table they stored.

Thanks,

Jaten

4 REPLIES 4
Read only

Former Member
0 Likes
752

Hi Jaten.

I would like to suggest my opinion,

Table SHDSCCI - Standard variants (screen variants)

Table SHDSVTXCI - Screen variants: Texts

Table TVARH - Header entries for screen variants

Table SHDSVCI - Screen variants

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Read only

0 Likes
752

Dear,

I am looking the value corresponding to variant name.Not where variant save.

I am looking the there value where save.

Thanks,

Jatin

Read only

RaymondGiuseppi
Active Contributor
0 Likes
752

Cluster table EUFUNC. (Look at function group SEUJ to find FM that manage those data -or- use IMPORT/EXPORT FROM DATABASE)

Regards

Read only

Former Member
0 Likes
752

Hi Jaten.

I would like to suggest,

My detailed analysis showed some results,

Report for the screen variant is - SAPLSVAR.

Structure - RSVAR.

Screen fields,

Variant Name - VARIANT

Variant text - VTEXT

Dynpro number - DYNNR

Background Processing (Checkbox) - VBATCH (Environment).

Protect Variant - PROTECTED

Only display catalog - NODISPLAY.

Out of which the main fields.

VARIANT

VTEXT

are found in table VARIT.

TableVARID,

TRANSPORT

ENVIRONMENT

PROTECTED,

check box fields.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave