cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Mapping

Former Member
0 Kudos

Hi All,

I have source structure like

<>MT_vendor

o ...

o ...

BANKS

BANKL

and my target is CREMAS03 Idoc.

Now i have to map E1LFBKM segment when BANKS is not initial.

Please provide me mapping solution for this.

Thanks,

hem

Accepted Solutions (0)

Answers (4)

Answers (4)

santhosh_kumarv
Active Contributor
0 Kudos

Hi hem,

U can use the node function Create IF.

<a href="/people/stefan.grube/blog/2006/01/09/the-use-of-suppress-in-the-xi-30-graphical-mapping-tool Use of "suppress" in the XI 3.0 Graphical Mapping Tool</a> By Stefan grube's

Regards

San

former_member335553
Active Contributor
0 Kudos

Hem

Use Banks->createIF->E1LFBKM

Createif function creates a node only when the source exists

http://help.sap.com/saphelp_nw04/helpdata/en/56/d5b54020c6792ae10000000a155106/frameset.htm

Former Member
0 Kudos

Hi,

Check if Banks not eqaul to constant " " then exist ->createif-> E1LFBKM

Regards,

AKshay.

    • reward points if find useful.

0 Kudos

Hi,

you may use mapping like

BANKS -> exists -> not -> createif -> E1LFBKM

regards

Bin

null

null