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

structure

Former Member
0 Likes
533

Hi guru's,

plea send the step by step procedure to create structure in se11 for using the smartforms.

Regards,

sairam.

4 REPLIES 4
Read only

former_member195383
Active Contributor
0 Likes
510

Hi

Follow the following steps..

In se11 ,in menu bar->Extras -> Change table category->chosse (Rado button) Structure.

For currency key :

You must specify a reference table for fields containing quantities (data type QUAN) or currency

amounts (data type CURR).

This reference table must contain a field with the format for the currency key (data type CUKY) or

unit of measure (data type UNIT). This field is called the reference field of the output field. The

reference field can also reside in the table itself.

A field is only assigned to the reference field at program runtime. For example, if a field is filled

with currency amounts, the corresponding currency is determined from the assigned reference

field, that is the value entered in this field at the moment defines the currency.

Table SBOOK in the flight model contains all the flight bookings made by

customers. Field FORCURAM contains the price of the booking in the customer’s

currency. Field FORCURKEY of table SBOOK contains the corresponding currency

key for this price. SBOOK is therefore the reference table for field FORCURAM and

FORCURKEY is the reference field for field FORCURAM.

Award Points if its worthful

Read only

vinod_vemuru2
Active Contributor
0 Likes
510

Hi Sairam,

Follow this path.

SE11->Select data type radio button->Enter ur structure name->press create->U will get a pop asking data element, structure, table type->Select structure and press create. Enter all ur fields. U have to give reference fields for currency/Quantity fields. Now save and activate. U can refer to this structure any where.

Thanks,

Vinod.

Read only

Former Member
0 Likes
510

Hi sairam,

There is no difference for cretaing table and structure.

open se11 and select DATA TYPE radiobutton go with create

then select STRUCTURE radio button

then u can give ur fields.

Regards,

S.Gangireddy.

Read only

Former Member
0 Likes
510

Hi Sairam,

->SE11

->Data type->give a name

->create

->select structure data element

->give the various elements in the structure (u can select builtin types too......)

->save and activate.....

No difference in creating structure for smartforms