cancel
Showing results for 
Search instead for 
Did you mean: 

how to combine two datatypes into a single one

Former Member
0 Kudos

could you plz tell where do we need to add one structure into another i.e how to combine two datatypes into a single one

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Just declare the main structure

ex: Main(name,age,sal....but for address) but for address you want to call other

structure (Let assume)

then create the address structure separately then in main structure

for address field search (where you are selecting the field types)

there select the address structure

regards

Prasad

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi jayakrishna,

When you have one message structure which is already created and you can make use of the same strucutre this can be done by using copy object.

Copy Object:Copy object will copy the the whole structure in to your required strucutre...you can think of reusability of the message structure.

Let me give me one situation...I have one message structure which i am using in several times in my business requirements so Instead of creating the same structure so many time I can create once and I make us of the same into required message strucutre.

Let me know if you have any furthere qureries.

Thanks and Regards,

Sekhar.