cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Master Address and Outputs

Former Member
0 Kudos

I have maintained two address es in my customer master, The Street address and a PO box. I want the delivery Note out put to print the street address on it and the Invoice out put to print the PO BOX.

Currently my Delivery Note is showing the PO BOX which is a problem since my client can not ship to a PO BOX, and we do not want to maintain another ship to partner with the same customer number.

Is there a way to fix this or an OSS note on this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

As i understood correctly, The delivery Output now should print the STREET instead of POBOX number , This is a change in the Logic.

Just Pick the customer Number from the Customer of delivery from LIKP-KUNNR and fetch the STREET from KNA1-KUNNR

In the KNA1 table you will get the ADRNR, then goto ADRC to get the STREET details

In the same way fetch the POBOX from Payer of Billing document

Hope it is clear,

regards,

santosh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Joi,

when you use SAP-Script for printing the deliverynote , use the following address-routine:

/: ADDRESS DELIVERY PARAGRAPH AS

/: ADDRESSNUMBER &VBDKL-ADRNR(K)&

/: FROMCOUNTRY &VBDKL-SLAND&

/: ENDADDRESS

the parameter DELIVERY will prin street and postcode in the address.

Best regards

Gerd