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

client dependent

Former Member
0 Likes
1,193

are report/bdc client dependant/independant?

are smartform/sapscript client dependant/independant?

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
1,154

hi,

report is not client dependent

forms (sapscript) are client dependent.

Andreas

12 REPLIES 12
Read only

andreas_mann3
Active Contributor
0 Likes
1,155

hi,

report is not client dependent

forms (sapscript) are client dependent.

Andreas

Read only

0 Likes
1,154

report-- client independent

smartform--client independent

sapscript- client dependent

Read only

Former Member
0 Likes
1,154

Hi vishal,

1. report - client independent (just like development objects)

2. BDC data - client dependent ofcourse

3. BDC Program - client INDEPENDENT (bcos its just a program)

4. smartforms - client independent (bcos an FM is called)

5. sapscript - client dependent.

regards,

amit m.

Read only

Former Member
0 Likes
1,154

Vishal,

Reports,fn modules,smartform, ... are Independant pgms.

Tables are Client dependant/independent based on the settings.

Rgds,

jothi.

Mark useful answers.

Read only

Former Member
0 Likes
1,154

Is it true we can make tables client independent by not adding keyword mandt? are any of the transparent tables client independant?

Read only

0 Likes
1,154

Hi Vishal,

yes. You can make tables client independent by not adding the field MANDT.

There are many such tables.

Regards,

Shashank

Read only

0 Likes
1,154

Hi,

The field MANDT stores the client number.

If the table does not have this field then it is independent.

e.g TSTC....

Sameena

Read only

0 Likes
1,154

Hi again,

1. If the first field of any table

is MANDT,

then it is client dependent table.

(thats the only criteria)

2. are any of the transparent tables client independant?

There are many

T000 Clients

T002 Language Keys

DD02L SAP Tables

DD*

regards,

amit .

Read only

0 Likes
1,154

Hi all,

I am just confused about the Q... what exact advantages we are getting by the client dependent and independent objects ???

What are the disadvantages if an object is client dependent / independent.

Looking for some good answers

Read only

0 Likes
1,154

HELLO,

i hope u must be knowing the client concept in SAP.

u can logically separate the data with this concept. as already told, if u have MANDT first field in table it is client dependent. that means u can see this only in this client. not in others.

when an object is client independent, like a report it can be used across clients. a report has nothing to do with data. so an independent object. can be used in any client.

hope this helps...

Read only

Former Member
0 Likes
1,154

<i>are report/bdc client dependant/independant?</i>

yes

<i>are smartform/sapscript client dependant/independant?</i>

smartforms are client independent.

scripts are client dependent.

Regards

vijay

Read only

Former Member
0 Likes
1,154

Report : Client Independent

Smartforms : Client Independent

Sapscript : Client Dependent