cancel
Showing results for 
Search instead for 
Did you mean: 

Tables or Function Modules to build new E1EDKA1 segment for PI Partner

Former Member
0 Kudos

Hello All,

I need to add the new E1EDKA1segment to hold PI Partner info on an outbound ORDERES05 idoc. I have looked around and See tables LFA1, LFB1, WYT3, etc. I must be missing some key table. For example given LFA1-LIFNR = 9999999, where is the link between LIFNR in LFA1 and partner specific info like the address, name1,2 etc, specific to the PI partner for LIFNR 99999999?

I know I'll be working in EXIT_SAPLEINM_002 - include ZXM06U02 so I'm looking at something like...

Get Partner Data from <Unknown Table or tables> where Table-lifnr = xekko-lifnr and table-partnerfunc = 'PI'

Populate PI partner data to new segment

Add segment to idoc.

I looked for function modules to do this but didn't find an obvious choice.

Thanks,

Doug

Accepted Solutions (0)

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

Note 753153 - FAQ: Customer-functions in IDOC_INPUT_ORDERS tells you what exit to use.

Read this [article|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80677e5d-dc79-2c10-b7bb-a7e99767c8f6] that surely it will help you to understand how to do it.

I hope this helps you

Regards

Eduardo