Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

replace ADD in the statement

Former Member
0 Likes
585

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

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

2 REPLIES 2
Read only

Former Member
0 Likes
518

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

Read only

0 Likes
517

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