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

query on structures

Former Member
0 Likes
713

hi...

how i can add my own fields to standard tables.I have appended my field into table vekp.

but i am not able to see the field names when i am executing to see the contents of the table..

also help me to know how i can use the fields of the appended structure into table control with wizard.

6 REPLIES 6
Read only

Former Member
0 Likes
686

Hi,

It is not recommended to modify standard SAP tables.However, if the situation demands, then you can use BADIs (Business Ad Ins), which help you to modify the SAP Standard.

Kindly go through the following link:-

http://help.sap.com/saphelp_erp2005vp/helpdata/en/c3/4099ac8b8911d396b70004ac96334b/frameset.htm

Thanks and regards,

Prerna

Read only

Former Member
0 Likes
686

Hi Manu,

You can add a field to a standard table by adding a custom append structure to the existing table, then add a field in the custom namespace (fieldname begins with 'ZZ'). This way you don't modify the actual table, but instead the append structure only.

Regards,

Sekhar.

Read only

Former Member
0 Likes
686

Hi,,

go to se11 and enter the name of the standard table you want to add structure to.

There's a button at extreme right about append structure. There you can add any structure of your choice.

Read only

Former Member
0 Likes
686

hi, if you have "long" table which have many fields SE16 does not show all fields even if uou double clik row. There is button "next screen" and pushing it brings rest of fields to screen.

Read only

samantak_chatterjee
Active Contributor
0 Likes
686

Hi,

You can append the structure of your choice in the SAP supplied tables. For the append structure you can append upto 9 structures and cannot delete the structures.

To append the structure you need to do the following

1. click the <b>GOTO</b> menu in the menu bar.

2. Click the <b>Append Structure</b> or Press <b>F5</b>.

3. Click the proposed structure name or you can add your own structure.

4. In the new structure create the fields with customer notation i.e. ZZ or YY.

Thanks,

Samantak

SAP ABAP.

Please rewards points if useful.