Application Development and Automation 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: 
Read only

subscreen on selection-screen with TABLE CONTROl

Former Member
0 Likes
1,392

how can i create a subscreen with table control on a selection-screen.

i ve seen examples for tabstrip or calling selection-screen as subscreen and all that stuff. but i wann it the other way.

can any one help me?

tx

kiran

5 REPLIES 5
Read only

Former Member
0 Likes
786

any clues?

Read only

Former Member
0 Likes
786

HI,

goto se11.enter one table name(mara) and press display.that screen contains table control inside tabstrip.so debugg that screen it will helpu a lot.(enter /h in command field and press enter to enter into debugging).

rgds,

bharat.

Read only

Former Member
0 Likes
786

Hi Kiran,

You can create a sub-screen on the selection screen.

First of all create a selection screen.

SELECTION-SCREEN BEGIN OF BLOCK b1.

PARAMETERS: p_matnr TYPE mara-matnr.

SELECTION-SCREEN END OF BLOCK b1.

Double click on the selection - screen no. (1000), and it will navigate you to the screeen. There go to layout editor and create your own subscreen with table control. Its working fine. I checked it. NOw it depends upon your functionality as to how you want your data to flow.

Revert in case of issues.

Pls reward points if helpful.

Karan.

Read only

0 Likes
786

hai karan

can u explain more in detail on this sentence"Double click on the selection - screen no. (1000), and it will navigate you to the screeen. There go to layout editor and create your own subscreen with table control."

tx 4 ur reply.

kiran

Read only

0 Likes
786

Hi Kiran,

In a normal program, when you declare a parameter and activate the program, a selection screen is automatically created. THis has the screen no. 1000. Now if you press (Ctrl + Shift + F5) for navigation window to appear (similar to se80 screen), you will see screen no. 1000 attached to your program. Go to that screen, and then edit the screen just as any other normal module pool program.

You will however have to take care of the data flow between your selection screen parameter and your tabstrip.

Hope this is clear.

Pls Reward if Helpful.

Regards,

Karan.