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

Change Text

Former Member
0 Likes
584

Hello All,

I read the some text from DDUT_DOMVALUES_GET Function module .Which read the text from table DD07T. But I want to change some text that i read from this FM. how can we do that.

IS there any maintaince exist for it.

CALL FUNCTION 'DDUT_DOMVALUES_GET'

EXPORTING

name = 'ZTEST'

langu = sy-langu

texts_only = 'X'

TABLES

dd07v_tab = table

points will be rewarded.

Regards

Harpreet

2 REPLIES 2
Read only

Former Member
0 Likes
400

Depends on which texts would you like to modify.

If it is enough for you to modify the text in the internal table "table", the LOOP on the table and simply MODIFY the values.

If you want to modify the DDIC table you can write an ABAP to modify it, or you can modify it by hand with transaction SM31.

To modify it with SM31, first you have to set up the maintenance screen.

Use SE11 - Table DD07T - View. Then Tools Menu - Table maintenance generator. Fill the screen data and the table is ready to manual maintenance by SM31.

Best wishes

Read only

0 Likes
400

Hi

I want to know whether there any table maintaince exist for this table. or any other way to change this standard table.

harpreet