Hello!
We are replicating data of type Salesdocument from our ERP-System to the CRM.
For that, I configured the filter in R3AC1:
VBAK AUART Equality (= Low) AG
VBAK AUART Equality (= Low) LV
VBAK AUART Equality (= Low) ZTA
VBAK AUART Equality (= Low) YLV
VBAK AUART Equality (= Low) YTA
VBAK ERDAT Greater or equal than (>=Low) 01.01.2000
Since some weeks, we are working in our ERP-System with new types of sales documents: G2 and YAG. They should not be transfered to the CRM system! So I extended the filter above with these lines:
VBAK AUART Inequality (<> Low) G2
VBAK AUART Inequality (<> Low) YAG
But every sales document, which is created in the ERP-System creates an entry in SMQ2 with Status "SYSFAIL" and the Error "Error during Validation (Details: Transaktion SMW01)". They are blocking the queues, other documents in the same queue can't be processed while the first one has this status.
SMW01 says:
Business transaction type YAG does not exist
Validation error occurred: Module CRM_DOWNLOAD_BTMBDOC_VAL, BDoc type BUS_TRANS_MSG.
At the moment I'm helping myself by deleting those entrys in smq2 and retrying the following ones until the queues are emtpy.
What can be the problem? I had a look into the customzing of the CRM for transaction types (SPRO -> CRM -> Transactions -> Basic Settings -> Define Transaction Types) and found out, that those transaction types G2 and YAG are not defined. Would the obove mentioned filter-setting work, when defining those transaction types?
Best regards
Kai