Application Development 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: 

structure

Former Member
0 Kudos
116

Hi

how can we include the structure in the structure defination

1 ACCEPTED SOLUTION

Former Member
0 Kudos
93

HI,

You can use the INLCUDE button to include the Structure ..

Regards

Sudheer

3 REPLIES 3

Former Member
0 Kudos
94

HI,

You can use the INLCUDE button to include the Structure ..

Regards

Sudheer

Former Member
0 Kudos
93

Hi,

To include the struture in your data base table or to other structure either you can use Append structure or .INCLUDE, for append structure click on push button append structure and give the name of structure u want to add for .INCULDE, write .INCULDE in the field name and where we give data element, give the name of structure...

<b>Kindly reward poin for helpfull answers</b>

Regards

Tanweer

Former Member
0 Kudos
93

Hi Nelapatla ,

you can include structure in two ways ist way is first you have creat a structure then call that structure using .INCLUDE <STRUCTURE NAME> keyword.

Another way is you can also append the structure.