‎2010 Jan 14 11:54 AM
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.
‎2010 Jan 14 11:59 AM
‎2010 Jan 14 12:07 PM
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 =
‎2010 Jan 14 12:17 PM
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