|
<< Click to Display Table of Contents >> Navigation: All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Customer Exits > Customer Exits Examples > Project ZWMWS001 > Funtions Exits > EXIT_RLLNACH2_002 > ZXLRPU02 |
*&---------------------------------------------------------------------*
*& Include ZXLRPU02 *
*&---------------------------------------------------------------------*
loop at t_mat.
t_mat-tb_menge = t_mat-nsmng * t_mat-anz_tbs.
t_mat-anz_tbs = 1.
modify t_mat index sy-tabix.
endloop.
*CALL FUNCTION 'BP_EVENT_RAISE'
* EXPORTING
* eventid = 'ZWM_REPLENISHMENT'
* EXCEPTIONS
* bad_eventid = 1
* eventid_does_not_exist = 2
* eventid_missing = 3
* raise_failed = 4
* OTHERS = 5.