‎2009 Jul 24 8:55 AM
Hi All,
i am having a output type ZKRM
when i create a sales order , it checks whether the customer is within the credit limit or not.
if not then it blocks my order and at the same time my output type ZKRM is trigerred.
ZKRM is used to send a external mail.
Here in my output type is getting triggerred but not getting processed.
here what i observed is when i go to change sales order and extras->output-header
and change my timing that is from send immediatalely and send through sheduled job and save it then also it is not getting triggerred.
But when i execute the report RSNAST00 by giving the application V1 and output type ZKRM it is getting triggered.
Can you guys help me out?
Thanks a lot
‎2009 Jul 24 9:00 AM
FOR THIS OUTPUT TYPE ZKRM i had written a routine 952.
And aslo written a code RVCOMFZZ.
if com_vbpa-parvw = 'RG'.
*COM_KBV1 = COM_KBV1.
IF COM_KBV1-CMGST EQ 'B' " AND *COM_KBV1-CMGST NE 'B' )
OR COM_KBV1-CMGST EQ 'C'. " AND *COM_KBV1-CMGST NE 'C' ).
IF NOT COM_KBV1-CMNGV IS INITIAL.
SELECT SINGLE * FROM KNB1 INTO V_KNB1 WHERE KUNNR = COM_VBPA-KUNNR
AND BUKRS = COM_VBAK-BUKRS_VF.
com_kbv1-zzbusab = V_KNB1-BUSAB.
ENDIF.
endif.
ENDIF.
in userexit_komkbv1_fill.
‎2009 Jul 24 9:01 AM
Hi,
Check wheher output type is configured correctly in t. code NACT.
Thanks.
‎2009 Jul 24 9:02 AM
Hi,
Check wheher output type is configured correctly in t. code NACT and check the "Message transmission medium".
Thanks.
‎2009 Jul 24 9:04 AM
‎2011 Jan 28 2:12 PM
‎2014 Jun 11 9:36 AM
Can you share how you resolved the issue? I encounter the same.