cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi,

The mapping requirement that I want to implement is for the field BUZEI of the segment E1FISEG of the IDOC.

The mapping requirement is like this

Start with 000 for each new IDoc and add 1 for each new E1FISEG in the IDoc

How can I implement it ?

Can you please help me ?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Swetha,

Do you know based on what the segment E1FISEG of the IDOC is created?

If yes then below mapping can be tried:

If - field/segment - exists - counter (where counter initial value is 000) - BUZEI

Here field/segment which i mentioned is the one which you will be mapping for the creation of the E1FISEG segment.

Note: If required then use formatByExample.

Regards

Sowmya

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Start with 000 for each new IDoc and add 1 for each new E1FISEG in the IDoc

You need to use the index function from the statistics function.


Source -> index: initial = 0, increment = 1,reset per context -> formatNumber: 000 -> E1FISEG

Play with the context of source until you get the desired output.

Hope this helps,

Mark