cancel
Showing results for 
Search instead for 
Did you mean: 

Syclo in Function Module

Former Member
0 Kudos

Hi, I am facing issues in using the standard Include related to Syclo in Function Module. As part of configuration, I am using a standard Include"/SYCLO/CORE_BAPI_TEMPLATE_INCL" in an Interface, But it is not able to check/activate the variables which are in Include.  It is throwing error as, The field "IS_BAPI_INPUT-MIDDLEWARE_CALL" cannot be changed. Attached is the error screenshot.


Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

stephen_kringas
Active Participant
0 Kudos

Hi Tayo,

Make sure the "Pass Value" flag is checked on the import parameter tab.

Also make sure your Function Module is remote enabled -

Cheers,

Stephen

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you all very much for the response. All the information provided was very useful. This issue has been resolved.

i834235
Product and Topic Expert
Product and Topic Expert
0 Kudos

Your missing IS_BAPI_INPUT  input parameter for the RFC - which is a must for any BAPI which uses Syclo framework

Thanks

Manju

Former Member
0 Kudos

Hi Tayo,

Please follow the below steps.

1. Your Function Module is not RFC enabled, In Attributes tab select Remote Enabled Module.

2. In Importing parameters, Select Pass Value checkbox.

3. Add required parameters in Export and Table section.

Regards,

Abhishek Wajge

0 Kudos

Moved to SAP for Mobile community as application related, not SAP Mobile Platform (SMP).