cancel
Showing results for 
Search instead for 
Did you mean: 

How to print the changed address in delivery output

Former Member
0 Kudos

Dear Gurus,

As all we know the customer address comes in sales order from customer master table or address table and further get copied into delivery also in case of same SP and SH.

My issue is that we do not maintain different SH for a sold to party so SP = SH and there addresses will also be same.

In output we are getting address from ADRC table.

Now if we change the ship to party address in delivery manually and get the output the printed address is unchanged.

But I want to print the changed address in delivery output without changing the masters and maintaining diiferent ship to party.

Please help me how to determine it in print out???

Thanks,

Sanjay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think the logic you have written is wrongly on output.

The logic is like this:

Pass the document number into "VBPA" table.

Execute.

Fetch the address number against "WE(ship-to-party)".

Pass the same address number into "ADRC" table to get the address.

Here you will get the new address which is different from the maaster data.

Regards,

Krishna.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the Logic of fetching the Address to the Delivery output whether it was picking it from the ADRC and LIPS or not?

If so then you can trigger the new outputin the change modeof the delivery document and get the print for the newly created Output, then you can get the changed address.

Just Repeat the Output and try, i hope it will work

regards,

santosh

sitiaishah_abdulfatah
Participant
0 Kudos

Hi all,

i also face this case. i wanna print out report based on manual entering address inside VBAP and vl02 module. in ship to party.

but dunno how to catch the date. address number is in vbap is it?

regards

aishah

sitiaishah_abdulfatah
Participant
0 Kudos

sorry VBPA for address number. it will show string of number starting 9xxxxxxxxx

if could somebody giving me hint for that.