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
709

How i can make Sructure in dictionary. give me some examples of making structure or screen shots of making structure.

Thanks & Regards

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
682

Read at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf">BC - ABAP Dictionary</a> page 144 and following.

Regards

_________________________

<i>Creating Structures

Procedure

1. In the initial screen of the ABAP Dictionary, enter the structure name in field Data type

and choose Create.

A dialog box appears in which you must select the type category.

2. Select Structure and choose .

The maintenance screen for structures appears.

3. Enter an explanatory short text in field Short text.

You can for example find the structure at a later time using this short text.

Carry out the following steps for all the components you want to include in the structure.

You can also include structures, tables or views instead of individual components. The

procedure here is described in Inserting an Include [Page 85].

4. Enter a name in column Components.

If you want to use the structure as an include [Page 16] in a transparent table at a later

time, the component names may not be longer than 16 characters.

5. Enter the name of the type whose attributes should be used in the component in field

Component name. You can enter any type (data element, structure or table type) here.

You can also add components by directly specifying the data type and length. Choose

Built-in type. You can now enter values for fields DTyp, Length, Dec.places and Short

description. With Component type you can switch back to the screen for entering

references to existing types.

You can combine components with direct type definition and components that are

defined by referencing an existing type as you like.

6. The reference field and reference table [Page 15] must be specified for components of

type CURR (currency) and QUAN (quantity).

You can make these entries on the Currency/quantity fields tab page.

7. Now maintain the foreign keys of the structure.

Proceed as when maintaining the foreign keys of a table (see Creating Foreign Keys

[Page 75]).

8. Save your entries once you have defined all the components of the structure.

You are asked to assign the structure a development class. You can change the

development class later with Goto Change object directory entry.

9. Choose .

Result

The structure is now activated. The runtime object of the structure is created. At activation, a log

is written; it can be displayed with Utilities Activation log. If errors occurred when the structure

was activated, the activation log is automatically displayed.</i>

Read only

Former Member
0 Likes
682

Hi,

You can use transaction SE11 to create a structure.

Following is the procedure:

i) In the initial screen of SE11, select the data type radio button.

ii) On pressing create, it will ask for the type, choose structure radio button.

iii) Next, we need to enter the components of the structure(fields).

By this we can define a dictionary structure.

<b><REMOVED BY MODERATOR></b>

Regards,

Dilli

Message was edited by:

Alvaro Tejada Galindo

Read only

former_member404244
Active Contributor
0 Likes
682

Hi,

go to SE11-> Choose Data Type -> Create -> Chose the radio button STRUCTURE .

<b><REMOVED BY MODERATOR></b>

Regards,

Nagaraj

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
682

Hi,

In SE11--> Choose Data Type --> Create --> Chose the radio button STRUCTURE

Read only

Former Member
0 Likes
682

Hi Prakash,

send me your mail id so that I can send you the document with screen shots.

regards,

Bhanu