Hello @pankajprasad100,
I would like to share with you an example project (Attach) about to use the ld_receive_message():
- Hardware: S32K118
- SDK release version: S32SDK_S32K1xx_RTM_3.0.0
- PEx: S32 Design Studio v2.2
The Master node send a UDS frame with NAD = 0x02, PCI = 0x06, SID = 0x23, data = {0x03, 0x04, 0x05, 0x06, 0x07}
The Slave node use ld_receive_message() function to receive request message and then responded with PSID = 0x63 (Value = SID + 0x40).

Hope it helps.
Best Regards,
Nam