Hello,
ZRE4 is sales document type, F1 is customer commonication.
This is the access and consequently vakey...
Sales org./Payer/Communic./SalesDocTy
The sales document type, is retrived on user exit enhancement:
FORM userexit_komkbv3_fill of RVCOMFZZ
IF COM_VBRP_TAB[] is not initial.
LOOP AT COM_VBRP_TAB WHERE AUBEL IS NOT INITIAL.
* Get any position
SELECT SINGLE AUART
FROM VBAK
INTO COM_KBV3-ZZAUART
WHERE VBELN EQ COM_VBRP_TAB-AUBEL.
* if found exit
IF SY-SUBRC EQ 0.
EXIT.
ENDIF.
ENDLOOP.
ENDIF.
I repeat my maial below again, there is no record B505 and consequently in NACH...
If you try to reproduce in test system the message is not generated, but on live system is happening all days.