Skip to Content
0
Former Member
Dec 19, 2016 at 10:56 AM

to display SO10 standard text after double click of table control

1676 Views

Hi everyone

I have a table where I store the standard texts created from SO10. I'm displaying the contents of this table in a table control in module pool programming. The columns are TEXT ID, TEXT NAME, TEXT Language. When I double click on the text name in the table control, the standard text should open in SO10 screen in display mode.

How do I achieve this?

I have used the following code to retrieve the double clicked value.

GET CURSOR FIELD lv_field LINE lv_line VLAUE lv_value.

I'm also using this value to call the SO10 screen.

SET PARAMETER ID 'TXT' FIELD ls_value.

CALL TRANSACTION 'SO10' AND SKIP FIRST SCREEN.

The SO10 screen opens. But I have to click on 'DISPLAY' button to view the particular text. My requirement is to directly go to the Display mode of SO10 editor of the particular text name clicked in table control.

Please help/