cancel
Showing results for 
Search instead for 
Did you mean: 

Project & Employee Details

Former Member
0 Kudos

Hi Experts,

Presnetly I am having a requirement,

I need to get the all the Technical Mangers Numbers from the table TCJ04.

Then I need to find the active technical managers,

than can be checked from pa0000,

then i need to find the email id

that also can be done from table pa0105 using subty 0010.

name and company code can be traced from pa0001

I want to use the LDB pernr.

Basically I need to write this in in an rfc.

Please suggest me the best method to go with it.

I am able to manage the req. but there are plenty

selct statemtns are coming.

Thanks In Advance,

Irfan Hussain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U said UR using LDB's , then I don't think U'll be

using any select statements.

Declare as below

Infotypes : 0000 , 0001 , 0105

There will be only one select i.e. on TCJ04.

Even before the GET PERNR event get data from the

table TCJ04.

In the GET PERNR use macros to read the above infotypes

(P0000 , P0001 , P0105) to get the data.

Regards,

GSR.

Former Member
0 Kudos

Hi,

you develop a se38 program using LDB.and call this program in your rfc using submit program.