cancel
Showing results for 
Search instead for 
Did you mean: 

Inputs to FM "/SAPAPO/TS_RLG_STEP_CREATE"

Former Member
0 Kudos

Hi All,Shiva,

can you tell what are the mandatory inputs to the FM "/SAPAPO/TS_RLG_STEP_CREATE" which is used to create the Realignment step. I am using following but giving sy-subrc = 8, invalid data selection.

CALL FUNCTION '/SAPAPO/TS_RLG_STEP_CREATE'

EXPORTING

iv_bas_plobid = p_plobs

  • IV_INFOPROV =

  • IV_STATUS =

it_sel_from = t_sel_from

it_sel_to = t_sel_to

iv_validity = w_validity

iv_prop = w_fact

iv_del_source = w_del_source

iv_logic = w_logic

iv_editmode = 'O'

is_rlg_adm = wa_rlg_adm

Thanks - Chandan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chandan,

It seems you have passed all the mandatory inputs to the function module.

If u send us the code......... may be we can try to trace the problem.

Regards,

Siva.

Former Member
0 Kudos

Hi Siva,

I found out the problem... we need to delete all the blank charecteristic values from tables it_sel_from , and it_sel_to before passing to FM.

Thanks for the quick response ! I will be coming up with some more questions

Regards - Chandan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chanda,

You r Welcome.

Regards,

Siva.