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

Custom control

Former Member
0 Likes
299

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

1 REPLY 1
Read only

Former Member
0 Likes
271

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