Tech2 Forums - Powered by vBulletin

what is the use of "flag" variable in ABAP?

This is a topic on what is the use of "flag" variable in ABAP? within the Programmers Corner forums, part of the Technology category; Code: data: name(25) type c, city(25), flag. this is the ABAP code im learning ABAP on my own. please tell ...

Results 1 to 2 of 2
  1. #1
    Tech2 Members
    Join Date
    Oct 2008
    Location
    Ahmedabad
    Posts
    35
    Liked
    1 times
    Reputation points
    1

    what is the use of "flag" variable in ABAP?

    Code:
    data: name(25)   type c,
    city(25),
    flag.
    this is the ABAP code im learning ABAP on my own. please tell me what is the use of "flag".
    thanks in advance!

  2. #2
    Uber Newbie
    Join Date
    Jul 2010
    Posts
    0
    Liked
    2 times
    Reputation points
    10

    Re: what is the use of "flag" variable in ABAP?

    Its just an variable. Use will depend on program, how programmer use it. You may be aware that ABAP statement end with a dot. You name, city and flag are variables.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •