Application Development and Automation 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: 
Read only

Is it possible to put side info table into C program?

Former Member
0 Likes
679

Hi all,

I'm totally new to SAP and ABAP Programming and I have situation that my C-program should contain communication-specific parameters.

So my question is:

Is it possible (if yes, how?) to eliminate side info tables file?

Same, with other words:

Can I put content of SIDEINFO.DEF into my C code? How?

Please help!

Cheers!

Hi all,

I'm totally new to SAP and ABAP Programming and I have situation that my C-program should contain communication-specific parameters.

So my question is:

Is it possible (if yes, how?) to eliminate side info tables file?

Same, with other words:

Can I put content of SIDEINFO.DEF into my C code? How?

Please help!

Cheers!

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
653

Hi,

welcome to SDN.

Unfortunately here are more ABAP then C experts. So what is the side info? From your description, I guess it's a part of the definition of the access to SAP.

But more or less surely no one understood your question, please explain more.

Regards,

Christian

Read only

0 Likes
653

Hi all!

Thank you for replay!

Well, I'm using RFC API to communicate with SAP from C programm.

In that context is usually used file SIDEINFO ...

Yesterday I found finally answer on my question on following place:

http://help.sap.com/saphelp_erp2005/helpdata/en/22/042942488911d189490000e829fbbd/content.htm

Regards!