‎2011 Jul 27 11:03 AM
Hi Experts,
Transaction LT43 is used to select Delivery docs for wave picking. The deliveries which are selected in this transaction are processed further for TO creation.
The selection options provided in the standard transaction are not
sufficient for selection..
Some additional fields are required for selection such as:
1. Delivery number
2. Delivery type
3. Sales organization
3 Customer
4. Brand
5. Material Group
6. Quality
I couldn't find any exit/ BADi to achieve the same. Is there is way to modify the screen and add custom enhancements?
Thanks,
Priyanka Rai
‎2011 Jul 27 12:37 PM
Hi,
As there is no BADI or screen exit for LT43
First of all, The standard screen we can't change. However, if it's necessary than we need access key to modify. However, this is not at all advisable
The better practice is to o COPY the standard thing into Z program and then modify it .
Thanks & Regards,
Abhijit Mandal
‎2011 Jul 27 12:44 PM
i guess you need an access key to modify 'SAPML05S' '171' screen.
along with that you need to change the code to fetch the values from the table by using the new sel screen fields
PAI of SAPML05S
Edited by: ssm on Jul 27, 2011 5:16 PM
Edited by: ssm on Jul 27, 2011 5:26 PM
‎2011 Jul 27 12:59 PM
Hi Priyanka,
Interesting requirement. I would echo Abhijit on this. There is no screen exit aavailable for LT43( Screen no 171).You can find it out yourself as well. Just go to SE93,give transaction LT43 and display. Pick up the package name i.e. LVS. Go to SMOD. Press F4 and give package name as LVS. You will be able to see all the available exits for this package.
So,if you really need to change the screen you would need access keys but again it is not at all recommended. If you copy everything into Z program again that would be a herculean task as the back end module pool program SAPML05S is also working for LT41,LT42,LT43,LT44. So, you need filter out for LT43 keeping the functionality intact.
Please reach out to your functional contact to gather the actual business requirement for this. If possible go for a separate customized solution instead of enhancing LT43. Hope this clarifies.
BR,
Atanu
Edited by: Atanu Mukherjee on Jul 27, 2011 2:01 PM