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

module pool

Former Member
0 Likes
506

hI ALL,

iS THERE ANY WAT TO PASS VALUES FROM MODULE POOL SCREEN TO A REPORT PGM.mY REQUIREMENT IS TO PASS tHE THE CHECKED CHECKBOX VALUE IE 'x' TO AN EXTERNAL REPORT PGM.IS THERE ANY WAY FOR THT .wHETHER IS THERE ANY OPTION IN SUBMIT.

4 REPLIES 4
Read only

Former Member
0 Likes
486

Hi,

SUBMIT zreport WITH p_check = 'X'.

Thanks,

Naren

Read only

0 Likes
486

WHT IS P_CHECK.IS IT THE F CODE DEFINED FOR CHECKBOX IN SCREEN PAINTER .iTS NOT WORKING THT WAY.

Read only

Former Member
0 Likes
486

Hi,

Collectthevalueinyourprogramanexportthesameusingamemoryid.

Rewardifhelpful.

Rgds

Read only

Former Member
0 Likes
486

Hi Alex,

You can populate all the screen fields in an internal table and send that table using Submit statment.

Please refer the following thread :

Best regards,

Prashant