Application Development 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: 

dictionary

Former Member
0 Kudos
148

hi all

while entering the value for company in TCODE XD01. Title option is only Mr, Ms, Company, Mr & Ms.

i want here one more option like M/s.

for this i have table TSAD3T and field TITLE_MEDI.

can any body ll tell how to put the other value like M/s????

thanx well in advance...

Message was edited by:

soumya shekhar

7 REPLIES 7

Former Member
0 Kudos
117

Hi,

There is no table maintanence genarator for this table, but you can directly insert using a Single Select statment

Regards

Sudheer

Former Member
0 Kudos
117

Hello,

U can do this through Transaction SM30.

first u hv u maintain table maintinence genrator for table TSAD3T then u can enter fields value using sm30.

for table maintinence genrator go to se11 enter table name->display. now go to menu bar utilities -> table maintenence genrator. here u can maintain genrator.

Regards,

0 Kudos
117

how to use table maintanance generater???it is askin function module. for this i hav to create 1 function group??

i guess using insert option ll be better???

raymond_giuseppi
Active Contributor
0 Kudos
117

There is a maintenance option in Customizing :

Implementation Guide for R/3 Customizing (IMG)
  Basis Components
    Basis Services
      Address Management
        Maintain title texts

As an alternative you can use transaction SM30 on view V_TSAD3.

Look at <a href="http://help.sap.com/saphelp_47x200/helpdata/EN/8f/64543a9d48cd07e10000000a11402f/frameset.htm">Address Data</a>

Regards

<u>PS</u>: Don't fill directlty TSAD3T without TSAD3. V_TSAD3 joins code and text table.

0 Kudos
117

thaks i did thru sm30

Message was edited by:

soumya shekhar

0 Kudos
117

thanks

Former Member
0 Kudos
117

hi all,

if you get the answer of this quesiton, pls forward this to me also because i am

having the same problems in ABAP development.

thanks.

raman