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

customizing standard sap tables

Former Member
0 Likes
1,619

in order to modify/customize sap standard table we have two options: APPEND STRUCTURE and CUSTOM INCLUDES.....can any one tell me what is the difference ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,417

hi ,

for acheving customised table in standard sap,

we have to create a structure through se11 and then append structure for particular sap table .

please reward points 4 helpful answer.....

Regards

Santosh.

in order to modify/customize sap standard table we have two options: APPEND STRUCTURE and CUSTOM INCLUDES.....can any one tell me what is the difference ?

8 REPLIES 8
Read only

h_senden2
Active Contributor
0 Likes
1,417

Custom includes are provided by SAP itself. Append structure can be added to the structure by the customer itself.

regards,

Hans

Please reward all helpful answers !!!!!

Read only

Former Member
0 Likes
1,418

hi ,

for acheving customised table in standard sap,

we have to create a structure through se11 and then append structure for particular sap table .

please reward points 4 helpful answer.....

Regards

Santosh.

Read only

0 Likes
1,417

I normally follow these 2 steps:

1st - Validate if SAP provides a custom include.

2nd - If not, go to SE11 and create an append structure directly using APPEND button.

Please, make sure you check the enhancement type of the table before hand.

Sorry, I don't have the system right here with me...

If it says enhenceable or something like that,m you are fine,.

Leonardo De Araujo

Read only

Former Member
0 Likes
1,417

hi santosh,

its really nice to see your reply , as you mentioned "we have to create a structure through se11 and then append the fields in it" ....can you provide me steps for creating a structure.

Read only

0 Likes
1,417

HI,

GO TO SE11->DATA TYPE->CREATE->STRUCTURE->THEN GIVE FIELD NAME .

i THINK THIS MIGHT HELP U.

Please reward with point if helpful.

Regards

Santosh.

Read only

Former Member
0 Likes
1,417

Hi,

Say for example , Table VBAK.

Goto SE11, give vbak , then click on append structure on the application tool bar.

It will get available struture names & also u can create new structure by clicking create buttion . once u click on the create button , system automatically will get the structure names as ZAVBAK or ZBVBAK or ZCVBAK like that .

Afterwards , u create fields , activate the structure & come back to vbak & do the table adjustment through SE14 transaction.

Includes are nothing but the TABLE CUSTOMER EXITS.

Thanks,

Manjunath MS

'Reward Points if it is Useful"

Read only

Former Member
0 Likes
1,417

to append structure

i'll give u example of ekko table

go to sell and than f7

than there is a option of append structure in tool bar

give any name say zekko

than enter ur fields

than then activate

Read only

Former Member
0 Likes
1,417

hi,

thank you guys for your explanation...its helped me a lot....cheers