‎2006 Jun 26 9:08 AM
are report/bdc client dependant/independant?
are smartform/sapscript client dependant/independant?
‎2006 Jun 26 9:10 AM
hi,
report is not client dependent
forms (sapscript) are client dependent.
Andreas
‎2006 Jun 26 9:10 AM
hi,
report is not client dependent
forms (sapscript) are client dependent.
Andreas
‎2006 Jun 26 9:11 AM
report-- client independent
smartform--client independent
sapscript- client dependent
‎2006 Jun 26 9:11 AM
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.
‎2006 Jun 26 9:12 AM
Vishal,
Reports,fn modules,smartform, ... are Independant pgms.
Tables are Client dependant/independent based on the settings.
Rgds,
jothi.
Mark useful answers.
‎2006 Jun 26 9:16 AM
Is it true we can make tables client independent by not adding keyword mandt? are any of the transparent tables client independant?
‎2006 Jun 26 10:36 AM
Hi Vishal,
yes. You can make tables client independent by not adding the field MANDT.
There are many such tables.
Regards,
Shashank
‎2006 Jun 26 10:37 AM
Hi,
The field MANDT stores the client number.
If the table does not have this field then it is independent.
e.g TSTC....
Sameena
‎2006 Jun 26 10:38 AM
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 .
‎2006 Sep 21 7:35 AM
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
‎2006 Sep 21 7:47 AM
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...
‎2006 Jun 26 9:17 AM
<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
‎2006 Jun 26 10:31 AM
Report : Client Independent
Smartforms : Client Independent
Sapscript : Client Dependent