SAP ABAP : ME47 - Maintain Quotation Price With Custom Function Module
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 , ...