Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8720

Read table and checking condition in PAI

$
0
0

Hi,

I have a requirement where I need to check and compare with (Custom table) Bankn with Partner Bank`s bankn.

 

I have wrote a code in PAI like this.

 

MODULE CHECK_BANKN INPUT.

 

   Data: l_bankn like (Custom table)-bankn.

   select bankn from (Custom Table)into l_bankn

       where recno = g_recno.

   IF NOT g_head-bankn IS INITIAL.

 

  Read table i_bvtyp with key bankn = i_bvtyp-bankn .

 

     IF l_bankn <> i_bvtyp-bankn.--------->" Comparison of (custom table) Bankn with internal table I_BVTYP-BANKN

       MESSAGE w022 WITH text-w06.

     ENDIF.

   ENDIF.

ENDMODULE.

 

My Read Table statement is seems to be wrong and my checking condition is also wrong.

 

So, how to resolve this?

 

regards,

Kiran


Viewing all articles
Browse latest Browse all 8720

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>