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

about infotype

Former Member
0 Likes
785

Is infotype client dependent?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
747

Hi,

It is client dependent

Regards,

Jagadish

Is infotype client dependent?

4 REPLIES 4
Read only

Former Member
0 Likes
748

Hi,

It is client dependent

Regards,

Jagadish

Read only

pranav_nagpal2
Contributor
0 Likes
747

Hi Ram,

It is client dependent.

Read only

Former Member
0 Likes
747

Hi Ram,

Yes, It is client dependent.

What is Infotype?

INFOTYPES Declare HR info type .Infotypes are the only way to pull current HR data from a screen in HR. Other modules only utilize screens; however, in HR the same screen can be utilized multiple times for different reasons (i.e. New Hire, Termination and Leave of Absence). ABAP programming must utilize Infotypes to capture accurate information.

http://harrypoe.wordpress.com/2008/03/08/sap-hr-infotypes/

How to create Infotype?

http://www.sap-img.com/human/how-to-create-a-hr-infotype.htm

Reward points if useful.

Cheers,

Swamy Kunche

Read only

Former Member
0 Likes
747

Infotype is nothing but a table..

Objects used in several clients are called client independent while objects used in a specific client is called client dependent. In the table field attributes, if the MANDT field is present that table is client dependent.

So Infotype can be client Independent or dependent....But the data in the table(infotype) is client dependent..

Regards,

Brijesh

Edited by: Briesh Patel on Jun 11, 2008 10:53 AM