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

Reading text for infotypes

Former Member
0 Likes
402

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
347

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.

1 REPLY 1
Read only

Former Member
0 Likes
348

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.