on 2021 Mar 16 11:41 AM
I have an IDoc as a source document in where the following segments are:
...
E1EDP35
CUALZ = WE
CUSADD = 'some value1'
E1EDP35
CUALZ = Z1
CUSADD = 'some value2'
E1EDP35
CUALZ = TE
CUSADD = 'some value3'
E1EDP35
CUALZ = Z1
CUSADD = 'some value4'
And I have to fill a source structure like this for all the segments in the IDoc where CUALZ = Z1 so it looks like this:
registration_info (0..1)
registration (0..unbounded)
value = 'some value2'
registration (0..unbounded)
value = 'some value4'
How do I do this?
Hi,
this can be implemented with graphical mapping function. Make sure you use the context of the source field at right level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.