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: 

Changed Delivery Address is not coming in PO Print Preview

Former Member
0 Kudos

Hi Gurus

The scenario is, While creating a PO I am making changes in the Delivery Address at Item Level.

And when try to print preview before saving the PO, the changes made are not coming in the preview. while after saving the PO, those changes are reflecting in the preview.

So Is there any way by which I can fetch those changes and can see them in the print preview of PO before saving the PO???

fields are : NAME1, NAME2, NAME3, STR_SUPPL1, STR_SUPPL2, NAME_CO etc.

I am fetching these fields on the basis of ADRNR from Table T001W.

Any kind of help will be appriciated.

Thanks in Advance.

Lalit Gupta

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

When the delivery address is changed, the new address number is generated and stored in the table field EKPO-ADRNR. You can extract the changed delivery address from ADRC table where ADDRNUMBER = EKPO-ADRNR.

Regards

Vinod

4 REPLIES 4

Former Member
0 Kudos

Hi,

When the delivery address is changed, the new address number is generated and stored in the table field EKPO-ADRNR. You can extract the changed delivery address from ADRC table where ADDRNUMBER = EKPO-ADRNR.

Regards

Vinod

0 Kudos

HI

thanks for your reply.

I know that we can fetch the ADRNR and on the basis of that we can fetch all the fields required.

But my case is I m not saving the PO so how will a new number be generated and will be saved in ADRNR.

I want to make changes in the delivery address before saving the PO and want to take print preview.

How cann I achieve all the values before saving the PO, if I have made changes.

Thanks

Lalit Gupta

0 Kudos

hi,

until you dont save the chnaged PO.

the entries are not going to hit the database.

so if they havent been stored at database level.

how wil it be fetched.

Former Member
0 Kudos

Thanks Every one for their valuable answers

The issue is resolved