‎2008 Feb 28 6:15 AM
I have created a text editor in my module pool customized screen.
From that screen i have did the BDC recording and saved successfully..But the data in the text area is not coming in hte recording..Is it possible to do BDC for text editor..
If yes tell me how
‎2008 Feb 28 6:25 AM
Hi,
You cannot make a load of longtext by BDC. Instead use FM: SAVE_TEXT. You need to pass appropriate Object, Name, ID & language into the FM.
Else if you reqmt is a single upload, you could either use LSMW & following object:
Object 0001 Long texts
Method 0001 (No selection)
Program name /SAPDMC/SAP_LSMW_IMPORT_TEXTS
Program type D Direct input
Hope this helps.
Regards, Murugesh