cancel
Showing results for 
Search instead for 
Did you mean: 

need help

Former Member
0 Kudos

Hi Gurus,

1.The value of wage types will be fetched from IT0008 Subtype 11 or 0, based on the latest record available.

2.For instance if the latest record is available in subtype 11 then, the same has to be displayed.

that was given in the FS, how can we make sure which is the latest record and fetch the data from it .

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Still not clear, any other suggestions...........

Former Member
0 Kudos

Adesh, a real tough one for me... but i will try.

BEFORE that, for ex lets take PS Level as 01

you can write as (for hard coding)

if SUBTY = 0, check TRFST.

If TRFST > 01, fetch the record

else, pop the record if TRFST - 01

Former Member
0 Kudos

Actually I have to compare the two sutypes ie. 11 and 0 of Infotype 8 . latest one is supposed to be updated.

Former Member
0 Kudos

i have written for something like

SUBTY is 0 for 2 records and you want to pick the latest of 2 records.

are you asking when SUBTY is 0 and SUBTY is 11?

if its is between 11 and 0,

then you can write as

fetch the record, if SUBTY = 11

Edited by: Honcho De on Sep 11, 2008 1:27 PM

visu2015
Contributor
0 Kudos

Dear

Your query is not clear to be understood

Regards

Vishu