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