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

line type

Former Member
0 Likes
1,196

what is line type in smart form?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,102

hi padma

You use line types to construct the layout of templates and tables. For both node types, you use the line type to describe the following attributes of a table line:

  • The width of the table line

  • The number and width of individual cells within the table line

A major difference between line types of templates and line types of tables lies in the height: line types of templates all have the same height, while SAP Smart Forms determines the height of table lines dynamically (depending on the output in the table).

for more details plz refer to the link below

http://help.sap.com/saphelp_nw04/helpdata/en/0b/e06b1c2d8411d5b693006094192fe3/frameset.htm

hope it clears ur doubt

regards

ravish

<b>plz dont forget to reward points if useful</b>

6 REPLIES 6
Read only

Former Member
0 Likes
1,102

HI,

The line type of an internal table can be any data type. The data type of an internal table is normally a structure. Each component of the structure is a column in the internal table. However, the line type may also be elementary or another internal table.

Line type

For the line type <linetype>, you can specify:

Any data type if you are using the TYPE addition. This can be a predefined ABAP type, a local type in the program, or a data type from the ABAP Dictionary.

If you specify any of the generic elementary types C, N, P, or X, any attributes that you fail to specify (field length, number of decimal places) are automatically filled with the default values. You cannot specify any other generic types.

Any data object recognized within the program at that point if you are using the LIKE addition. The line type adopts the fully-specified data type of the data object to which you refer. Except for within classes, you can still use the LIKE addition to refer to database tables and structures in the ABAP Dictionary (for compatibility reasons).

All of the lines in the internal table have the fully-specified technical attributes of the specified data type.

WE USE LINE TYPE TO RETRIEVE FIELDS FROM YOUR WORK AREA OR INTERNAL TABLE BASED ON YOUR REQUIREMENT ( THAT HOW YOU USED IN YOUR SMART FORMS ).

********PLEASE REWARD POINTS IF THE INFORMATION SI HELPFUL TO YOU*********

Read only

Former Member
0 Likes
1,102

line type is used to draw lines with in a table

Read only

Former Member
0 Likes
1,102

The line type name is a key used in the subnodes of a table to refer to a desired line layout ('Output options' tab for subnodes). The name of a line type must start with a letter and be unique within a table,

The line type of the table describes the table width. The specified cells can then be filled in subnodes of the table node. You must assign a line type to each table line to be displayed. This allows you to design the layout of complex tables.

The total width of the line type must be the same as the width of the table.

reward if useful

anju

Read only

Former Member
0 Likes
1,103

hi padma

You use line types to construct the layout of templates and tables. For both node types, you use the line type to describe the following attributes of a table line:

  • The width of the table line

  • The number and width of individual cells within the table line

A major difference between line types of templates and line types of tables lies in the height: line types of templates all have the same height, while SAP Smart Forms determines the height of table lines dynamically (depending on the output in the table).

for more details plz refer to the link below

http://help.sap.com/saphelp_nw04/helpdata/en/0b/e06b1c2d8411d5b693006094192fe3/frameset.htm

hope it clears ur doubt

regards

ravish

<b>plz dont forget to reward points if useful</b>

Read only

Former Member
0 Likes
1,102

Hi

Line Type is always defined with TABLE type in SE11

The line type of a table type can be defined by:

Specification of a type that already exists (data element, structure, table type, table, view) whose properties are then copied as properties of the defined table line.

Direct type input, where data type, number of positions, and, if required, decimal places, are entered directly.

Specification of a reference type.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

0 Likes
1,102

is it necessary to have indepth knowledge of smartforms i mean every component that are available in smartforms?

padma.v