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

Adding fields in dictionary

Former Member
0 Likes
1,561

Hi all,

I can't adding two fields in data dictionary.

it is possible to adding fields in dictionary level.

Thanks

Aravind.s

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,147

Hi

What do you mean by Dictionary?

There are lot of objects in dictionarly like dataelements, domains, tables, views, lock objects,search helps, type groups etc

I hope you wants to add 2 fields in a table

yes you can add, by appending the structure of a table.

and you have to populate that fields from the respective transaction

Reward points for useful Answers

Regards

Anji

7 REPLIES 7
Read only

Former Member
0 Likes
1,148

Hi

What do you mean by Dictionary?

There are lot of objects in dictionarly like dataelements, domains, tables, views, lock objects,search helps, type groups etc

I hope you wants to add 2 fields in a table

yes you can add, by appending the structure of a table.

and you have to populate that fields from the respective transaction

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
1,147

using

Append  structure

you can addd the fields in the data dictionary table ..

reward points if it is usefull ..

Girish

Read only

Former Member
0 Likes
1,147

Hi,

Yes, you can insert new fields in the custom table using SE11.

Once it is done, you can use database utility (SE14) to adjust the table and regenerate the table maintenance.

Please check this link for more information on database utilty.

In your case, you may want to adjust database structure with the new additional fields.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0e3446011d189700000e8322d00/content.htm

Regards

Read only

Former Member
0 Likes
1,147

hI aRAVI,

We can do that by writing the code..You want to write the code for adding the two dictionary fields...Then try to run this in background jobs as per your wish

Try to REWARD if USEFUL!!!!!!!!!!!!!!!!!!!!!

Read only

Former Member
0 Likes
1,147

Yes

U can append or include

Just click on the append button u ll get some field list to be entered after doi ng so

dont forget to activate the tabel

Read only

Former Member
0 Likes
1,147

Thanks to all

Aravind

Read only

Former Member
0 Likes
1,147

hi

se11--> enter the table name --> change --> add(create) the required fields > go to utilities> data base utility--> adjust and activate the table-click it . now come to table screen and activate it. now it will not show any error. if still the same error persists then in data base utility click on delete data and then click on adjust and activate the table.

reward if useful.

vennila.