Compiling and Testing sflightClient Demo Application on MacOS 10.15.6 after Installing SAP NW RFC SDK 7.50 PL6
Just my own notes: Ref: 2573790 - Installation, Support and Availability of the SAP NetWeaver RFC Library 7.50 2573953 - Compiling and Linking RFC Programs with the SAP NetWeaver RFC SDK 7.50 Compiling: cd demo/ clang++ -std=c++11 -DSAPwithUNICODE -I../include -c -o sflightClient.o sflightClient.c clang++ -o sflightClient sflightClient.o ../lib/libsapnwrfc.dylib ../lib/libsapucum.dylib And running it: awes0me@Niks-MacBook-Pro demo % ./sflightClient /H/saprouter.com/S/3299/H/172.16.10.71 00 BPINST Welcome1 100 EN Logging in... ...done Caching DDIC metadata... ...done Please select an Airline: AA American Airlines AB Air Berlin AC Air Canada AF Air France AZ Alitalia BA British Airways CO Continental Airlines DL Delta Airlines FJ Air Pacific JL Japan Airlines LH Lufthansa NG Lauda Air NW Northwest Airlines QF Qantas Airways SA South African Air. SQ Singapore Airlines SR Swiss UA United Airlines * All > Pl