cancel
Showing results for 
Search instead for 
Did you mean: 

Special Sorting BOP GATP

Former Member
0 Kudos

Hello experts,

We are facing this requierments:

Say we have three types of orders: ZAP, ZBP y ZCP. Now, when creating an order, you can specify the shipping condition, which will determine the priority of the order. So for intance, the priority to fulfill the orders should look something like this:

Order type Shipping condition

ZBP 1

ZCP 3

ZBP 2

ZAP 1

So, first order in the list shold be the first one to fulfill and so on. Now, we do not know how to achieve this? Right now we have the sorting based on order type and then look the priority, but what we need is to validate the combination of these two at the same time in order to determine correctly the priority.

Thanks in advance.

David

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

David,

If a client came to me with this business requirement, I would be inclined to advise him that he should re-think his business process; either the way he uses his order types, or the way he manages his Shipping conditions. If, however, the client was unwilling to relax/modify the requirement, then I would spec it out and hand it off to an ABAPer for inclusion in userexit APOBO020.

Best Regards,

DB49