Quantcast
Viewing all articles
Browse latest Browse all 10313

Re: Problem in Set parameter ID

Put the read table inside the case statement:

 

CASE u_ucomm.

WHEN '&IC1'.

  READ TABLE i_final INDEX us_selfield-tabindex.

 

  IF SY-SUBRC = 0.

    SET PARAMETER ID 'ANR' FIELD  i_final-aufnr.

    ...


Viewing all articles
Browse latest Browse all 10313

Trending Articles