cancel
Showing results for 
Search instead for 
Did you mean: 

execute-asynchronous

Former Member
0 Kudos

Hi All,

When I created the inbound proxy these are the objects generated.

<b>Type Name Shorttext</b>

Interface ZJSII_IN_JS_MI Proxy Interface

Structure ZJSSRC_DT Proxy Structure

Structure ZJSSRC_DT_HEADER Proxy Structure

Structure ZJSSRC_DT_DETAIL Proxy Structure

Structure ZJSSRC_DT_RECORDSET Proxy Structure

Structure ZJSSRC_MT Proxy Structure

Table Type ZJSSRC_DT_DETAIL_TAB Proxy Table Type

Table Type ZJSSRC_DT_HEADER_TAB Proxy Table Type

Now I just need to edit the execute-asynchronous method so that I can view my data that has come from XI server.

I have edited the method like

method ZJSII_IN_JS_MI~EXECUTE_ASYNCHRONOUS.

DATA : HTYPE TYPE ZJSSRC_DT_HEADER-KEYFIELD,

DTYPE TYPE ZJSSRC_DT_DETAIL-KEYFIELD.

HTYPE = INPUT-SRC_MT-RECORDSET-HEADER-KEYFIELD.

DTYPE = INPUT-SRC_MT-RECORDSET-DETAIL-KEYFIELD.

ENDMETHOD.

But I am getting the error field

"INPUT-SRC_MT-RECORDSET-HEADER-KEYFIELD" IS unknown.

Any inputs on this will be of great help.

Thanks & Regards,

Jai Shankar.

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Regenarate the proxy and try tyo activate the same.

Regards,

Bhavesh

Former Member
0 Kudos

Hi All,

I tried to regenerate the proxy. Still I get the same error in themethod.

Thanks & Regards,

Jai Shankar.

moorthy
Active Contributor
0 Kudos

Hi,

Check your message type and Message Interface. Because I think, there is no field in the message type. Check this once.

Then if there is no fields etc then regenerate the proxy and activate again.

Thanks,

Moorthy