HI,
i doing job that insert data to table and i need to call the fm above when curr eq x and curr ex ' ' i need advice how to do it
efficient , i now that i can call the fm twice but maybe there is another way?
CALL FUNCTION 'Z_GET_PROJECT'
EXPORTING
project = gt_prps-psphi
date_from = l_datefrom
date_to = l_dateto
curr_usd = curr
IMPORTING
rev_center = center
project_name = project_name
i reward
Regards