cancel
Showing results for 
Search instead for 
Did you mean: 

VL10C one delivery item per schedule line

Former Member
0 Kudos

Hello,

Scenario: scheduling agreement (JIT delivery schedule), 2 schedule lines.

In VL10C I select both schedule lines for the item and create delivery in dialog. The system cumulates both schedule line quantities into a single delivery item.

Requirement is to have each schedule line create an individual delivery item.

What I tried so far:

1. Change the user role in VL10C:

     - option SplitSchedLine: set to 2 "One item per schedule line"

     - Cumul.rule: tried all options, including leaving it blank

2. Manually changed cumulation quantities in VL10C (tried leavaing them to zero, making the equal to each schedule line's delivery qty etc.)

3. tried VL10E, same options as above.

SAP_APPL version SAPKH61707

Nothing I tried produced the desired results, system keeps cumulating the schedule lines into a single delivery quantity.

Please let me know if you managed to pull this one off and how.

Thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Bolohan,

What happens when you attempt to deliver within VA32?

Best Regards,

DB49

Former Member
0 Kudos

@DB49: same thing, schedule lines are cumulated.

I plan on working on some includes from FV50CF0L, hopefully that will do it...so if anyone reading this has experience with that, please let me know.

Former Member
0 Kudos

Bolohan,

Your statement implies that there is nothing wrong with your VL10* setup. 

Best Regards,

DB49

Former Member
0 Kudos

Db49, I don't think there's anything wrong with it, just wanted to know how to have a 1 to 1 relationship between the schedule lines and delivery items. in my test currently this is 2 to 1.

Former Member
0 Kudos

Bolohan,

I don't believe there is any standard functionality that will ALWAYS give you a 1 to 1 relationship between individual confirmed schedule lines and delivery items.  In most companies, this function of combining certain schedule lines into a single delivery item is considered to be a 'feature', not a 'bug'.

You can approach this functionality by implementing certain logical processes related to delivery creation and availability checking.  It sounds, though, that your business requirement is to ALWAYS have this happen; without fail.

I believe you will need to use an enhancement to achieve this strict business requirement.

Best Regards & Good luck,

DB49

Former Member
0 Kudos

Well, the only "bug", or rather misleading verbiage used by SAP, is that option in the VL10x role which says "One item per schedulee line".

I will pursue the code option in FV50CF0L and post here if I find anything.

Former Member
0 Kudos

Solved the isssue by filling VBEP-AESKD with the schedule line number in USEREXIT_MOVE_FIELD_TO_VBEP

This is used as a split criteria in SAPFV50C_LIPS_FUELLEN_AUS_VBEP and this particular customer does not use that field.

I guess the alternative is butchering the above mentioned include and add an additional field (etenr) in LPSPLIT, though we did not test this route.

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Have a look at the following note:-

  • Note 1052355 - VL10: Schedule lines can no longer be split into dlv. items

G. Lakshmipathi

Former Member
0 Kudos

I actually found that note while searching OSS, but it does not apply. It's a program error for a version earlier than the one I'm on (SAP_APPL version SAPKH61707).

If nothing else, I will probably use ABAP to dif deep in the code.

Still hoping for something though..

Shiva_Ram
Active Contributor
0 Kudos

In the user role tab settings, for the field List Type, can you maintain value 1 - Index List and test?

Regards,

Former Member
0 Kudos

Did that, no change. The list does indeed look different, but both schedul lines are still cumulated into a single delivery item.

I am starting to think that the SplitSchedLine option is a bit misleading...