‎2006 Sep 05 1:07 PM
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
‎2006 Sep 05 1:24 PM
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
‎2006 Sep 05 3:16 PM
Hi
I want to know whether there any table maintaince exist for this table. or any other way to change this standard table.
harpreet