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

Field name in database table

Former Member
0 Likes
747

Hi,

Can we give the filed names start with '/' character, (like /name)? I saw like these field names in standard table MARA. How we create those fields in Z tables?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

That are fields in Include structure.

Yes u can create field with / in ur ztable.

first create a structure by selection data type radio button in se11.

in that structure create fields with /.

NOTE: field must have 2 /.

i.e ur field must be /str/struct1.

activate it.

now in ur database table goto edit menu select

include->insert

Give ur structure name .

Message was edited by:

Kalpanashri Rajendran

What is the use of giving such a field names in structure?

3 REPLIES 3
Read only

Former Member
0 Likes
623

That are fields in Include structure.

Yes u can create field with / in ur ztable.

first create a structure by selection data type radio button in se11.

in that structure create fields with /.

NOTE: field must have 2 /.

i.e ur field must be /str/struct1.

activate it.

now in ur database table goto edit menu select

include->insert

Give ur structure name .

Message was edited by:

Kalpanashri Rajendran

Read only

0 Likes
622

What is the use of giving such a field names in structure?

Read only

0 Likes
622

u can see in tha mara table itself.

includes starting with

/VSO/<field name>

All the VSO (Vehicle space optimization ) related fields r grouped toghether in this include. in future if u add a field for VSO group all the tables using this include will be adjusted automatically.