Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9129

Re: Updating table in RFC enabled function module

$
0
0

Hi,

 

If I understand you want to change the input parameter so I the "Changing" parameters:


Using Java:

 

  try {

  
   final JCoFunction function = repository.getFunction("Y_R_EITAN_TESTS_05");

 

   {

 

    final JCoTable table = function.getChangingParameterList().getTable("IT_SCARR");

 

    table.appendRow();

 

    table.setValue("CARRID", "AA");

 

    function.execute(destination);

 

    MyDumper.dumpFunction(function);

 

   }

  } catch (final Exception exception) {
   exception.printStackTrace();
  }

 

screenshot_04.png
 
On SAP:

 

screenshot_02.png

screenshot_03.png

 

 

 


Regards.



Viewing all articles
Browse latest Browse all 9129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>