‎2010 Sep 09 7:16 AM
Hi
I am created a custom control in module pool screen. When i write Somthing in Custom contol and Click on Save Button , The texts which are wrtten in Custom control is not Saved in my Z table.
Plz anyboody assist me.
Saroj
‎2010 Sep 09 7:34 AM
If you are using OO approach, the make sure you have used below code.
CASE save_ok.
WHEN 'INSERT'.
CALL METHOD editor->get_text_as_stream
IMPORTING text = text_tab.
.
Refer the below online help link for more info:
[Custom Controls|http://help.sap.com/saphelp_nw04/helpdata/en/2a/755b94ca5911d299af5c9604c10e27/content.htm]
Regards
Abhii