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 Limitations

aakash_neelaperumal2
Active Participant
0 Likes
2,827

Hi Abapers,

In my Current project, customer is using an Custom developed tool to maintain material related data.

This Custom developed tool is also similar to MM02 transaction which has various views, data is stored in many fields in Z tables, long text are present.. etc.

Now Customer wants to store all these data in Standard table ex. MARA by using Append Structure.

My Question is

1. Is there any limitation in the number of fields in an Append Structure ?

2. Is there any limitation in the number of Append Structures for a table ?

2. Can I have nested Structure in Append structure i.e deep structures's in an Append structure.

3. Can I have fields of type String to store long texts..

Thats it as of now...

Please advice.

Thanks

Aakash.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,679

Hi

1. Is there any limitation in the number of fields in an Append Structure ?

the total length of all the fields should not exceed the limit which is same as table.

2. Can I have nested Structure in Append structure i.e deep structures's in an Append structure.

yes

3. Can I have fields of type String to store long texts..

yes multiple string fields

Regards

Sajid

5 REPLIES 5
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,679

Hi

Is there any limitation in the number of Append Structures for a table ?

9

This is the only limitation on Append Structures.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,680

Hi

1. Is there any limitation in the number of fields in an Append Structure ?

the total length of all the fields should not exceed the limit which is same as table.

2. Can I have nested Structure in Append structure i.e deep structures's in an Append structure.

yes

3. Can I have fields of type String to store long texts..

yes multiple string fields

Regards

Sajid

Read only

0 Likes
1,679

Hi Shaik,

Thanks for your reply,

Can you please explain the 1st point in detail ?

(the total length of all the fields should not exceed the limit which is same as table)

Thanks,

Aakash

Read only

0 Likes
1,679

Hi,

Can I have fields of type String to store long texts..?

You cannot have more than 3 string fields in a table.

Regards,

Dhasarathy.

Read only

Former Member
0 Likes
1,679

Hi,

Answer to your questions:

1. Is there any limitation in the number of fields in an Append Structure ? : NO ther are no limitatoon but the size should be less than the total size allocated to the whole table in technical seting.Else it wont be activated

2. Is there any limitation in the number of Append Structures for a table ? NO

2. Can I have nested Structure in Append structure i.e deep structures's in an Append structure. Upto 9levels

3. Can I have fields of type String to store long texts.. Yes

Hope this might help you

Pooja