on 2011 Dec 01 4:26 PM
Hi all,
In GLM transaction CBGL_MP01, for delivery scenario, I have a question regarding the way to get back the countries according to the delivery number.
Actually in my system, once I filled my delivery number, the system retrieves the country of :
- my shipping point
- the route
- the ship to party
I would like to have only the country of my shipping point and country of my ship to party. I don't need to have the country of my route.
How can I do that in the system? Is there a standard solution? (function modul,...) or do I need to create a specific solution?
Thanks for your help
/Ludo
Edited by: Ludovic Roux on Dec 1, 2011 5:36 PM
Request clarification before answering.
Hello Ludo,
the GLM standard is working like you described it in your thread. There is an user exit and a BAdI where you can overwrite the data that will be read from your delivery note.
The data determination of the delivery scenario is implemented as an user exit.
(Transaction SPRO -> EH&S -> Product Safety -> GLM - > Specify Labeling Scenarios.
Mark the scenario "Delivery" and hit the detail button. The parameter "FM for Data Determ." contains the user exit. There is a default implementation of this user exit from SAP "CBGL_LB71_DELIVERY_MATDATA_GET".
Within that default implemenation is a BAdI "EHS_GLM_BADI_003". I would suggest to implement this BAdI and adapt the values of the parameter X_COUNTRY_TAB.
Regards,
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
2 | |
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.