‎2008 Oct 24 1:22 PM
hi ,
i am getting an error message while am creating an append structure.
what i have done is ..
i created a structure in SE11 with 4 fields with name zstruct .
and i have one ztable with 5 fields. when i am trying to append a structure through Append Structure button , system is asking for the name of the structure.
here is my problem...
when trying to giving the structure name which i was created earlier ie., zstruct, it giving error that " structure name is already created."
can any please help me in this regard.
cheers,
srak.
‎2008 Oct 24 1:36 PM
As others mentioned: it's a Z table so you could simply add the fields in the table.
However, if you choose not to and want your ZSTRUC in ZTABLE, then you need to include ZSTRUC in ZTABLE and not perform an append structure (since it already exists): where you normally insert a field name, type .INCLUDE and as data element insert your structure name.
‎2008 Oct 24 1:24 PM
You have to create the append under a different name, usually starting with "ZA...". Then you can include your structure in this new append.
Actually, since it is a Z-Table, you don't need an append at all, you include your structure directly.
Thomas
‎2008 Oct 24 1:28 PM
hi..
u cannt append the structure with the same name as it is already created.....
u have to give the different name and thier u specify the field names....
the u r table will get appended with the new fields...
hope it works...
thanks
sam
‎2008 Oct 24 1:30 PM
Thats the wrong way of creating Append Structure
Go to the main table in SE11,
Click on Append Structure.
A window will apear, there will be a create button at top row.
click on that , it will ask you for Append structure name
and then it will take you to a screen where you will add fields to that structure.
‎2008 Oct 24 1:36 PM
As others mentioned: it's a Z table so you could simply add the fields in the table.
However, if you choose not to and want your ZSTRUC in ZTABLE, then you need to include ZSTRUC in ZTABLE and not perform an append structure (since it already exists): where you normally insert a field name, type .INCLUDE and as data element insert your structure name.
‎2008 Oct 24 1:43 PM
Hi
As Swastik Bharati mentioned you are trying to create the append structure in a wrong way.
The right way to create is through by pressing Append Structure button and then giving a structure name which is not existing.
Cheers,
Hakim
‎2008 Oct 24 1:47 PM
hi
With in ztable you create an append structure, you cant include append structure out side of that ztable.