cancel
Showing results for 
Search instead for 
Did you mean: 

Inbound & Outbound qRFC info needed

Former Member
0 Kudos

Hi,

We have an issue with qRFCs.

Outbound Queue has these 3 queue names and daily one entry is adding up with the status SYSFAIL.

SRMI_DNL_CUST_BASIS3

SRMI_DNL_CUST_PROD0

SRMI_DNL_CUST_PROD1

Inbound Queue has these 2 queues with some entries.

R3AD_ATTRIBUTE

R3AD_CLASS

Appreciate if some one help me in understanding how this entry is coming up and how to resolve this issue in future.

Regards,

Ram

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot Atul...

We are using SRM 4.0

Will check and update you....

Appreciate your effort...

Regards,

Ram

Former Member
0 Kudos

Hi

Which SRM version are you using ?

Please go through this ->

Are you getting this exception - "Error: Exception condition "GUID_FOR_LOGSYS_CHANGED" raised" ?



Seems like some OSS Note is missing in the system for 'SYSFAIL' error..

Note 765018 - Problems with logical system during data exchange

Note 588701 - Change of the logical system name in R/3 Backend system


Downloading Customizing Objects

       1.      Call transaction R3AS.

       2.      Using the multiple selection dialog box for Load Object, choose the Customizing objects:

¡)        DNL_CUST_BASIS3 (units of measure, dimensions, and currencies)

ii)        DNL_CUST_PROD0 (product categories)

iii)        DNL_CUST_PROD1 (product categories)

iv)        DNL_CUST_SRVMAS (service categories)

       3.      Enter the Source Site (that is, the R/3 backend system) and Destination Site (Enterprise Buyer system), which was defined using the Administrator Console (transaction SMOEAC).

       4.      To start the download, choose Execute.

Related link for Downloading Customizing Objects


http://help.sap.com/saphelp_srm50/helpdata/en/55/4af548688211d4977e0004ac962ee6/frameset.htm

Related link for Downloading Business Objects


http://help.sap.com/saphelp_srm50/helpdata/en/55/4af54b688211d4977e0004ac962ee6/frameset.htm

qRFC with outbound queue

In this scenario, the sender system uses an outbound queue, to serialize the data that is being sent. This means that function modules which depend on each other (such as update and then change) are put into the outbound queue of the sender system, and are guaranteed to be sent to the target system one after each other and one time only. The called system (server) has no knowledge of the outbound queue in the sender system (client), meaning that in this scenario, every SAP system can also communicate with a non-SAP system. (Note: the programming code of the server system must not be changed. However, it must be tRFC-capable.)


qRFC with inbound queue (and outbound queue)

In this scenario, as well as an outbound queue in the sender system (client), there is also an inbound queue in the target system (server). If a qRFC with inbound queue exists, this always means that an outbound queue exists in the sender system. This guarantees the sequence and efficiently controls the resources in the client system and server system. The inbound queue only processes as many function modules as the system resources in the target system (server) at that time allow. This prevents a server being blocked by a client. A scenario with inbound queue in the server system is not possible, since the outbound queue is needed in the client system, in order to guarantee the sequence and to prevent individual applications from blocking all work processes in the client system.



Other related helpful links ->




The qRFC Communication Model
http://help.sap.com/saphelp_srm40/helpdata/en/b0/eae2a889e711d2956500a0c94260a5/frameset.htm

Queued Remote Function Call (qRFC)
http://help.sap.com/saphelp_srm40/helpdata/en/f0/225c3c60065627e10000000a114084/frameset.htm

Monitoring qRFC and tRFC Calls
http://help.sap.com/saphelp_srm40/helpdata/en/f0/02a63b9bb3e035e10000000a114084/frameset.htm

Queues for Asynchronous Message Processing
http://help.sap.com/saphelp_srm50/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm


qRFC with Outbound Queue
http://help.sap.com/saphelp_srm40/helpdata/en/c4/8f5f3c31727d59e10000000a114084/content.htm

Related link ->





Please see this link for all relevant information...

https://websmp107.sap-ag.de/srm

Hope this will help. Do let me know.

Regards

- Atul