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 and Include structure

Former Member
0 Likes
945

Hi All,

I have a requirement to add a new field in the structure VBMTV but the problem is I am able to add a new field using Append structure this will add the field at the end I want the new field in the middle of the existing fields which can be possible with only include but the include option in the structure is disabled?How to do this ?Do we need access key to include the structure in the middle of the existing fields?

Thanks&Regards

Mahesh

5 REPLIES 5
Read only

Former Member
0 Likes
709

HI Magesh,

you can only add your fields in the bottom using Append structure. if you want to include in the middle you have to get the access key for include.

Regards

Muthappan

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
709

Hi,

If u want to include in the middle of the table..

u need to go for the access key and then use the include structure...

But y do u want the field in the middle...

While displaying u can re order it in ur report ...

Cheers,

Simha.

Read only

Former Member
0 Likes
709

Hi Mahesh,

to include in the middle, include structure you require access key,

beter option is append structure, later as per your requirement arrange the order in the program.

Read only

Former Member
0 Likes
709

hi

using append structure, you can only add the fields at the last. if you want to add in the middle include structure is the option.

but if you want to add new fields to the z-tables or z-structures, include structure is suggestible. whereas if it is an SAP standard table or structure, it is suggestible to use append structure.

according to my knowledge, wherever the field is in the structure, that doesnt make any difference.

thanks

pavan

Read only

Former Member
0 Likes
709

Hi Mahesh,

Custom include usually starts with CI_ and this table has no customized include. So you only have these options:

a. use Append structure

b. Use some Z table

c. Get the access key from SAP amd modify the structure. But this should be the last option U should think about.

-ashim