hi
can one one explain me following syntax
data: w_num(2) TYPE n,
w_str(15) TYPE c.
CONCATENATE 'KOMGG-KUNNR(' w_num ')' INTO w_str.
it is combining two fields, but my query here is what if w_num has more than 99 number.
i would like to know about w_num i mean what it is indicating here.
this code is used in bdc.
thanx