Skip to Content
0
Former Member
Dec 30, 2007 at 08:40 AM

HELP IN FM

19 Views

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