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

selection-screen Design

Former Member
0 Likes
421

HI,

I have 2 tabbed blockes on selection-screen in main program. I have one include program which contains the selection screen of block.

I want add this includeblock in 2 nd tabbed block in main program.

if i include the include program in main program, the include block is coming in both tabbed block, but i want in 2nd block.

regards,Ram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
403

Hi

Create One main program without any selection screen.

Create One include program with all selection screen in it and include it in the Main program.

generally this is the procedure what people follow.

we never write some part of selection screen in include and some in the main program.

Reward points if useful

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi

Create One main program without any selection screen.

Create One include program with all selection screen in it and include it in the Main program.

generally this is the procedure what people follow.

we never write some part of selection screen in include and some in the main program.

Reward points if useful

Regards

Anji

Read only

0 Likes
403

Hi Anjireddy,

What you said is correct. I have the include program which contains the block.

How can i include in my 2nd tab of the prgarm.

regards,Ram