cancel
Showing results for 
Search instead for 
Did you mean: 

PA0006

Former Member
0 Kudos

How can i fetch data from PA0006 table to include address can any body send me the code as to be used in the program lines and get it in the format :-

Mr.

Qtr No.

Street

City

Distt

Plz do provide step by step for all the above parameters to get the desired ouptput.

regards

Somnath Choudhury

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

You can use FM :<b>HR_READ_INFOTYPE</b> for reading a info type.

Don't forget to reward points.

Reg,

Hiren Patel

amit_khare
Active Contributor
0 Kudos

select ENAME from PA0001 where PERNR = P_PERNR

and begda <= sy-datum

and endda >= sy-datum.

select STRAS LOCAT ORT01 ORT02 from PA0006 where PERNR = P_PERNR

and begda <= sy-datum

and endda >= sy-datum.

Regards,

Amit

Reward all helpful replies.

Former Member
0 Kudos

Amit it is throwing an error that field list without into clause is not allowed.allowed..allowed..allowed..allowed.