cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Lookup in SAP PO Graphical Mapping returning null values

dmoha001
Explorer
0 Kudos

There is a standard function module "RFC_READ_TABLE" in SAP ECC. SAP PO needs to perform a RFC Lookup to this function module/RFC and fetch the data from SAP ECC table "BKPF" and field "XBLNR".

I have performed the below steps in SAP PO for RFC Lookup:
  • Have imported the RFC structure "RFC_READ_TABLE" under the SWCV
  • Have created the parameter "RFC_Channel" under the Signature tab of Message Mapping
  • In Graphical Mapping RFC Lookup, I have selected "RFC_Channel" under Communication Channel and have selected the imported RFC "RFC_READ_TABLE"
  • In Operation Mapping, I have created the parameter and have done the Binding with message mapping parameter.
  • In ICO, under Receiver Interfaces tab I have provided the RFC channel to the operation mapping parameter.

Have attached the screenshot of the configuration.

Can you please help what I'm missing.

Communication channel logs also has been attached.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Debashis,

You have to delete 'DATA' tag from your request(source) RFC structure.

Thanks,

Mahesh