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

table maitennace

Former Member
0 Likes
583

hi how can i go to the additional data b screen in tables i want to add a field in table vbap and display it on additional data b screen.

and also how to maintaion descriptions in a table both in english and french!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

We can use the APPEND STRUCTURE concept.There u can give ur own structure name starting with Z or Y.We want to follow the naming standards.

When u trying to add an ew field means sometimes there will prblms arise in some forms and reports

4 REPLIES 4
Read only

Former Member
0 Likes
558

Hi,

Inorder to add a field, goto SE11 and open the table. Click on APPEND STRUCTURE. Enter the field name with preceding ZZ (eg. ZZMATNR) and activate the table.

Inorder to maintain description in diff. langugages, Open the data element of the field and Click on GOTO->TRANSLATION. Maintain the translations & activate the data element.

Best regards,

Prashant

Read only

former_member404244
Active Contributor
0 Likes
558

Hi ,

Inorder to add fields additional data b , u require an access key...with this access key u can go to va01 tcode and then then in additional data b u can add ur fields.

Now u need to add to VBAP table..so go to SE11,give the table name as VBAP and then add fileds by append structure method....

U can transalate with help of tcode SE63...

Reagrds,

Nagaraj

Read only

Former Member
0 Likes
559

We can use the APPEND STRUCTURE concept.There u can give ur own structure name starting with Z or Y.We want to follow the naming standards.

When u trying to add an ew field means sometimes there will prblms arise in some forms and reports

Read only

Former Member
0 Likes
558

Hi

1) If you want to add a field in VBAP Table just Goto SE11 and give the table name as VBAP.Then press Append Structure Button and give the field name(preceding with ZZ) which you want to add and activate it.

Now you have created a field in VBAP Table

2)If you want to use it in different languages,then Goto the data element of that table and select Goto->Translation,which ask you for language selection so select english and french,activate it.

PLEASE REWARD