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

Re: How do I read multiple lines in RFC_READ_TEXT with one request?

$
0
0

Hi

 

Did you try adding multiple records in the table?

 

  IRfcTable table = func.GetTable("TEXT_LINES");


  table
.Insert();
  table
[0].SetValue("TDOBJECT","VBBK");
  table
[0].SetValue("TDNAME","3147856016");
  table
[0].SetValue("TDID","Z019");
  table
[0].SetValue("TDSPRAS","L");


  table.Insert();
  table
[1].SetValue("TDOBJECT","VBBK");
  table
[1].SetValue("TDNAME","3147856017");
  table
[1].SetValue("TDID","Z019");
  table
[1].SetValue("TDSPRAS","L");


  table.Insert();
  table
[2].SetValue("TDOBJECT","VBBK");
  table
[2].SetValue("TDNAME","3147856018");
  table
[2].SetValue("TDID","Z019");
  table
[2].SetValue("TDSPRAS","L");


  func.Invoke(dest);
 
return table;


Regards,

Murthy


Viewing all articles
Browse latest Browse all 8667

Trending Articles



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