DATA : lv_IBAN_VALTYPE string.
FIELD-SYMBOLS : <param> TYPE programm.
* Create text symbols
lv_iban_val = '(<program_name>)IBAN_VAL'. "Replace <program_name> with the real program name
ASSIGN (lv_iban_val) TO <param>. "<param> will hold the value you're looking for.