2007 Nov 17 7:42 AM
I want compleat list of abap object
which are client independant ?
and
which are client independant ?,
is there any tcode is avilable ...?
*************Point is assurd.*************
2007 Nov 17 7:52 AM
hi
1) In table if the first field is CLNT then we call it as client dependent otherwise we call it as client independent.
2) Client dependent or independent transfer requirements include client specific or cross client objects in the change requests. Workbench objects like SAPscripts are client specific, some entries in customizing are client independent. If you display the object list for one change request, and then for each object the object attributes, you will find the flag client specific. If one object in the task list has this flag on, then that transport will be client dependent.
>>>Why Sap script is client dependent and smartform is client independent
B'coz if we develop SAP Script in one client say for example in 100, & if we want to access it in other ciient say 110 , it won't be available . This is CLIENT DEPENDANT.
In case of smartforms, if we develop it in 100 client & if I want 2 access the same smartform in 110 , it wil be available. This is CLIENT INDEPENDANT.
Report programs are CLIENT INDEPENDANT.
I want compleat list of abap object
which are client independant ?
and
which are client independant ?,
is there any tcode is avilable ...?
*************Point is assurd.*************
2007 Nov 17 7:45 AM
Hi
Client dependent and independent :
Client Independent: These objects are not specific to any client. And it is universal which can be viewed, changed across the clients.
Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
Client Independent transport requests will make the transported objects available across the clients. And Client dependent transport request make the objects available only for the client mentioned by field "Mandt.
Client Independent: These objects are not specific to any client. And it is universal which can be viewed, changed across the clients.
Client Dependant: These are the objects can be viewed, changed for the client for which it has been assigned. Other clients do not have access on these objects.
In SAP, all objects are finally stored as tables. "Mandt" is key field which determines whether the object is client dependant or not.
Client Independent transport requests will make the transported objects available across the clients. And Client dependent transport request make the objects available only for the client mentioned by field "Mandt.
2007 Nov 17 7:52 AM
hi
1) In table if the first field is CLNT then we call it as client dependent otherwise we call it as client independent.
2) Client dependent or independent transfer requirements include client specific or cross client objects in the change requests. Workbench objects like SAPscripts are client specific, some entries in customizing are client independent. If you display the object list for one change request, and then for each object the object attributes, you will find the flag client specific. If one object in the task list has this flag on, then that transport will be client dependent.
>>>Why Sap script is client dependent and smartform is client independent
B'coz if we develop SAP Script in one client say for example in 100, & if we want to access it in other ciient say 110 , it won't be available . This is CLIENT DEPENDANT.
In case of smartforms, if we develop it in 100 client & if I want 2 access the same smartform in 110 , it wil be available. This is CLIENT INDEPENDANT.
Report programs are CLIENT INDEPENDANT.
2007 Nov 17 9:47 AM
Client dependent Means if you create that data in one client is limited to that client only and it is not accessable in other clients
Like SAP SCRIPTS and STD texts data
where as Client Independent means the data if you create in one client that is available in that as well as in other clients
Like All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc
*******************
SAP scripts and Standard texts are client dependent.
ABAP programs are client Independant. Any table which has a key field MANDT will be client dependant. Sapscripts are stored in Tables called STXH and STXL. These tables have MANDT as a field. That is why it is client dependant. If you create a table which does not have MANDT field and if you store data inside that from a client, you will be able to see the same data in other clients also.
Similarly if you write a program in one client, you will be able to see the same code from every clients. That is why it is called as client independant
Tables r client independent whereas the data in them are client dependant.
Tables are client indpendent but the data in those tables is client dependent as we have there is a field called MANDT.
To know if the table is Client-dependent or Client-Independent, check for the field "MANDT" in the table fields.
If "MANDT" is present then table is Client-Dependent and If not exists table is Client-Independent.
Regards
Vasu
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |