Sunday, March 11, 2012

HOW TO CREATE RANDOM NUMBER

*&---------------------------------------------------------------------*
*& Report  ZRANDOMNUMBER
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*

REPORT  ZRANDOMNUMBER.
DATA RANINT LIKE QF00-RAN_INT.

PARAMETERS: P_MAX LIKE QF00-RAN_INT DEFAULT 100,
P_MIN LIKE QF00-RAN_INT DEFAULT 1,
P_TIMES TYPE I DEFAULT 10.

WRITE:/ 'RANDOM NUMBER'.
ULINE.

DO P_TIMES TIMES.

CALL FUNCTION 'QF05_RANDOM_INTEGER'

EXPORTING RAN_INT_MAX = P_MAX
         RAN_INT_MIN = P_MIN

IMPORTING RAN_INT = RANINT

EXCEPTIONS INVALID_INPUT = 1

OTHERS = 2.

IF SY-SUBRC EQ 0.

WRITE:/ RANINT. ELSE.
WRITE:/ 'UNABLE TO GENERATE RANDOM NUMBER'.

ENDIF.

ENDDO.

1 comment:

  1. We are one of leading training institute providing you the advance level SAP FICO Training in Chennai.Our Consultants who provide the training are certified professionals and they provide you the live project SAP FICO Training in Chennai.

    Contact us:9003085882

    Want to get the best practical and live scenarios training then attend a demo session with our technical experts.For free demo contact us and fix your demo.In Creating Experts you will get the best live project and real time scenarios training

    Contact us:8122241286

    Visit us:http://thecreatingexperts.com/sap-fico-training-in-chennai/

    ReplyDelete