cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Delivery Output-

reazuddin_md
Active Contributor
0 Kudos

Hai,

Thanks to all for their interest to contribute/share knowledge.

Let me put my req:

I have created delivery, ( am using Packing process in delivery)

I have done packing ,its working fine.

When I take the output ( output type:LD00- delivery note) , main item & sub item ( packing item ) also appearing in delivery note.

am not sure, is it right practice to print packing item in delivery note?

( all this packing items can be printed on PL00- Packing list including Handling Unit Numbers)

Can anyone have any idea?

Accepted Solutions (0)

Answers (4)

Answers (4)

reazuddin_md
Active Contributor
0 Kudos

answered.

jignesh_mehta3
Active Contributor
0 Kudos

Dear Friend,

As you know, the Output (Print out) is generated by a ABAP program that the system calls.

All you need to do the give the requirement to your ABAPer & he would do the needful changes the Printing Program.

In the said Printing Program you can also set certain condition Customer-wise or Sales Orgn-wise. E.g. Some Customers would like to Print specific details on the print out.

To see the Printing Program use T_Cide V/83 - Enther the Output type i.e. LD00 & Application as V2 & continue. Here you can see the Smartform (Printing Program) that the system uses to Print the output.

You can also develop Customised Output & assign it in V/83.

Hope this helps...

Give points if Useful...

Thanks,

Jignesh Mehta

reazuddin_md
Active Contributor
0 Kudos

Hai

Thanks alot for your replies.

Here my question is,

What is the std behaviour of LD00- Del note.

when we use packing ,

will packing items also print in LD00 output or not?

bcoz in packing , we are taking the print of packing list which contains both FG n packing mat

isnt it sufficient

why we need to have packing item in LD00?

Former Member
0 Kudos

HI,

Approch the ABAPer and ask him to make changes in program RVADDN01, form RVDELNOTE according to your requirements.

Jagan

Former Member
0 Kudos

Hi

you are doing is exactly correct procedure, this based on the client to client requirement, if cost of packing is nill no need to add the packing material, in some cases it should be required for transportation purpose while carrying,

Regards

srini

reazuddin_md
Active Contributor
0 Kudos

Hai,

Thanks for u r reply

Eg:

i do packing for client requirement.

But client doesnt want this packing item displayed in delivery note.

becoz its already displayed in packing list along with packed materials.

how to achieve this? any idea

Former Member
0 Kudos

Hi

You can configure your Form or Script according to your requirement which is getting used for your your specific output type responsible for delivery note.

Thanks