cancel
Showing results for 
Search instead for 
Did you mean: 

Include view in structure

Former Member
0 Kudos

Dear all expert,

I want to include a view in a structure.But I always meet problem that mandt is specified twice.

Do you have any suggestion ?

Your help will be highly appriciated. Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can also use INCLUDE with three digit identifire. This will change the name of the fields .

like INCLUDE and INCLUDE_001.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Friend ,

First of all you should not Include View in a Structure ,because

Strucuture is an Work Area /is a Definition, so it will not have any storage or memory .it is also cleint independant.

remember dont create a struture with MANDT field.

becuase se11 created structure's are reuseable objects , so it will be used in database tables,always database tables are client dependent so it will have first field MANDT.

View is an Image of an Table which will be created directly on top of the table in Database .so view cannot be included in a Strcuture .

try with some other option to Achieve your target .Or else please let me know what you want to achieve ?

Regards,

Former Member
0 Kudos

I will suggest you to directly use the tables that are part of view in the structure , as extra fileds will cause no harm .and then check if same error is coming or not.

Former Member
0 Kudos

Include View first and then add rest of fields which u want to add to the structure