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

Text Editor screen number is different between servers

Former Member
0 Likes
910

Hai experts,

In BDC for transaction code IA05, i am inserting long text.

In this issue the text editor screen number is different in Development and Quality.

If i click in Text icon in screen the text editor screen is displaying then in that if we click GOTO -> CHANGE EDITOR then our editor screen displayed. Here we will give our long text. In this case in development, the screen no is 2101 but in quality, the screen no is 2102. So this is creating problem. Please help me regarding this as soon as possible when you have the time.

perform bdc_field using 'BDC_OKCODE'

'=LTXT'.

perform bdc_dynpro using 'SAPLSTXX' '2102'.

perform bdc_field using 'BDC_OKCODE'

'=XEDC'.

perform bdc_dynpro using 'SAPLSTXX' '1100'.

Thank you...

Edited by: Prabu S on Mar 8, 2010 12:29 PM

Edited by: Thomas Zloch on Mar 8, 2010 12:54 PM

Hai experts,

In BDC for transaction code IA05, i am inserting long text.

In this issue the text editor screen number is different in Development and Quality.

If i click in Text icon in screen the text editor screen is displaying then in that if we click GOTO -> CHANGE EDITOR then our editor screen displayed. Here we will give our long text. In this case in development, the screen no is 2101 but in quality, the screen no is 2102. So this is creating problem. Please help me regarding this as soon as possible when you have the time.

perform bdc_field using 'BDC_OKCODE'

'=LTXT'.

perform bdc_dynpro using 'SAPLSTXX' '2102'.

perform bdc_field using 'BDC_OKCODE'

'=XEDC'.

perform bdc_dynpro using 'SAPLSTXX' '1100'.

Thank you...

Edited by: Prabu S on Mar 8, 2010 12:29 PM

Edited by: Thomas Zloch on Mar 8, 2010 12:54 PM

4 REPLIES 4
Read only

former_member194669
Active Contributor
0 Likes
822

My suggestion is not to use BDC for long text entry.you need to use fm SAVE_TEXT

Read only

0 Likes
822

Hai

Can you explain me clearly how to use this FM SAVE_TEXT while eecuting BDC. Where to use.

Help me with some sample code.

Regards,

Prabu.S

Read only

0 Likes
822

Hai

My requirement is m using BDC to upload general tasklist.

In that i need to upload longtext for all lineitems.

Please help me how to use SAVE_TEXT function module.

Read only

0 Likes
822

No answer for my problem. Thank you.