cancel
Showing results for 
Search instead for 
Did you mean: 

qRFC failure technique

former_member213851
Active Contributor
0 Kudos

Hi All,

I searched may SCN threads for this issue but couldn't get any result.

Can anybody let me know if there is any way to set qRFC processing into 'Error' based on condition. We are able to see the message in SMQ1 but it is not failing even thougn exception is being raised inside qRFC FM.

I see that for RFC FM entry is there in SMQ1 ( for very small time span ). During the execution of this FM, I am raising an exception due to which fail entry can be seen in SM58 - trFC

My requirement is to keep the failed message in SMQ1 as qRFC so that they can be processed in serialized manner but some how after raising exception, I see those messages in SM58 ( tRFC ) .

I am looking for a way to fail a qRFC message so that failed qRFC will be stuck in SMQ1 only and not in SM58

Thnaks.

former_member213851
Active Contributor
0 Kudos

Can anybody confirm if there is no way to fail qRFC in case specific condition is not met?

pokrakam
Active Contributor

Many people here prefer to respond to real people, not anonymous questions.

Accepted Solutions (0)

Answers (1)

Answers (1)

NTeunckens
Active Contributor
0 Kudos

There is a SAP Connection Monitor for RFC Connections in SolMan : SAP-Help link

The SAP-Wiki on TechOps is my best guess to find more information : link

former_member213851
Active Contributor
0 Kudos

Thanks for the quick response Nic !! I see that for RFC FM entry is there in SMQ1 ( for very small time span ). During the execution of this FM, I am raining an exception due to which fail entry can be seen in SM58 - trFC

My requirement is to keep the failed message in SMQ1 as qRFC so that they can be processed in serialized manner but some how after raising exception, I see those messages in SM58 ( tRFC ).

Can anybody help me how to ensure that failed queue remains in SMQ1 only after raising exception.