Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: How to give condition for internal table in if statement

$
0
0

Hi Satish,

 

We cannot use like

if   i_tabn-field1 is initial.

i_tabn-field1 = '10'.

endif.

 

Read table i_tabn into wa_tabn.

before read statement.

 

Thanks.


Viewing all articles
Browse latest Browse all 10425

Trending Articles