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

Query Regarding Variants

Former Member
0 Likes
1,168

Hi ,

Is variant client dependent or independent ?

Best Regards

Chandrika.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,129

Hi Sarath!

Variants are client-depended.

You can browse this link:

http://help.sap.com/saphelp_47x200/helpdata/en/c0/980374e58611d194cc00a0c94260a5/frameset.htm

Regards,

Pavel Aleshko

11 REPLIES 11
Read only

Former Member
0 Likes
1,129

Variant are client dependent. Use RSVARIVALCLI -> for copying to different clients.

Regards

Kathirvel

Read only

0 Likes
1,129

Hi

What is RSVARIVALCLI.

Thanks

Chandrika.

Read only

Former Member
0 Likes
1,129

Hi,

Variant are client dependent. you need to transport if you do require in another client.

Regards

Bhupal Reddy

Read only

Former Member
0 Likes
1,129

Variant are client dependent. you need to transport if you do require in another client.

Read only

0 Likes
1,129

Hi

Suppose we create a job in client 300 .Then that job is visible in client 310 also.

For a job u need a variant.Then how is the variant being visible in 310 ( when u display the job) when variants are client-dependent.

Regards

Chandrika.

Read only

0 Likes
1,129

HI Chandrika

Background jobs are client independent. We can understand the same from tables <b>TBTCO</b> and <b>TBTCP</b>.

Kind Regards

Eswar

Read only

0 Likes
1,129

Hi

Suppose we create a job in client 300.This job executes a report in background that downloads data on to the application server.

As jobs are client-independent , we can run the job on any client.When we run this job in client 310, it is using the same variant that it used in client 300.

If variants are client-dependent, then how would this be possible??

Regards

Chandrika.

Read only

Former Member
0 Likes
1,130

Hi Sarath!

Variants are client-depended.

You can browse this link:

http://help.sap.com/saphelp_47x200/helpdata/en/c0/980374e58611d194cc00a0c94260a5/frameset.htm

Regards,

Pavel Aleshko

Read only

Former Member
0 Likes
1,129

.

Read only

Former Member
0 Likes
1,129

hi

Variant are client dependent. variant r using for background job.

two types of variant

1 direct variant using 't' code se11

2 transaction variant using 't' code se93

Read only

Former Member
0 Likes
1,129

This message was moderated.