Re: Latest version of sapnwrfc.dll
Right now, Windows. Eventually we need to support more platforms but the immediate concern is getting a Windows proof of concept working.
View ArticleEDI Processing. Different Programs.
Hi Gurus, Can you pleas let me know the difference between the programs RSNAST00, RSNASTED and RSEOUT00 EDI outbound processing. Thanks in advance SAP
View ArticleRe: Latest version of sapnwrfc.dll
On Windows, SAP_UC is equivalent to wchar_t, so you can replace the functions from sapuc.h/libsapucum.dll with the corresponding standard Microsoft functions from wchar.h. E.g. printfU() -->...
View ArticleRe: Latest version of sapnwrfc.dll
Understood and thanks, but what do we do about the methods, e.g. RfcGetString, that use SAP_UC as input parameters?
View ArticleRe: Latest version of sapnwrfc.dll
Nothing... I just checked: on Windows, sapnwrfc.h already pulls in <wchar.h> and has a "typedef wchar_t SAP_UC" somewhere in its interiors. So just pass parameters of type wchar_t[] to these...
View ArticleRe: Latest version of sapnwrfc.dll
Ah, OK that makes sense! Really appreciate your help here Ulrich, thanks!
View ArticleRe: SAP netweaver RFC - am I missing something obvious here?
Hi,the main question of this post has already been answered in a different thread, but for others searching for the same issue it is probably better to repeat it here: Basically it's a...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
I have no knowledge of these XOM functions requiring a COMMIT WORK via BAPI_TRANSACTION_COMMIT. Would I code that after the audit level set?? I brought up that more recent minisap system, SAP...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
Hi Ulrich, I added a BAPI_TRANSACTION_COMMIT after the BAPI_XMI_SET_AUDITLEVEL, but it seemed to make no difference. The WAIT argument should be a non-space to cause it to wait for the commit, right?...
View ArticleRe: Experience with UPX Squeezed RFC Library
Hello community, seemingly don't use anybody UPX compressed libraries in this environment. I test UPX squeezed SAP RFC libraries in the context of the actual FBSL version and as far as I can say, all...
View ArticleRe: BAPI_TRADINGCONTRACT_CHANGE
Hi, Can you please provide the sample data for creating Trading Contract using BAPI : Bapi_tradingcontract_create Actually am stuck with the following error stating : Message : No Business data...
View ArticleRe: RFC enabled function module is not runing the BDC code in it.
Hi all, I encounter the same problem. My FM can run successfully by Tcode SE37. But when I run it form my .NET program I encounter the following errors: Unable to initialise ABAP Control Framework...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
Hi, I suppose it is because parameter XMILOGLEVEL=1 is not set in table TSPOPTIONS.Please note that you need to restart system after change. Adjusting the AUDITLEVEL has no effect to XOM...
View ArticleOutbound INVOIC01 e1edkt1 and e1edkt2 not working
Hi, in outbound idoc Invoic01, we are populating header text which is present invoice header text, but adding additional texts from SO10 text, problem is when idoc is getting triggered using Send...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
>Adjusting the AUDITLEVEL has no effect to XOM event-messages. So would I take your answer to mean that AUDITLEVEL is pretty much useless? (Is that the answer for this thread??) Is it good for...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
>>So would I take your answer to mean that AUDITLEVEL is pretty much useless? (Is that the answer for this thread??) Is it good for anything?? I can't tell for other utilization for XMI. But...
View ArticleRe: RFC can't set AUDITLEVEL for detail in rz15
Hi Rich, just for completeness (though I think it won't add new insights to the original question): with "RFC developer trace" that is mentioned above, they probably mean the one that you can activate...
View ArticleRe: RFC enabled function module is not runing the BDC code in it.
Hi Dai, > I encounter the same problem. ?? It rather looks like a completely different problem to me than what has been discussed in this thread... Please open a new thread for this, instead of...
View ArticleLocating/Linking NWRFC libraries
We have converted code which used to use the classic RFC libraries to use the Netweaver RFC libraries. Because we are doing BC-XOM, we are executing outside of SAP and often we are executing on a...
View Article