Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Function RfcGetRowType in SAP NetWeaver RFC SDK DLL

stefan_schnell
Active Contributor
0 Kudos

Hello community,

the actual library SAPNWRFC.dll contains the function RfcGetRowType with the ID 101 at address &H7890. But this function is not documented resp. I can't find it in SAPNWRFC.h or in the documentation - neither in the HTML nor in the PDF version. Can anyone tell me the signature of the function interface?

Thanks in advance.

Cheers

Stefan

1 ACCEPTED SOLUTION

stefan_schnell
Active Contributor
0 Kudos

Hello community,

the function RfcGetRowType gets the type descriptor of the table rows and has the following signature:

DECL_EXP RFC_TYPE_DESC_HANDLE RfcGetRowType  (

  RFC_TABLE_HANDLE  tableHandle, 

  RFC_ERROR_INFO *  errorInfo  

)

It works with this signature and delivers a handle back.

Cheers

Stefan

3 REPLIES 3

stefan_schnell
Active Contributor
0 Kudos

Hello community,

the function RfcGetRowType gets the type descriptor of the table rows and has the following signature:

DECL_EXP RFC_TYPE_DESC_HANDLE RfcGetRowType  (

  RFC_TABLE_HANDLE  tableHandle, 

  RFC_ERROR_INFO *  errorInfo  

)

It works with this signature and delivers a handle back.

Cheers

Stefan

0 Kudos

Hi Stefan,

ooops, that must have fallen through the cracks... Very attentive of you!

sapnwrfc.h and the corresponding documentation will be updated with the next patch level...

Thanks, Ulrich

0 Kudos

Hello Ulrich,

thank you very much for your reply.

Cheers

Stefan