Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BDC WITH TABLECONTROL

Former Member
0 Kudos

Hi Experts,

           

am designed the above screen in module pool. i have  to browse the file in my system after that when i clicked on bdc the datas of my file have to stored in my customized table..when i clicked on display button it will display all the records of database table in table control..when i clicked on list display it will have to display the selection screen after giving values in that it will have to display the contents of table in list format..the remaining two radio buttons have to display the same in  their own format..i ve done all the parts but am struggle to create the select - option screen. can anyone tell me how to do it?

2 REPLIES 2

rodrigo_paisante3
Active Contributor
0 Kudos

What is the parameters/select-options for your program?

You have to change your program. You described a report that calls a module pool screen.

Create a report, with selection screen. And at start-of-selection event, you will call your screen.

Dont forget GUI status.. back/cancel/exit button are inactive...

Former Member
0 Kudos

Hi Parthiban,

Create another screen with the required elements and call it on click of the display.

you can careate the F8Execute button in the PF status of the screen, in order to look it like the Selection screen.