cancel
Showing results for 
Search instead for 
Did you mean: 

RFC table fetching by using Radio button

Former Member
0 Kudos

Hi Gurus,

Please help me to attain this task in webdyn pro java.

There will be one RFC table as follows

RFC Table

ID

Name

Skill 1 (sk)

Skill 2 (sk)

Skill 3 (sk)

0000

XXXX

Java, .net

Abap

Work flow

0001

YYYY

Abap

Webdyn pro

C,c++

0002

AAAA

Java,.net

Abap,Bi

Workflow

0003

BBBB

SAP

0004

CCCC

BI

Work flow

I have just entered only 5 data, like this many data will be there.

From the above RFC table have to fetch the data to Web dyn pro java table based on the condition

There will be radio button in java application like follows,

ALL        Abap       SAP         BI

if I select one radio button , rest to disable.

  1. If I select ALL, then entire table has to display with ID, Name, SK 1, SK 2, SK3.
  2. If I select Abap, only 0000, 0001, 0002 these rows have to display with ID, Name, SK 1, SK 2, SK3.
  3. If I select BI, only 0002 & 0004 has to display with ID, Name, SK 1, SK 2, SK3.

Likewise it has to fetch all the possible data in the table.

Thanks

Ragav.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sambaran,

Thank you for your immediate reply...

i will try it and let you know

sambaran
Explorer
0 Kudos

Hi,

Better approach is you pass the radio button ID (i.e. BI/ABAP etc) to through RFC parameter and ask your ABAP'r to write some query to fetch corresponding rows from the table.

After that you can fetch the result data from RFC and update the table accordingly.

Regards,

Sambaran