cancel
Showing results for 
Search instead for 
Did you mean: 

Purchase order issue error screen attached

kabil_g
Active Participant
0 Kudos

Hi frds,

when i enabled the sc vendor.

when i try to change the delivery address.

delivery address not chaning in the po print preview.

error screen attached

Regards,

Kabil

Accepted Solutions (0)

Answers (4)

Answers (4)

P1389307362
Explorer
0 Kudos

Hi Kabil,

for the delivery address layout is printing the plant address.

Change the layout logic.

if EKPO-ADRNR is initial.

     "Use the plant address

else.

     "User have changed the address manually.

     "Use the ADRC table with EKPO-ADRNR

endif.

Regards,

Prasad

Former Member
0 Kudos

Hi Kabil,

In Standard SAP the data is not shown unless the PO is saved. The ABAPer have to copy the information in new table and have to use the same in print preview otherwise it will be shown after saving when below mentioned changes have been made in Smart form.

You have to involve ABAP person in case the smart form used is activating before Saving. In Smart form please ask your ABAPer to  include the address of the secondary vendor if the tick is activated in the PO other wise use the main vendor address.

Regards,

Chitrendra Gaur

former_member227140
Active Participant
0 Kudos

its a script or smart form??

please check there would be an address window for delivery tab or shipping address details.please debug and check from which table its getting this address.

kabil_g
Active Participant
0 Kudos

Hi abhijeet deshpande ,

You are telling to change the condition in print program, then it will trigger in the po screen.

Regards,

Kabil

kabil_g
Active Participant
0 Kudos

Its custom copy of standard output type 

Former Member
0 Kudos

Hi Kabil,

Are you using the standard print program or customized one! Please provide us the NACE screen shot of your output type!

nabheetscn
Active Contributor
0 Kudos

So please check the smartform and driver program from where it is picking the address

Former Member
0 Kudos

Hello Kabil,

Which output you are using for PO Print preview, Is it standard or custom.

if its Custom, from where you are reading the address for SC Vendor.

Regards,

Nag

kabil_g
Active Participant
0 Kudos

standard assigned to Script.

nabheetscn
Active Contributor
0 Kudos

Hi Kabil

After changing the address do you press save and after that you are checking in print preview.  Which output type is it custom or standard..? Check in NACE

Nabheet