SAP Learning, SAP Tutorials, SAP Guides, SAP Certification Questions, SAP Interview Questions and Important links to learn SAP
REPORT ZSOURCE0804.
DATA: POS TYPE I, LEN TYPE I.
WRITE AT 5 ‘position 5′.POS = 20.WRITE AT POS ‘position 20′.POSITION 40.WRITE ‘position 40′.
POS = 10. LEN = 20.NEW-LINE.WRITE AT POS(LEN) ‘position 10, length 20′.
No comments:
Post a Comment