Hello,
I have the following Problem:
I get an Inbound IDOC for DELIVRY with the following part-Structure
E1EDL20 including the field VBELN
-- E1EDL24 (1 -> N) including field MATNR
-- E1EDL37 (1 -> N) including field EXIDV
---- E1EDL44 (1 -> N) including fields MATNR and VEMNG
The field in E1EDL20-VBELN contains the Customer-Order-Number. So to get to our Delivery I have to get the correct Customer Order and find out the actual valid delivery via document flow.
So this field (our delivery) is mapped to the SAP-Structure let's say S_HUBAS-VBELN.
In the next Segment E1EDL24 I would like to check, whether our actual delivery contains the material which is mentioned in the Segment. Therefore I Need the Delivery-Number which I already mapped in S_HUBAS-VBELN.
So I tried to have the delivery-number as Input-Field for the mapping by presetting it with '@' . So it is @S_HUBAS-VBELN. But I only get an empty value. For fields I map within the same Segment the presetting works, but not for fields which were mapped in a different segment.
Is there a way to get the already mapped value instead of always deriving the value again from my customer order?
Is the mapping in AIF not in the sequence Top-Segment to Bottom-Segment, because when I have a look in the Debugging I don't see a value in S_HUBAS-VBELN, when I'm mapping the E1EDL24-Segment?
best regards
Ignaz Erhart