MV45AFZZ this is included here all code put related to sales order creation while creating a sales order va01 this exit trigger so as per your requirement we can write your code here I going to listed different type exit as per the real requirement you find the code and develop your business scenario INCLUDE MV45AFZZ . Modify Screen VA01/VA02/VA03 How to Activated and Deactivated Screen Export Memory example While Creating a sales order How to Call workflow While Creating a sales order TYPES : BEGIN OF ty_vbak , KVGR1 TYPE vbak - KVGR1 , KVGR2 TYPE vbak - KVGR2 , END OF ty_vbak . DATA : ls_vbak TYPE ty_vbak . IF sy - tcode = 'VA02' and...
Here this badi used to how to work migo data migration and help to creating magi used to save and validation of data MB_DOCUMENT_UPDATE method IF_EX_MB_MIGO_BADI ~ POST_DOCUMENT . BREAK-POINT . IF is_mkpf - budat < is_mkpf - BLDAT . sy - ucomm = 'ENT1' . MESSAGE 'Posting Date Should Not Be Less Than Document Date' TYPE 'E' . SET SCREEN syst - dynnr . LEAVE SCREEN . ENDIF . endmethod .
REPORT zpo_texts . TABLES : ekko . TYPE-POOLS : abap , slis , rsanm , icon . DATA : lt_ekko TYPE STANDARD TABLE OF ekko . DATA : l_rec ( 5 ) TYPE n . * Internal table and type definition TYPES : BEGIN OF ty_alv , bukrs TYPE ekko - bukrs , ebeln TYPE ekko - ebeln , ekorg TYPE ekko - ekorg , ernam TYPE ekko - ernam , aedat TYPE ekko - aedat , lifnr TYPE ekko - lifnr , ...
Comments
Post a Comment