cancel
Showing results for 
Search instead for 
Did you mean: 

xi payload data

pradeep_nellore
Participant
0 Kudos

Hi,

I am trying to fetch xi payload using CL_XMS_PERSIST.This is my partial code.

CALL METHOD xms_persist->READ_MSG_ALL
          EXPORTING
            IM_MSGGUID      = MSGGUID
            IM_PID                = PID
            IM_VERSION       = VERS
            IM_CLIENT          = CLIENT
            IM_READ_PAYLOAD = 'X'
          IMPORTING
            EX_MESSAGE      = ex_message.
CALL METHOD ex_message>GETATTACHMENTS
     RECEIVING
            SIZE   = SIZE.

But , i am recieving SIZE as ZERO , there by i could not execute other methods.The SIZE is ZERO as the table URES in method GETATTACHMENTS has no entries.

What could be the right solution to get payload..

Thanks

--Pradeep

Edited by: pradeep nellore on Jun 19, 2009 11:37 AM

Edited by: pradeep nellore on Jun 22, 2009 8:44 AM

Edited by: pradeep nellore on Jun 22, 2009 8:51 AM

Edited by: pradeep nellore on Jun 22, 2009 9:19 AM

Edited by: pradeep nellore on Jun 22, 2009 12:01 PM

Edited by: pradeep nellore on Jun 23, 2009 7:00 AM

Edited by: pradeep nellore on Jun 23, 2009 7:04 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

Did you try posting the Q in [ABAP Development |/community [original link is broken];forum? If no then please do....may be you will get some reply.

Regards,

Abhishek.

pradeep_nellore
Participant
0 Kudos

posted in abap developmennt forum