Skip to Content
0
Former Member
Feb 25, 2009 at 03:02 AM

write statement

110 Views

Hi Abapers,

I got one doubt regarding write statement. i.e.

code:

WRITE: /(3) 'SR'(002),

(12) 'Date'(004),

(16) 'Ref. Number'(005),

(16) 'Reference'(003),

(18) 'Chq No'(006),

(10) 'CS Code'(007),

(50) 'Description'(009),

136(20) 'Debit/Credit'(011) RIGHT-JUSTIFIED,

156(20) 'Balance'(012) RIGHT-JUSTIFIED.

here (002), (004) ... . wht is the use of this after text. example 'Date'(004).

can you explain me...

Thanks.

Kiran.