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: 

Infotype Views

Former Member
0 Kudos
1,086

Hi,

Can anybody explain me in detail about Infotype Views?

As far as my understanding, the primary infotype and the additional infotypes are maintained using an infotype view. Infotype views are captured in tables T582V and T582W.

But in these tables I am not able to find the details about the additional infotype. What is additional Infotype meant by here? Where the details or info about the additional infotype will be saved?

Thanks in advance,

Suresh

3 REPLIES 3

Former Member
0 Kudos
190

Hi,

Please check this site,

http://saphruser.com/category/sap-hr-infotypes/

Regards,

Phani.

0 Kudos
190

Per the logic in MP50JF00, only SAP is allowed to create infotype views:

if l_systemtype is initial. call function 'TR_SYS_PARAMS' importing systemtype = l_systemtype. endif. check l_systemtype <> 'SAP'.

Edited by: Shawn Collenburg on Mar 21, 2011 3:57 PM

Former Member
0 Kudos
190

Hi,

Please refer the following link. This will give you an idea about infotype views.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00cb41dd-1db7-2c10-2681-b407dd7d6...

Regards,

Chellamma Chandrasekar.