‎2008 Jun 09 8:47 AM
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.
‎2008 Jun 09 8:55 AM
Hi,
if you dont mind pls se the below links..........
http://sap-abapinfo.blogspot.com/2008/03/sample-abap-program-for-module-pool.html
http://abaplovers.blogspot.com/2008/03/sap-abap-tutorial-module-pool.html
http://abaplovers.blogspot.com/2008/03/sap-abap-tutorial-module-pool_17.html
http://abapprogramming.blogspot.com/2007/10/sap-script-15.html
https://www.sdn.sap.com/irj/sdn/advancedsearch?adv=true&cat=sdn_all&cat=sdn_library&query=dynpr
thanks
shankar
‎2008 Jun 09 9:02 AM
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
‎2008 Jun 09 9:07 AM
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.