Application Development and Automation 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: 
Read only

RS partner function to IDoc INVOIC01

Former Member
0 Likes
8,383

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,012

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.

2 REPLIES 2
Read only

Former Member
0 Likes
4,013

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.

Read only

0 Likes
4,012

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