1. RFC destination中指定的User ID必须是具有debug权限的dialog帐号 2. 被调用系统中必须设定debug user ID 为RFC destination中指定的user ID, 且该User ID必须是具有debug权限的dialog用户 3. 断点类型必须为外部断点
Solved: hello Gurus, We made a RFC call from SAP r3 to sap grc nfe...we did not receive any data in sap grc ...we go to SM58 and there it gives the message
1. RFC destination中指定的User ID必须是具有debug权限的dialog帐号 2. 被调用系统中必须设定debug user ID 为RFC destination中指定的user ID, 且该User ID必须是具有debug权限的dialog用户 3. 断点类型必须为外部断点
Functions--- Set SAPFunc = CreateObject("SAP.Functions.Unicode") If Not IsObject(SAPFunc) Then MsgBox "CreateObject(SAP.Functions.Unicode) failed", _ vbOkOnly, "Error" Exit Sub End If '-Get SAP.LogonControl connection--- Set Connection = SAPFunc.Connection() If Not IsObject(Connection) T...
Hi, i want to know step for creating RFC function module and then How to use this function module from some other sap system. Thnaks, jigar
SAP Managed Tags: ABAP Testing and Analysis Hi ABAPers, I want to debug Remote Function Module BBP_BC_EXTREQ_INB in SRM system which is called by program BBP_EXTREQ_TRANSFER in ECC system. The RFC is called in background taks. Is it possible to debug it? I have tried several metho...
SAP Managed Tags: ABAP Development, SAP Customer Relationship Management Hi, I am debugging a program, in between a RFC fucntion module is called with destination. I am unable to debug this function module (The processor is not going inside the FM). How to do it? I am using ECC6.0 Tha...
SAP Managed Tags: NW ABAP Remote Function Call (RFC) I'm trying to use PyRFC to extract large tables via RFC_READ_TABLE (due to an uncooperative/unsupportive basis team). I know that RFC_READ_TABLE supports calling it with PACKAGE SIZE since ERPConnect does it by default. In , I lea...
public YHRFC_VNDMAST_KOMTable get_VendorMast(string p_VndCode) { // generate proxy to call RFC RFC_VendorMast proxy1 = new RFC_VendorMast(); // create an SAP table but as it's an in parameter don't need to // instantiate it for the rfc call ...
(APOP) command, which requires a timestamp ID to be sent by the server at connect time in the greeting line. This server-sent timestamp ID is then combined with the user’s password by the client and converted into fixed-size hexadecimal "digest" form with the MD5 algorithm (see RFC ...