Repository object that contains ABAP source code and has a program type. An ABAP program is associated with additional components such as dynpros or the GUI status.
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 .
First, we need to use the FM G_SET_GET_ID_FROM_NAME to get the SETID based on the Setname in GS03 DATA : lt_t134t TYPE TABLE OF t134t , ls_t134t TYPE t134t , t_set_values TYPE TABLE OF rgsb4 , wa_tsetvalues TYPE rgsb4 . CALL FUNCTION 'G_SET_GET_ALL_VALUES' EXPORTING client = sy - mandt setnr = 'ZMM_MTYPE' table ...
Comments
Post a Comment