hi experts,
I want one clarification from u, what my requirement is there are multiple delivery numbers in the internal table g_t_dochdr. i want to move those delivery numbers into the transaction field ROIGSI-doc(these fields are in table control with dosnumber field) how should i proceed for this requirement. see below coding as per that can u give me suggestions.
loop at g_t_dochdr.
perform bdc_field using 'ROIGSI-DOC_NUMBER(01)'
g_t_dochdr-b_doc_number. "'408357039'.
perform bdc_field using 'ROIGSI-LOAD_INDI(01)'
'X'.
perform bdc_field using 'ROIGSI-DISCH_INDI(01)'
'X'.
endloop.