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

Append structure in cluster table

Former Member
0 Likes
1,283

Hi,

is it possible to append or include structure in cluster table.. if yes how? Pls suggest.

thanks

7 REPLIES 7
Read only

Former Member
0 Likes
861

Hi Pradeep,

Please note the following points about append structures:

No append structures may be created for pooled and cluster tables.

If a long field (data type LCHR or LRAW) occurs in a table, it cannot be extended with append structures. This is because such long fields must always be in the last position of the field list, i.e. they must be the last field of the table.

If you as a customer add an append structure to an SAP table, the fields in this append structure should be in the customer namespace for fields, that is they should begin with YY or ZZ. This prevents name collisions with new fields inserted in the standard table by SAP.

If you as a partner have your own reserved namespace for your developments, the fields you select in append structures should always lie in this namespace.

<b>Reward points if it helps.</b>

Message was edited by: Amit Mishra

Read only

rahulkavuri
Active Contributor
0 Likes
861

I DONT THINK WE CAN DO THAT...

Read only

Manohar2u
Active Contributor
0 Likes
861

Pradeep,

Please go thru link to take necessary steps while adding fields to pooled and custer tables.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0d1446011d189700000e8322d00/frameset.htm">Changing pooled and cluster table</a>

Regds

Manohar

Read only

Former Member
0 Likes
861

Hi,

You cannot append structure to an cluster table.

Thanks,

Ramu N

Read only

Former Member
0 Likes
861

Manohar the given link is not working. Kindly check the link again.

thanks

Read only

0 Likes
861

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0d1446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f0d1446011d189700000e8322d00/frameset.htm</a>

Here is the link, prevoious link was working.

Regds

Manohar

Read only

Former Member
0 Likes
861

Hi Manohar,

Thanks for the quick reply. even though with the help of this also we can not append the structure in cluster table ( this showing how to append the structure in the transparent table which i hv done lot of time)..

Pls suggest me if you know some way by that we can append the structure in Cluster/Pooled table.

Any way thanks for your suggestion.

Pradeep