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

Displaying Data Using Selection-screen in Module Pool

Former Member
0 Likes
408

Hi All,

Currently I'm working on a module pool program.In that i'm having two screens 9000 and 9001.

I want to select a bookrefno using a selection screen and display header & table control data in 9001 screen when the bookrefno is validated.

can anyone help me sending sample code regarding this

Regards

Ravi S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

Hi Ravi

Place "bookrefno." field on screen 9000.

Use validations on that particular field by using chain-endchain.

in PAI of 9000

case sy-ucomm

when 'display'

call screen 9001

write select statment to display data i.e header & table control in 9001 .

hope this would solve your problem.

reward points, if its helpful.

Thanks

RK Nimma

2 REPLIES 2
Read only

Former Member
0 Likes
375

hi,

use this function module to read selection scrren values,

'DYNP_VALUES_READ'

then u can use these imported field values where condition of your select statement,

reward points if useful,

seshu.

Read only

Former Member
0 Likes
376

Hi Ravi

Place "bookrefno." field on screen 9000.

Use validations on that particular field by using chain-endchain.

in PAI of 9000

case sy-ucomm

when 'display'

call screen 9001

write select statment to display data i.e header & table control in 9001 .

hope this would solve your problem.

reward points, if its helpful.

Thanks

RK Nimma