Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table type in import parameter in rfc function module

Former Member
0 Likes
2,088

Hi we don't have the table type in our system which exist in the other system which is the import parameter of the rfc function module.so how can we pass the parameter. shell we create the same table type in our system also.it is a table type for a deep structure.

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
888

AFAIK you cannot use table types with RFC func. modules.

Read only

Former Member
0 Likes
888

hi this is the fm in crm ,i need to call it in my ecc server.Data is table type .

sudheer: CALL FUNCTION 'CRMXIF_PRODUCT_MATERIAL_SAVE'

EXPORTING

DATA =

  • IMPORTING

  • RETURN =

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
888

Hello,

I donot have access to CRM box I cannot view the FM. You can verify with the CRM counterpart what exactly is the TYPE for param DATA.

Else you can define a generic internal table (TYPE TABLE) & try calling the FM.

BR,

Suhas