‎2006 Jan 25 2:33 PM
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.
‎2006 Jan 25 2:44 PM
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.
‎2006 Jan 25 2:36 PM
‎2006 Jan 25 2:42 PM
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
‎2006 Jan 25 2:44 PM
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.
‎2006 Jan 25 2:45 PM
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
‎2006 Jan 25 2:54 PM
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
‎2006 Jan 25 3:01 PM
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.
‎2006 Jan 25 3:02 PM
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
‎2006 Jan 25 3:21 PM
Hi,
I got the solution. I manually entered the text symbols from GOTO-->TEXT SYMBOLS.Now it is working.
Thanks a lot.
Raj.