Hi...bit slight change in code.. instead of using custom table, i can use G_HEAD for it..
Here I have to do is like need to read i_bvtyp using g_head if not found, Warning message
So, over all, how can i update the code?
IF NOT g_head-bankn IS INITIAL.
Read table i_bvtyp with key bankn = bankn .
if Sy-subrc NE 0.
<message>
Endif.
Endif.
Like this??