Hi experts,
I´m doing a select * ... such as:
* SELECT * * FROM YPLM00 CLIENT SPECIFIED * WHERE mandt = sy-mandt * AND TIPOL = 'RS' * AND PSPNR = yplm00_tree-pspnr * AND TIPOP = yplm00_tree-tipop * AND PROCE = yplm00_tree-proce * AND ID_ED = yplm00_tree-id_ed * AND TIPOE = yplm00_tree-tipoe * AND ID_EN = yplm00_tree-id_en.
Can i know the number of the row that is affected? I don´t want the total of rows... i want the number of each one...
Thanks in advance,
regards