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

Text box in a Module Pool

Former Member
0 Likes
457

Hello all,

I a module pool I have a tabstrip control. One of these subscreens must contain a text box

(for example, please see transaction VA02-Change sales order --> header data --> Texts - the difference is that only one type of text so I don't need the section "Txt. Ty")

The text I will write in this box must be stored in a database (exactly as the text header of the order).

Does anybody know anyone know the best way to manage this implementation ?

I thank you in advance. Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
422

Hi

Take the Help of program demo_custom_control and to save the Text entered there use SAVE_TEXT FM

Cheers

Ramc

Hello all,

I a module pool I have a tabstrip control. One of these subscreens must contain a text box

(for example, please see transaction VA02-Change sales order --> header data --> Texts - the difference is that only one type of text so I don't need the section "Txt. Ty")

The text I will write in this box must be stored in a database (exactly as the text header of the order).

Does anybody know anyone know the best way to manage this implementation ?

I thank you in advance. Best regards.

1 REPLY 1
Read only

Former Member
0 Likes
423

Hi

Take the Help of program demo_custom_control and to save the Text entered there use SAVE_TEXT FM

Cheers

Ramc