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
569

Hi

how can we include the structure in the structure defination

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

HI,

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

Regards

Sudheer

3 REPLIES 3
Read only

Former Member
0 Likes
547

HI,

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

Regards

Sudheer

Read only

Former Member
0 Likes
546

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

Read only

Former Member
0 Likes
546

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.