Extract and convert SAP IDoc data into csv or DB format
Hi all Now, i verify the function of extracting SAP IDoc data. I confirmed that SAP IDoc can be extracted with tSAPIDocInput as XML format, however, I cannot convert SDATA in IDoc XML into csv or DB format. * Explainment of SAP IDoc SAP IDoc has some segment and each segment has some fields and its values which are variability * Explainment of IDoc XML format In SDATA tag of each segment, the field value is concatenated as positional format. and XML has no information for Field and its length So I cannot Divide SDATA value into csv format Is there anyone who surfaced same issue? I need your help!!! Best Regards teru