cancel
Showing results for 
Search instead for 
Did you mean: 

RFC CAT_TCD_CAL problem

marc_marco
Contributor
0 Kudos

Hello Experts,

 

I have a question about the RFC CAT_TCD_CAL. I am trying to use
this function using VBA macro.

 

When I use this code:

 

Set mRFC = Sapconn.Add("CAT_TCD_CAL")

 

mRFC Call returns "Nothing"  , It does not happens with other RFC I  tried.

Any help would be greatly appreciated.

Thanks a lot.

M.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_schnell
Active Contributor
0 Kudos

Hello Ziv,

I know, this is an old question, but better a late reply than none.

I set the trace level and get the following error:

**** ERROR file opened at 20150420 212411 Mitteleuropäische Sommerzeit, SAP-REL 740,0,89 RFC-VER 3  MT-SL

T:2276 Error in program 'WScript': RfcGetStructureInfoAsTable(CAT_SVARS_TABTYPE) exception UNSUPPORTED_TYPE

T:2276 Error in program 'WScript': <* RfcGetStructureInfoAsTable [1] : returns 2:RFC_EXCEPTION

The function module CAT_TCD_CAL contains in the import parameters the table CAT_SVARS_TABTYPE and the ActiveX library doesn't support that - look also here.

Cheers

Stefan

Answers (0)