Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Error in Offset program

$
0
0

Hi Friends,

          While running this program in SAP Abap in SE38. i am getting the following error message.here i attached the screenshot of that error as well as offset  coding.

 

CODING

 

report  zvsamoff no standard page heading line-size 255.

 

data: month(2) type c,

      date(2) type c,

      year(4) type c.

write:/ sy-datum.

 

year = sy-datum+00(04).

month = sy-datum+04(02).

date = sy-datum+06(02).

 

write:/10(20) 'current year  =', 30(4)  year.

write:/10(20) 'current month =', 30(2) month.

write:/10(20) 'current date  =', 30(2) date.

*write:/10(20) text-000 , month under year.

*write:/10(20) text-001 , date  under month.

 

data: range(3) type c,

      lv_low(3) type c,

      lv_high(3) type c.

data: lv_1(3) type c,

      lv_2(3) type c,

      lv_3(3) type c,

      lv_low1(3) type c,

      lv_high1(3) type c.

 

select-options: cust for range.

lv_low = cust-low.

lv_high = cust-high.

 

lv_low1 = cust-low.

lv_high1 = cust-high.

 

 

 

Regards

Vinoth


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>