Application Development 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: 

Reports its urgent (plss)

Former Member
0 Kudos

Hello Experts!!!!

Will u please send me the logic how to write this two sentences in technical terms .

SPMON field is in S469 table.

[1.Enter month in the field SPMON (eg 012001). Process shall be repeated for each month starting from January to the current month.

2.Read calculation type(S469-KRECH), Rebate accrual (S469-RUWRT_K) and Rebate payments(S469_AUWRT_K) for each condition record for the month.There can be multiple records for each condition record number (due to variable keys)]

Please help its urgentt.

Thanks & Regads,

shaheen

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

use sth like that:

while spmon le sy-datum(6).

select... where spmon = spmon

add 1 to spmon.

endwhile.

A.