cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Flow Context error in Inbound Queues

Former Member
0 Kudos

I am new to CRM middleware.

We are getting lot of entries in CRM Inbound Queue (SMQ2) in our production system with error description,

"Invalid Flow Context".

The queues are of type, "R3AD_CONNOBJXXXXXXXXXX" and the FM the error was caused in, is "BAPI_CRM_SAVE".

Can anyone help?

Thanks in advance!

Rajiv

Accepted Solutions (0)

Answers (1)

Answers (1)

rohit_sharma2
Active Contributor
0 Kudos

Hello Rajiv,

The flow context for an object is defined in the transaction SMO8FD at the CRM. Just enter your object in this transaction and see the different FMs defined for several flow contexts. There might be some FM missing here I think?

Tnx.

Former Member
0 Kudos

Thanks Rohit,

When I debugged an entry with this "Invalid Flow Context" error, In method, CRM_GENERIC_CRM_IN, in the call to function, SMOF0_READ_SMOFSUBINT, in read statement,

read table t_smofsubint binary search

with key objclass = i_objclass

objname = space.

I am getting sy-subrc = 4.

i.e. entries do not exist for SI_POD in table SMOFSUBINT.

Has this behaviour got anything to do with this error?

Former Member
0 Kudos

Sorry, that was just checking for Internal user exits.

The POD n Premise data is coming from ISU to CRM.

Is this allowed in the first place?

If yes, then in this erroneous cases, it is not finding the POD GUID (int_UI) as the two premises are there in ISU for that CONNOBJ but not in CRM.