Application Development and Automation 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: 
Read only

Delivery Output???

Former Member
0 Likes
510

I have an issue with delivery output, when I put the PO box no. output doesn't print the shipping address, and when I don't put the PO box it prints the shipping address.

1. PO Box= No Shipping Address.

2. No PO Box=shipping address.

I think some changes needs to be done in forms. i used T code SE71 to look at the form and at the address line i found this.

/: POBOX &VBDKA-PFACH& CODE &VBDKA-PSTL2& CITY &VBDKA-PFORT&

/: POSTCODE &VBDKA-PSTLZ&

I am a functional consultant not a technical person but i think some changes needs to be done here could u plz advice me how to handle the issue.

Appreciate your help.

Thanks.

Mohammed.

4 REPLIES 4
Read only

Former Member
0 Likes
483

Hello,

Please ask technical team memeber to look at the form also if the print program is customised one ,then need to check whether there are any conditions in address data retrieval that is blocking the address for printing.

Also try using only PO box number field to print & nothing else form address whether it gets printed or not.

Hope this helps & gives you some clue to resolve the issue.

Thanks.

Read only

Former Member
0 Likes
483

Hi Mohammed,

This is the standard functionality of SAP.

Here you need to check how the code has been written in the Form related to the output type.

address paragraph is written as: ADDRESS DELIVERY PARAGRAPH AS

then the street address will be printed

If the ADDRESS PARAGRAPH AS is coded then post box will be printed.

For more infor, can you please check the form related to the output type processed.

Or you can talk to ABAP person.

The Street or the Post BOX is printed based upon the address paragraph that is written in FORM.

Hope this helps.

Regards,

Shahu

Read only

Former Member
0 Likes
483

Hi Shahu,

Thanks for your reply, I checked my output type code it is coded as ADDRESS PARAGRAPH AS,so you mean it will print only PO BOX.

Basically I want both PO BOX and the shipping address to appear on my output prinout.Could you please suggest what is the appropriate code needs to written so that I can have both PO BOX and shipping address on my output print.

Appreciate your reply.

Thanks

Mohammed.

Read only

0 Likes
483

Hi Mohammed,

This is standard SAP functionality as the address gets printed as per the country and how the address command format is used.

To get both printed, get the SAP script code modified to print the data as we use to print the other details. Do not use ADDRESS .. END ADDRESS command in Script.

Hope this helps.

Regards,

Shahu