on 2020 May 12 4:18 AM
Hello everyone. It is necessary for a requirement to find the point when creating the OTR, where the system identifies whether to create a new FU or simply modify the existing FU. I hope you can help me get either the class or the exit.
Request clarification before answering.
Hello anabelg16
Freight unit building is executed by a process controller strategy assigned to a freight unit building rule. SAP delivers two strategies FUB_AUTO and FUB_DG.
The strategies contain methods. A method is a call to a class method. Strategies and methods are defined in SPRO: Transportation Management -> Basic Functions -> Process Controller -> ...
Strategy FUB_AUTO contains the following methods:
Strategy FUB_DB contains the following methods:
With some ABAP skills you can implement your own methods and customize your own process controller strategy and implement this way any freight unit building algorithm you need.
To my knowledge there are not BADI, exits to influence FU building process. You need to modify the above classes or replace them with your own.
Best regards
Dominik Tylczynski
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.