Skip to Content
0
Former Member
Dec 26, 2007 at 09:51 AM

How to retrive data from sap

38 Views

Hi all,

I created backend connection to Sap system.Now i want to retrive data from sap.Here i will give one EmpNo as input.Based on that input Ename and dateof join details has to be retrived from sap.

can anyone plz tell me how to get the data from table

The code i used is

JCO.Table codes = function.getTableParameterList().getTable("COMPANYCODE_LIST");

After this wat i have to do...

I am having all my EmpNo and Ename and otherdetails in that table.

I want to give EmpNo as Input and show the details of that particular employee on the screen

Regards

Padma N