Hi@akhilranga
when you receive a frame with ID 0x03ABDCEF,the data length = 1,and data value = 0x0E,then you need to send a frame with ID 0x03ABDCEF,the data length = 8,and you need to fill data area according to the data format.

I suggest you use CAN-Tool,for example:P-CAN or CANoe to test the frames send and received by each node first, and then combine them to test their functions.
for CAN FD setting, you can refer to the demo: flexcan_encrypted_s32k144,
flexcan_data_info_t dataInfo =
{
.data_length = 8U,
.msg_id_type = FLEXCAN_MSG_ID_EXT,
.enable_brs = true,
.fd_enable = true,
.fd_padding = 0U,
.is_remote = 0U
};