cancel
Showing results for 
Search instead for 
Did you mean: 

DATATYPE

Former Member
0 Kudos

Hi,

am using same msg structure of datatype which is used at sender at the receciver,the data is same at sender and receiver.can i use the same datatype name which is used at the sender in the receiver side also or else should i change and giv it with other name.

Regards,

jhanavi

Accepted Solutions (0)

Answers (8)

Answers (8)

sumesh_k2
Participant
0 Kudos

Hi,

If you can use same datatypes and message types but different interfaces.

But it will be better if you use different message types atleast for sender and receiver.

Former Member
0 Kudos

Hi,

Yes it can use the same data type and msg type for both sender and receiver, with same name, But we can create the two message interfacess for sender and receiver.

former_member187563
Contributor
0 Kudos

hi,

yes you can use the same name and structure for data types and message types.

But to avoid confusion later or u might want to change the structure later,you should always make two structures.

You make one data type and then copy it with some other name.

reward points if helpful

regards,

ujjwal kumar

former_member556603
Active Contributor
0 Kudos

Hi,

Yes you can use.

Satya

Former Member
0 Kudos

Hi,

In this case u can create

Single data type for both sender and receiver

Single message type for both sender and receiver

Two message interfaces for sender (outbound) and receiver (inbound).

Regards,

pradeep A.

Former Member
0 Kudos

Hi,

You can use the same name as well as same structure at Receiver and Sender side..

reward points if helpful...

Prashant

former_member614185
Contributor
0 Kudos

You can use single data types for both sender and reciver message types.

Former Member
0 Kudos

Hi,

Rather than using the Single DT name for Sender and Receiver

Just Copy the Sender DT to Receiver DT and Re-name as Receiver.And use it

We can use that also the Single DT for both Sender and receiver, But to make difference better to use the copy and proceed

REgards

Seshagiri