cancel
Showing results for 
Search instead for 
Did you mean: 

Printing PO using Class cl_purchase_order_output

gnter_lidl2
Explorer
0 Kudos

Dear all,

I created my own print program using the class cl_purchase_order_output for selectin the data!

But unfortunately i have several problems with this class! One of them is e. g. the delivery address!

When I startet the preview from ME23N everything is ok, because the delivery address is selected out from table TWLAD for the combination of plant and storage location. But when printing the PO, the delivery class will be taken out of T001w which is the address of the plant!

Ok, i can fix this by overwriting this in my own program, but this is only one example! A similar problem is reading partner detail data!

Are there any experiences by using the class cl_purchase_order_output?

Thanks a lot

Günter

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Implement OSS notes 1973192 and
1973168, which will solve your problem for new created POs.

gnter_lidl2
Explorer
0 Kudos

Unfortunately no, I solved the problem by redefining the method, because i want to use this class for reading the data, but there really a few bugs inside, wich i repiared by redefinitions and/or enhancements!