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

BDC

Former Member
0 Likes
244

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

1 REPLY 1
Read only

Former Member
0 Likes
228

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