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

Extend a transparent table

houssemkh0105
Newcomer
0 Likes
2,152

Dear SAP community,

I would like to extend a database table by adding a Z field.

Which options do I have? and Which one is recommandable?

Sincerly

Houssem

Dear SAP community,

I would like to extend a database table by adding a Z field.

Which options do I have? and Which one is recommandable?

Sincerly

Houssem

4 REPLIES 4
Read only

former_member1716
Active Contributor
1,957

houssemkh0105,

There are two ways of extending a standard table as stated below:

1) APPEND STRUCTURE

2) INCLUDE STRUCTURE

There are plenty of threads/Blogs which can help you on this.

Regards!

Read only

Abinathsiva
Active Contributor
0 Likes
1,957

Hi,

Goto maintenance screen of required table --> Append Structure --> Create Append structure --> define fields to append structure --> activate the same..

Read only

shakirali7
Participant
0 Likes
1,957

Dear houssemkh0105,

If you want to extend custom 'Z' or 'Y' table then there is only the simple that is using

TCODE SE11

select Database Table option and give Table name

Click on Change button

Click "Insert Row" in the "Fields" tab.

Furthermore,

If you want to Extend SAP standard table the please use following links:

https://help.sap.com/doc/saphelp_nw73ehp1/7.31.19/en-US/cf/21ebc9446011d189700000e8322d00/content.ht...

hope this will helps.

regards,

Shakir.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,957

You mean, a "standard SAP database table by adding a ZZ field" (or YY or /yournamespace/anyname).