cancel
Showing results for 
Search instead for 
Did you mean: 

Deliver note

Former Member
0 Kudos

While saving the delvery notes under VL01N the system should check how many delivery notes are open and

the post goods have been not done for the said delivery notes, if above 25 delivery notes are avaliable in VL06G

than the system should not allow any further posting untill the number is reduced from 25.

Accepted Solutions (1)

Accepted Solutions (1)

SmileZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

I am afraid the requested functionality is not present in the standard system.

Please consider using userexit.

Another solution is extending the standard requirement routine which I think is more convenient for you.

T-code VOFM->Requirement->Subsequent function->Goods issue->

standard routine 103

Coding for check could be added here. Or you could also copy standard 103 to create your own routine.

Thanks and regards,

Smile

Edited by: Smile Zhang on May 25, 2009 7:22 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This fuctionality is not available in standard system.Either you have to use an user exit V50S0001 or you have to write the code with the help of your ABAPer.

The logic is for checking the open deliveries.This you can use the status tables.

Regards,

Krishna.

Lakshmipathi
Active Contributor
0 Kudos

As already indicated, in standard this is not possible. You have to try with delivery user exit V50S0001

thanks

G. Lakshmipathi