cancel
Showing results for 
Search instead for 
Did you mean: 

reg:call_function_remote_error.

Former Member
0 Kudos

Hi all,

I am facing some problem.I am calling remote enabled function module from program(report).while running that program shows error.

REPORT ZA2_SEND_COUNT_IDOC_MATERIALS.

data count_idocs type i.

data count_materials type i.

select count(*) into count_materials from za2_flo_material.

select count(*) into count_idocs from za2_flo_header where flags = 'Y'.

CALL FUNCTION 'ZA2_SEND_MATERIALS2FLO' DESTINATION 'JAVAIDOC'

EXPORTING

MATERIAL_COUNT = count_materials

IDOCS_COUNT = count_idocs.

write : 'IDocs=', count_idocs.

write / : 'Materials =',count_materials.

after running it shows error.

error:call_function_remote_error.

an error occured during remote function call.it was logged under the name RFC_EXTERNAL_ABORT.

PLEASE HELP ME IN THIS ISSUE.

Accepted Solutions (0)

Answers (1)

Answers (1)

martin_bachmann
Advisor
Advisor
0 Kudos

Hi,

this does not seem to be a SAP NetWeaver Gateway related problem / question, so I moved it to this category. SAP NetWeaver Gateway is about OData enablement of the Business Suite.

Martin