‎2006 Jul 24 7:03 PM
We are creating an INVOICE01 IDoc from billing document using output determination.
When the IDoc is created it has a partner function RS (= Invoice presented by) but the company name is misspelled. Where is this partner coming from where can I correct this? If I look at the invoice from which the Idoc was created it does not show this partner function.
I could not find in SPRO where this comes from.
Any help would be much appreciated.
Thanks a lot,
Viktor Varga
‎2006 Jul 24 7:32 PM
Hi Victor,
It generated inside FM <b>IDOC_OUTPUT_INVOIC</b> in include program LVEDFF0E.
*-Rechnungskopf - Partnerinfo - Rechnungssteller
PERFORM fill_e1edka1
USING 'RS'.Then you can use user exits <b>EXIT_SAPLBD11_001</b> to change segment E1EDKA1. This user exits is used in FM MASTER_IDOC_DISTRIBUTE.
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Jul 24 7:32 PM
Hi Victor,
It generated inside FM <b>IDOC_OUTPUT_INVOIC</b> in include program LVEDFF0E.
*-Rechnungskopf - Partnerinfo - Rechnungssteller
PERFORM fill_e1edka1
USING 'RS'.Then you can use user exits <b>EXIT_SAPLBD11_001</b> to change segment E1EDKA1. This user exits is used in FM MASTER_IDOC_DISTRIBUTE.
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 Jul 24 10:53 PM
Ferry,
You helped me to find out the fact that this address comes from the Sales Org and then I was able to change
it.
Thanks a lot,
Viktor