Hello,
I'm trying to define a where clause for the RFC_READ_TABLE function attached like so:
RFC_READ_TABLE("KNA1", "tblKNA1", "KUNNR,KTOKD,NAME1")
Where KUNNR = "260*" and KTOKD In ("9026","9017").
Could you tell me please where can i define this inside the code ?
Also, is it possible to export the table generated into a text file ? (not to overload the database.)
Thank you.
I'm trying to define a where clause for the RFC_READ_TABLE function attached like so:
RFC_READ_TABLE("KNA1", "tblKNA1", "KUNNR,KTOKD,NAME1")
Where KUNNR = "260*" and KTOKD In ("9026","9017").
Could you tell me please where can i define this inside the code ?
Also, is it possible to export the table generated into a text file ? (not to overload the database.)
Thank you.