on ‎2020 Sep 03 10:55 PM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not able to find when this delivery block comesEven 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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
you can start lookin in user exits
....save_document
...._save...prepare
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 26 | |
| 18 | |
| 14 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.