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

include and selection screen

Former Member
0 Likes
780

Hi Experts ,

i have a problem regarding include and selection screen.

i have an include program , in which i have defined my selection screen. and this include has been called in many program .

but problem is that i have to maintain selection text and text element for every program .

is there any way ....that i have a single selection text and text element for every program ...in which that include called .

Thanks and Regards

Priyank Dixit

6 REPLIES 6
Read only

Former Member
0 Likes
708

Hi priyank,

1. I also faced the same problem.

The texts are attached to the program name

and not the include, hence the problem.

Not sure, but I don't think there is any direct solution,

other than copy/paste from one program to other.

regards,

amit m.

Read only

0 Likes
708

hi amit ,

there must be a solution ....becacuse when we create a bdc program ....that program includes a "include bdcrecx1" .......which provide the same ....selection text...and text element for every program

THanks

priyank

Read only

0 Likes
708

hi amit ,

there must be a solution ....becacuse when we create a bdc program ....that program includes a "include bdcrecx1" .......which provide the same ....selection text...and text element for every program

THanks

priyank

Read only

0 Likes
708

Hi again,

1. I tried the same thing - include bdcrecx1

and it only provides radiobuttons, parameters and checkboxes.

The labels/text elements are totally empty.

PS: Only after we GOTO--->Text Elements

and again activate them, (by ticking the 'dictionary checkbox or entering some appropriate text);

do they appear properly in the selection screen.

regards,

amit m.

Read only

Former Member
0 Likes
708

Hi,

You can declare local constants in the include and use them in the selection screen.

i think this will solve your problem.

Regards,

Vamsi

Read only

Former Member
0 Likes
708

Hi Priyank,

One way is to define data elements / domains for all elements you will be using in your selection screen.

Hence in selection text you can tick checkbox "Dictionary", it will populate corresponding text from dictionary object.

Regards,

Mohaiyuddin