cancel
Showing results for 
Search instead for 
Did you mean: 

SAPTableFactoryCtrl._CSAPTaFacTable appended row cannot assign value

0 Kudos

Hi,

when i assign value to the new row, it raise an error - paramter are not optional.

here is my code:

Dim ztables As SAPTableFactoryCtrl._CSAPTaFacTables

Dim zoption As SAPTableFactoryCtrl._CSAPTaFacTable

ztables = bapi.Tables

zoption = bapi.Tables("OPTIONS")

<u>zoption(1, "TEXT") = "MANDT EQ '000'"</u>

error in the lastest statement. and i am callling RFC_READ_TABLE.

Thanks

Wilson

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You not are calling the function.

You cannot call only for the table, if you are using Proxy of .net connector, you will have too the functions to call and pass your table by reference.

Good luck!!!