hi,
my code is
R :it_taba, it_tabb.
CALL FUNCTION 'DD_DOMA_GET'
EXPORTING
domain_name = 'Z_PRS_Offshore' " Domain name of ZPRS_Offshore
langu = sy-langu
withtext = 'X'
TABLES
dd07v_tab_a = it_taba
dd07v_tab_n = it_tabb
EXCEPTIONS
illegal_value = 1
op_failure = 2
OTHERS = 3.
READ TABLE it_taba into wa_taba WITH KEY VALPOS = wa_tab-zprs_offshore
but finally I have to display under loop it_tab into wa_tab in smartforms table?