‎2008 Aug 13 8:16 AM
Hi all,
I have a requirement to read text in infotype 4001.
I used FM HR_READ_INFTY_NOTE to read with parameters
Tclass = A
pernr = 42
inft = 4001
subt = ?
OB= ?
st = ?
ENDDA = '11.08.2008'
BEgDA = '11.08.2008'
SEQ = ?
finally, I am not getting the result
I really dont know what are the parameter values to pass in question marks.
Anyone can help ?
Thanks and regards
Jijo
‎2008 Aug 13 8:29 AM
first read the infotype 4001
PERNR = pb4001-pernr
INFTY = 4001
SUBTY = pb4001-subty
OBJPS = pb4001-objps
SPRPS = pb4001-sprps
ENDDA = pb4001-endda
BEGDA = pb4001-begda
SEQNR = pb4001-seqnr.
if you pass all keys then only you get the unique results.
‎2008 Aug 13 8:29 AM
first read the infotype 4001
PERNR = pb4001-pernr
INFTY = 4001
SUBTY = pb4001-subty
OBJPS = pb4001-objps
SPRPS = pb4001-sprps
ENDDA = pb4001-endda
BEGDA = pb4001-begda
SEQNR = pb4001-seqnr.
if you pass all keys then only you get the unique results.