2013 Apr 09 7:37 PM
Hi,
I need to get in a BADI for MIRO tx the previous data , so I can check if there is a difference with the entered data and trigger an error message.
Thanks,
2013 Apr 09 9:58 PM
Hi,
I need to get in a BADI for MIRO tx the previous data , so I can check if there is a difference with the entered data and trigger an error message.
Thanks,
2013 Apr 09 9:58 PM
2013 Apr 09 11:03 PM
2013 Apr 10 11:07 AM
Hi,
in method CHANGE_AT_SAVE you have these parameters available:
*S_RBKP_NEW
*S_RBKP_OLD
*TI_RSEG_NEW
*TI_RSEG_OLD
*TI_RBCO_NEW
*TI_RBCO_OLD
*TI_RBMA_NEW
*TI_RBMA_OLD
*TI_RBTX_NEW
*TI_RBTX_OLD
*TI_RBVS_NEW
*TI_RBVS_OLD
*TI_RBWS_NEW
*TI_RBWS_OLD
*I_UPDATE_FLAG
Best regards.
2013 Apr 10 8:22 AM
Hi Luis,
Chekc below.
In BADI INVOICE_UPDATE there are 3 methods CHANGE_AT_SAVE, CHANGE_BEFORE_UPDATE and CHANGE_IN_UPDATE.
Of these CHANGE_AT_SAVE is called before INSERT / UPDATE statements are executed.
Check these three Method and also Parameter Data which conatisn ur data.
Thanks
Tarak