Hello,
I have this requirement to send PO data through IDOC. In the IDOC, there will be Item Level Segment E1EDP01. Suppose the PO has 5 line items, so there will be 5 records in IDOC with E1EDP01 as segments
Now, based on a condition, those 5 records should be reduced to 2 only with E1EDP01 as segments.
So, if I am trying to
1. Delete the remaining 3 records from IDOC, it throws error Message no. E0078 saying "EDI: Syntax Error in IDOC(segment cannot be identified)
OR
2. Clear the values from those 3 segments, it throws error saying "EDI: Field SEGNAM in data record is default"
Kindly suggest.
Thanks.