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

Why you cannot use READ statement? Without reading the entries we cannot say that internal table's first field is empty.

 

If you want to modify the internal table entry which has empty value then use

MODIFY TABLE i_tabn FROM wa_tabn.

in IF statement.


Viewing all articles
Browse latest Browse all 10425

Trending Articles