cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

When scheduline line get deliver block in sales order

former_member15804
Participant
0 Likes
1,364

Hi,

I have a sales order in which a delivery block is coming at schdule line and its a license block.

I want to know how this delivery block comes in schedule line... Even if i m changing the delivery block to empty after saving again it came.

I check in debugging but not able to find when this delivery block comes and on which condition..

Please help me in understanding this process

Thanks

Accepted Solutions (0)

Answers (5)

Answers (5)

Rajatkakkar
Newcomer
0 Likes

I have the same issue. I checked the config and mv45afzz move to VBEP form but there is no config or code that is causing schedule line block. I debugged it is coming in some standard forms. If you find an answer please share. 

Lakshmipathi
SAP Champion
SAP Champion
0 Likes
not able to find when this delivery block comes
Even if i m changing the delivery block to empty after saving again it came.

On your first statement, in standard, based on your schedule line category configuration, system will set an automatic delivery block at schedule line level. On your second statement, it is not standard and definitely some customized validation is there.

Since the issue is not a standard, you can check in USEREXIT_MOVE_FIELD_TO_VBEP

RobertVit
Active Contributor
0 Likes

Hi,

thats depending on your business requirement.

Normaly the description should somehow self explaining.

You could block it for example because customer asks for it...

former_member15804
Participant
0 Likes

can we debug it ?

In my case it is licence block...

i want to know why this block is coming...

RobertVit
Active Contributor
0 Likes

Hi,

sure - just want to give a hint where to start debugging.

Besides you can set a delivery block automatically in VOV6 customizing of the schedule line type

former_member15804
Participant
0 Likes

HI

i didn't understood.

I just want to know what are the possible cases of sales order to block a delivery in schedule line....

I m getting a block in schedule line....I want to know when and why this block is getting setup

RobertVit
Active Contributor
0 Likes

Hi,

you can start lookin in user exits

MV45AFZZ

....save_document

...._save...prepare

former_member15804
Participant
0 Likes

I don't want to make changes.... I just want to know the process.

Why and when schedule line get delivery block.