0% found this document useful (0 votes)
29 views1 page

Zak Numeric Text Demo

Uploaded by

naveen441
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Zak Numeric Text Demo

Uploaded by

naveen441
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

*&---------------------------------------------------------------------*

*& Report ZAK_NUMERIC_TEXT_DEMO


*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*

REPORT zak_numeric_text_demo.

DATA : v_pincode(6) TYPE n VALUE '123456',


v_pin(3) TYPE n VALUE '1C2'.

* V_PINCODE = '123456'.
WRITE : / 'THE PINCODE IS' , v_pincode.
WRITE : / 'THE PIN IS' , v_pin.

You might also like