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: 

screen

Former Member
0 Kudos

hi..

I have a selection screen in which bill doc(vbrk-vbeln) is a parameter.

i want to display a table control( which i have done )to be displayed

below the selection screen when user enters a billing doc and press enter.

selection screen is in screen 1000 and my table contro in 1001.

thnx...

4 REPLIES 4

Former Member
0 Kudos

make a new screen e.G. 1002.

then place 2 containers/subscreens on it, one in the upper half and one in the lower.

then in your upper subscreen call screen 1000 and in the lower call screen 1001.

rest is just a bit of PBO and PAI logic.

Former Member
0 Kudos

I think you could solve like this:

when ok_code = ENTER and belnr is not initial you call screen 1001 in which you put the parameter selected above the screen and the table control below.

Regards

Former Member
0 Kudos

HI,

After creating a table u have to create Table maintenence genarator in "utilities->Table maintenence generator" in the file menu.

After that u have to create a tcode for that . now u can simply display a table

Former Member
0 Kudos

Hi,

Try anyone of this according to ur requirement.

1. Keep both table control also in screen 1001 and display it.

2. Whenever u give data and press enter in the screen 1000 call the screen 1001.

Sharin.