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

How to append a structure to a std table

Former Member
0 Likes
2,018

I appended two fields to vbak but these are not reflecing in the program.,i.e in program syntax error is showing that no componenet exist.

Please help out.

Thank you

Bhanu

I appended two fields to vbak but these are not reflecing in the program.,i.e in program syntax error is showing that no componenet exist.

Please help out.

Thank you

Bhanu

5 REPLIES 5
Read only

Former Member
0 Likes
1,314

If you are modifying the standard table, you need to create a separate Z structure and add fields to it, then activate it.

The come to the standard table, in your case VBAK, and click the Append structure button. In the popup enter the Z structure you created and append the same.

Once done, activate the table so taht all the programs and structures/tables using it are activated.

<b>Reward if useful.</b>

Regards,

Pritha.

Read only

Former Member
0 Likes
1,314

hi,

select Append structure on the application tool bar.

give some name for append structure.

create fields for that structure acoording to ur req.

Activate the structure.

append that structure name to VBAK (Need Access key to do this)

<i><b>Reward points if useful</b></i>

Read only

Former Member
0 Likes
1,314

Hello,

For editing the standard SAP Objects, U need the Access key.

Regards,

LIJO

Read only

Former Member
0 Likes
1,314

go to se14 and acivate ur table .then it will be ativated at the database level.

then u can view ur stuctre.

reward if useful.

Read only

Former Member
0 Likes
1,314

Hi

steps:

0)Append structures allow you to attach fields to a table without actually having to modify the table itself. You can use the fields in append structures in ABAP programs just as you would any other field in the table.

1)Click on the append structure tab and opt to create new

structure.

Append structures allow you to enhance tables by adding fields to them that are not part of the standard. With append structures; customers can add their own fields to any table or structure they want.

Append structures are created for use with a specific table. However, a table can have multiple append structures assigned to it

2)Customers can add their own fields to any table or structure they want.

The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP

<b>Reward if usefull</b>