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 texts missing

Former Member
0 Likes
1,715

Hi friends,

I am working on a BDC program and when I execute my program, I see that the texts are missing in the selection screen. Can anyone tell me what should be done in order to display the texts in the selection screen in BDC.

Thanks,

RAJ.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,118

Hi Raj,

1. i suppose u are using

include bdcrecx1.

2. Due to this,

u will have to MANUALLY

type them / enter them

thru the menu GOTO-->TEXT ELEMENTS

3. Since its an include,

the system does not automaticlly recognise it.

4. However, u can check FROM DICT Option.

5. Those which are manual,

u will have to write them / enter them.

regards,

amit m.

8 REPLIES 8
Read only

Former Member
0 Likes
1,118

Could you provide some more details?

Read only

Former Member
0 Likes
1,118

hi raja,

are you using directly BDC shdb generated code. or your own code.

if it is your code then check you have created the selection-texts are not.

if it is SHDB generated code then look for all the includes.

it will give one include bdcre... something , just check it , if it is not there you need to add that.

regards

vijay

Read only

Former Member
0 Likes
1,119

Hi Raj,

1. i suppose u are using

include bdcrecx1.

2. Due to this,

u will have to MANUALLY

type them / enter them

thru the menu GOTO-->TEXT ELEMENTS

3. Since its an include,

the system does not automaticlly recognise it.

4. However, u can check FROM DICT Option.

5. Those which are manual,

u will have to write them / enter them.

regards,

amit m.

Read only

Former Member
0 Likes
1,118

hi Raj,

Check if you have performed the recording properly.

check if the file that you fetch the data from is tab delimited. If they are right can you be more clear in your

problem

regards

Read only

0 Likes
1,118

Hi,

Thanks for all ur suggestions. As you said, this is the code written by me. So, I am not able to see the text elements as I am using Include bdcrex1. Can anyone tell me what extra code can I include.

Raj

Read only

0 Likes
1,118

Hi again,

1. Can anyone tell me what extra code can I include.

For what purpose ?

2. There is no other way

if we use Include bdcrex1

3. We have to manually

set the text elements !

regards,

amit m.

Read only

0 Likes
1,118

Hi raja,

it is better you start recording once again, since you are using Include bdcrex1. and then take the code from recording and modify that code. that is better solution.

after recording save the recording and then click on program button and then give the program name and create the program. then modify the code accordingly.

then you will have every thing..

regards

vijay

Read only

0 Likes
1,118

Hi,

I got the solution. I manually entered the text symbols from GOTO-->TEXT SYMBOLS.Now it is working.

Thanks a lot.

Raj.