Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

REMADV / PEXR2002 mapping

CRitsema
Explorer
0 Kudos
474

Hi,

Does anyone have an example of mapping remittance advice for customers from a bank? It is not coming from the customer.

Customer number is not included (E1EDKA1 partner function 'AG'), only INV number and check # with amount.

I'm having problems with:

"Company code could not be determined for intermediate document..." and

"Customer/vendor could not be determined for intermediate document..."

I've been thru SAP note 63485 to configure the E1IDB02 segment. Still no luck.

Also stepped thru the function module IDOC_INPUT_REMADV_CTR - company code lookup keeps failing in a function called: GET_BANK_ACCOUNT because the Bank's swift code is not equal to the bank number:


IF BNKA-BANKL <> I_BANKL AND BNKA-SWIFT <> I_BANKL.
  DELETE X012K.
ENDIF.

Does not make sense?

Thanks,

Craig

1 REPLY 1

ferry_lianto
Active Contributor
0 Kudos
83

Hi Craig,

Please check these mapping for:

<a href="http://www.erpgenie.com/sapgenie/docs/sapedi/remadvin.xls">REMADV Inbound</a>

<a href="http://www.erpgenie.com/sapgenie/docs/sapedi/remadvou.xls">REMADV Outbound</a>.

Regards,

Ferry Lianto