Posts

Showing posts from July, 2021

SAP ABAP : ME47 - Maintain Quotation Price With Custom Function Module

Image
  function  z_vim_rfq_price . *"---------------------------------------------------------------------- *"*"Local Interface: *"  IMPORTING *"     REFERENCE(RFQ_NUMBER) TYPE  EBELN *"     REFERENCE(RFQ_ITEM) TYPE  EBELP *"     REFERENCE(PRICE) TYPE  NETPR *"     REFERENCE(CURRENCY) TYPE  WAERS *"  TABLES *"      RETURN STRUCTURE  BDCMSGCOLL *"----------------------------------------------------------------------    data  :       i_ebeln  type  ebeln ,       i_ebelp  type  ebelp ,       ynetpr   type  char15 ,       xwaers   type  waers ,       xnetpr   type  netpr ,       wa_ekko  type  ekko ,       wa_ekpo  type  ekpo .    data  lt_bdcdata  type  table  of  bdcdata  with  header  line .    data  lt_bdcmsg   type  table  of  bdcmsgcoll  with  header  line .    data  ls_bdcopt   type  ctu_params .    data  ls_sy       type  sy .   ls_sy  =  sy .    call  function  'CONVERSION_EXIT_ALPHA_INPUT'      exporting        input   =