cancel
Showing results for 
Search instead for 
Did you mean: 

How to fetch data from IT 0080

Former Member
0 Kudos

Hello All,

I have a requirement to fetch data from IT0080, but i see some data is fetching from IT 2001 & some iam not aware for which 'Part Time' check box is enabled.

How can i fetch it through program

Thanks

Nishanth

Accepted Solutions (1)

Accepted Solutions (1)

former_member632729
Contributor
0 Kudos

Hi Dude,

3 ways to fetch the data from infotypes :

1. LDB -> Get event

2. Macros

3. Function modules :

here is the Sample Example using Get PERNR (LDB).



Tables : PERNR.

INFOTYPES : 0001,0002.

Start-of-selection.

Get PERNR.

    PROVIDE * from  P0001 * from P0002  
                             BETWEEN  PN-BEGDA AND   PN-ENDDA.
        Write : / P0001-PERNR, P0002-xyz.
   ENDPROVIDE.

Former Member
0 Kudos

Yes, But there are some indirect evaluation exits,

Answers (0)