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 independent objt

Former Member
0 Likes
889

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
Read only

Former Member
0 Likes
831

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

Read only

Former Member
0 Likes
831

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.

Read only

Read only

Former Member
0 Likes
831

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

Read only

Former Member
0 Likes
831

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

Read only

Former Member
0 Likes
831

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

Read only

0 Likes
831

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