2010 Mar 08 10:53 AM
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
2010 Mar 08 12:07 PM
My suggestion is not to use BDC for long text entry.you need to use fm SAVE_TEXT
a®
2010 Mar 09 4:36 AM
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
2010 Mar 09 7:32 AM
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.
2010 Mar 18 5:03 AM