Hi all,
i have to read an idoc with only one segment.
i am using he following code:
IF ls_idoc_control-idoctp = lc_idoctyp
READ TABLE it_idoc_data INTO wa_idoc_type WITH KEY SEGNAM = 'lc_segnam.
the segment contains a field called as aufnr.
how can i access this field?
how can i use a select query to fetch data for the field aufnr??
please help.
Thanks,
Anand.