cancel
Showing results for 
Search instead for 
Did you mean: 

No data is shown in the preview from the RFC in the SUP 2.0

Former Member
0 Kudos

Hi all,

i have trigged a RFC from a SAP system. I could not preview the data in SUP!

I have tested the RFC in the back-end system with same input parameters. I have got correct export parameters.

Import parameters are:

IT_ISTATUS

IT_AUART

IS_EQUNR

IV_OWART

IV_INTEXT

Export parameters are:

ET_ORDER_OUT

ET_TPLNR

ET_EQUNR

ET_ISTAT

ET_ESTAT

ES_RETURN

Any ideas?

Thanks & Regards

Engin

Edited by: Engin on Nov 7, 2011 2:57 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Dear Engin,

Do you get any error saying "JCO....... etc." . if you are getting that error plz define a structure in SE11 [SAP backend] for the corresponding tables.

Regards.

TomVanDoo
Active Contributor
0 Kudos

What I noticed is that, when you create an MBO with multiple complex output parameters, the system flunks.

See if you can split your MBO up into multiple MBO's each exporting a part of the data. The BAPI buffers the data anyway.

SUP does not seem to be able to cope with complex structures (e.g. table in strucure)