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 for Text Editor in Module Pool Program

former_member609120
Contributor
0 Likes
715

I have implemented Text Editor for a particular input field in Module Pool Program..I have to create a BDC program to upload data in that field..However i am not able to get the screen field name..

I know you can use SAVE_TEXT, but the values for TDID,TDNAME etc are unknown to me..

Can someone please suggest..

Thanks.

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
543

Be aware that using BDC with controls is not a "sure" way, look at OSS [Note 311440 - Batch input and controls|https://service.sap.com/sap/support/notes/311440]

You may also look at OSS [Note 182404 - Texts cannot be applied using batch input|https://service.sap.com/sap/support/notes/182404]

By the way, how do you implemented the text : using TEXT function modules or class CL_GUI_TEXTEDIT ?

Regards

Read only

Former Member
0 Likes
543

Hi,

If its standard program you can get all the details about the text from the header details.

But if its your program then you must have given some logic for saving the text.

You must be storing the text against some text objects ,I think.

So use the same and you can use the SAVE_TEXT.