Hi,
I have an requirement to crate Billing installation (EG34). I tried using FM 'ISU_S_WORKLIST_INSTALL'. But could not install it as it is asking me to enter Rate Type.
I gave rate type in the below field. But it is not taking it. Could anyone assist me in this.
gwa_xy_auto-auto_zw-tarifarto = 'Ratetype'.
CALL FUNCTION 'ISU_S_WORKLIST_INSTALL'
EXPORTING
x_anlage = i_anlage
x_eadat = i_eadat
x_geraetneu = i_geraete
x_action = '04'
x_spartee = i_sparte
x_upd_online = 'X'
x_no_dialog = 'X'
x_no_event = 'X'
x_no_statistic = 'X'
x_no_change_doc = 'X'
CHANGING
xy_obj = gwa_xy_obj
xy_auto = gwa_xy_auto
EXCEPTIONS
not_found = 1
foreign_lock = 2
invalid = 3
internal_error = 4
not_qualified = 5
input_error = 6
system_error = 7
not_customized = 8
OTHERS = 9.
Thanks,
Sabari.