Hi
Output internal table has header & item value in one line like this
~HDR00007007823000^NETINSTACOM ENGINEERING ^ ^93350 USITEM30000001330.00
Have to convert this internal table values to CSV format. It works for CSV format. But want to display in CSV file u201Cheaderu201D details in one line & u201Citemu201D details in next line like this. HDR & ITEM are identifer
~HDR00007007823000^NETINSTACOM ENGINEERING 93350^ US
~ITEM30000001330.00
How to do it.
Invoice postings through F-43..so invoice number iwill be stored in BSAK-BELNR or BSAK-XBLNR or which table field?
Thanks