cancel
Showing results for 
Search instead for 
Did you mean: 

Ouput of delivery

Former Member
0 Kudos

I've create a delivery block which will block the picking and post goods issue. Once the block is released, then the the user can be do picking. But the realease and picking is two people. My question is when I create a delivery note(vl01n) with delivery block and save. the output of delivery will not be print, if remove the delivery block and save, the output will be print automatically. How can I stop the output when the action is remove delivery block. Thanks!

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi there,

As per the business requirement when do you want the delivery note be printed? Is it after saving the delivery or after PGI?

If it is after the delivery save, then the O/p will trigger immediately after saving the delivery. Not after the block is released.

But if it after the PGI, then it will trigger after delivery is released & PGI is done.

Accordingly put the code in the O/p determination procedure. In the requirement routine of that O/ptype, put a condition that the O/p should trigger after PGI or after delivery save.

But why do you not want to trigger the O/p type after the block is released? Ask your client what the requirement is. Weather to trigger the O/p after delivery save or after PGI.

Regards,

Sivanand

Former Member
0 Kudos

Hi,

Check configuration done at output type eg: LD00.

You can put the required condition for example check for delivery block, either in processing routine or in the smartform assignes to the output type.

For this you need to take help of ABAPER to do the modifications in program.

Regards,

Savita Swami

Former Member
0 Kudos

Hi,

Do you want to print the document after post goods issue?

In your case system is printing the delivery note after removing the block to process picking and goods issue.

Assign requirement '1' to your output type in output procedure.

Once you done the goods issue, system will print the document.

Regards,

Chandra

Former Member
0 Kudos

I've assigned '1' for the output procedure, but it still print when I modify and save the D/N.

Former Member
0 Kudos

Hi,

The usage of requirement '1' is when Total Goods movement status 'C' (completed) in delivery document then system will allow you to print the delivery note.

Check the total goods movement status in delivery document> movement type tab.

Regards,

Chandra

Former Member
0 Kudos

The totalGdsMvtStat is 'A', when I change the picking quantity, the output will be send automatically

Former Member
0 Kudos

Hi,

Do following settings.

Assign requirement 1 to Output type in output procedure.Do not select the field Manual only.

Goto output type and check the access sequence, Goto access sequence assign requirement '1' to accesses.

Create condition records and check the output type in delivery document.

It should work now, No options more than this.

Regards,

Chandra

0 Kudos

Hi,

please also consider TA VOK2 were you can do all necessary settings regarding the delivery output.

Regards,

Andreas

former_member204513
Active Contributor
0 Kudos

Dear Portfolio,

Try with this

Go to your delivery output procedure control data here you maintain the Routine 1 in the Routine colomun for that output type

If you maintain Routine 1 output will be issued after completion of PGI

IMg path is IMG>Logistics Execution>Shipping->Basic shipping functions-->Output Control -->

Output Determination -->Maintain Output Determination for Outbound Deliveries -->Maintain Output Determination Procedure

I hope this will help you,

Regards,

Murali.

Former Member
0 Kudos

Hi,

If you do not want the Output to be print after removing the delivery block and saving the deliver order, then do not maintain any condition records. But when u want to print the output then Biz has to manually give the conditions and generate the output. hope ur question is understood.

Cheers,

Anil.

Manoj_Mahajan78
Active Contributor
0 Kudos

Hi

In VV22 For your output condition record see what you maintained for DispatchTime .

Maintain 3 there save and try again.

Regds

MM

Former Member
0 Kudos

Hi,

Go to VV22 for output condition record, then in DispatchTime put '3' and save. I think this will solve your problem.

Hrishi