cancel
Showing results for 
Search instead for 
Did you mean: 

need info about HR realted data in webdynpro

former_member199125
Active Contributor
0 Kudos

Hi experts,

I am very new to hr module to use in webdynpro abap.

I want to extract HR data in webdynpro view.

Where should I give Logical Database PNP?

The ifnotypes key word is not accepting in Webdynpro coding?

Please give me all the info which you can give.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srinivas

We cannot use LDB in WebDynpro Programming.

Atlernate to fetch the data from infotypes is Create class SE24 and one method in this call HR_READ_INFOTYPE to get the data from whatever infotype you want..

Aftertaht call the class of method by creating one reference object to that class...

Thanks and Reagrds

Tulasi Palnati

former_member199125
Active Contributor
0 Kudos

Hi Tulasi,

In my case, i need to fetch data from many (around 10 ) info type tables, so we have to write multiple select queries . As per my knowledge writing my multiple select query statements is not recommended. So how can we avoid this.

Former Member
0 Kudos

HI,

Avoid select queries to read infotype data.

Use FM's or macros.

HR_INFOTYPE_READ is a useful FM..

Thanks,

Aditya.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

Make a class , fetch the data there and put the calls in Webdynpro ABAP . for ex : get the details of the empoyee in the class

then make details as exporting parameter and retrieve in WD ABAP.

Regards

Kuldeep