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: 

submit for pasing select-option

Former Member
0 Kudos

Hi,

In first program iam having select option CCG. In this select-option table iam having only low values from 1 to 25. No high value exist in this CCG[] table.

I want to pass this CCG[] table to second program select option . the second program select-option should have the value from 1 to 25.

can any one tell how to do this. Pls rememner there is no high value in first prog CCG[] table.

2 REPLIES 2

Former Member
0 Kudos

Hi Camila,

In your second program you have to modify the CCG[].

LOW = 1.

HIGH = 25.

SIGN = 'E'.

OPTION = 'BT'.

Hopes it will help you.

Ali

Former Member
0 Kudos

Hi Camila,

U can use the command SUBMIT for calling the second program and giving the desired values to the selection screen elements.

Please check F1 help for the SUBMIT command.

Thank you.

award points if found useful.