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: 

New Window Pop-Up with Z Table data

Former Member
0 Kudos

Hi All,

We have a client requirement where in i will have to provide a window pop-up with some data, this data i will have to get it from a Z Table. How do i acheive this...Points will be awarded.

Regards,

Suren

1 ACCEPTED SOLUTION

Former Member
0 Kudos

create a z pop up screen with table cointaner...

and display the data in to it......

use this syntex to call small screen as u want

CALL SCREEN dynpro_nummer STARTING AT <length of the screen>

ENDING AT <length of the screen>.

Regards

Anbu b

Edited by: Anbu B on Sep 10, 2008 7:16 AM

1 REPLY 1

Former Member
0 Kudos

create a z pop up screen with table cointaner...

and display the data in to it......

use this syntex to call small screen as u want

CALL SCREEN dynpro_nummer STARTING AT <length of the screen>

ENDING AT <length of the screen>.

Regards

Anbu b

Edited by: Anbu B on Sep 10, 2008 7:16 AM