cancel
Showing results for 
Search instead for 
Did you mean: 

difference between same form for printing and emailing - PO output

Former Member
0 Kudos

Hi,

I have a strange issue. We have two message types configured for our Purchase Orders. Both are using the same program (SAPFM06P) and both are using the same Z form.

When I print the form from one output the information is correct, when I email the form through another output the ordering address is being overwritten with the Vendor Address.

I am presuming there is some code that only affect email (external send) output types??

Anyone got any ideas where this might be as I cant see it!

Cheers, Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paul ,

Just check the alignements of your form coz it may happen that there is some kind of overlaping existing in your form but unable to get it on the print layout or it can happen that the email configuration might me differnt to your form .

Much Regards ,

Amuktha .

Former Member
0 Kudos

Hi,

I have managed to find in the program LFA1-NAME1 which is being overwritten with the vendor address name. (this should be the ordering address name) When I debug the code and change this value to a test value this value is coming out on the form.

There seems to be a lot of info in the code around c_extern and c_intern. I am getting a bit lost but think it is using the c_intern instead of c_extern - although could be a long way from the truth :). I think it is using the vendor address because c_extern = 2 and c_intern= 1.

Does this help anyone??

Paul