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

Help in Maintenance Generator

Former Member
0 Likes
541

Hi

i create Maintenance Generator to table and transaction.

In the transaction i can insert text.

I have 2 problems:

1. how can Handel on event double click on the field that i insert text

2. i want to open browser to insert text when i press double click, i want editor or word

How can i do it?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

Hi

U have to use an your own status gui instead of std one, in this status active the function assigned to F2

U can use the fm WS_EXECUTE in order to call WORD.

Max

2 REPLIES 2
Read only

Former Member
0 Likes
512

Hi

U have to use an your own status gui instead of std one, in this status active the function assigned to F2

U can use the fm WS_EXECUTE in order to call WORD.

Max

Read only

Former Member
0 Likes
511

YOu have to modify the function group that lies underneath the table maintenance screen that you see.(se54). In that you have to chose the appropriate event and code according to open the text editor.

Refer OLE2 transaction to open word document from sap.

Refer cltextedit* class in se24 to open a text editor from a program.

Also, you can check DWDM transaction for examples on text editor.

Regards,

Ravi