‎2008 Jul 16 4:55 AM
hi guru,
this is very urgent ..suitable ans will be rewarded..
i have
select-option: period type rfsdo-allgbmon with no intervals.
select * from knc1 ....into corresponding fields of int.
ADD int-um01s THEN int-um02s UNTIL int-um16s
GIVING lv_var ACCORDING TO period.
....
now i need to replace this ADD statement as it is obselete..
reply's will be rewarded.
babu
‎2008 Jul 16 5:02 AM
Im not sure, try to use concatenate statement.
Check this link it may be usefull..
http://help.sap.com/saphelp_nw04/helpdata/en/c3/021956f06111d4b2eb0050dadfb92b/content.htm
Regards,
Sowmya
‎2008 Jul 16 5:02 AM
Im not sure, try to use concatenate statement.
Check this link it may be usefull..
http://help.sap.com/saphelp_nw04/helpdata/en/c3/021956f06111d4b2eb0050dadfb92b/content.htm
Regards,
Sowmya
‎2008 Jul 16 5:14 AM
hi sowmya,
i am not using java here but i neeed to replace this
ADD int-um01s THEN int-um02s UNTIL int-um16s
GIVING lv_var ACCORDING TO period.
as it is absolete in SAP