Application Development 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: 

Client independent objt

Former Member
0 Kudos

Hello again

as far as my knowledge.. tables and programs are client independent objects

so what are the client dependent objects??

can anybody plz tell me sm examples ??

i think forms , text are client dependent

plz correct me if m wring and give me sm more examples

Thanks

7 REPLIES 7

Former Member
0 Kudos

Hi Rashmi,

Standard Texts, SAP Scripts are client dependent objects. And as you told tables are client indpendent but the data in those tables is client dependent as we have there is a field called MANDT.

And when ever you have made changes in thes standard texts or scripts in your development client you have to transport the same to your quality and production.

Thanks and Regards,

Bharat Kumar Reddy.V

Message was edited by: Bharat Kumar Reddy Vaka

former_member181962
Active Contributor
0 Kudos

Not all forms are client dependent.

sap scripts are client dependent whereas smartforms are client independent.

Standards texts(the ones that are created in so10) are client dependent.

Former Member
0 Kudos

Rashmi,

The Master data / transaction data are the client data dependent objects. (MAterials / Customers / PO's / Orders etc).

Also, the configuration that the functions consultants do are the client dependent.

Regards,

Ravi

Note : Please mark the helpful answers

Message was edited by: Ravikumar Allampallam

Former Member
0 Kudos

Thanks to all

Hi Kishan you have given nice link

but plz tell me whatz User Include (independent)and Application form (dependent) in that link

Thanks

Former Member
0 Kudos

Thanks to all

Hi Kishan you have given nice link

but plz tell me whatz User Include (independent)and Application form (dependent) in that link

Thanks

0 Kudos

hello rashmi .

as per my knowledge...

application form....

Application form in ISU context means the forms that you develop using the print workbench.

You can use the transaction EFRM to display/change/create the forms.

user include....

Generated Function Group

Generated Function Module

User Exit Include

User Top Include