on 2022 Feb 02 9:29 AM
My requirement is to add a custom field at the Outbound delivery /SCWM/PRDO header level.
I have created a custom Function Group/screen and implemented BADI /SCWM/ES_DLV_UI_SCREEN BADI: /SCWM/EX_DLV_UI_SCREEN
The field shows up in the ALV Grid and in the form display but it is read-only. How can I make these editable? Request your valuable inputs.
Request clarification before answering.
Hello,
in /SCWM/PRDO whether a field is editable or not depends on the field control. Each header/item has an item/header type which is assigned to a field control profile (which contains a list of fields and a basic logic if and how they are changeable). See "Define Field Control Profiles" in EWM-IMG. Here you can either assign a logic for your field dependent on delivery status, or you can assign it to a group (which has a predefined logic). With this e.g. you can control that a field is only editable until it is picked, GI posted,... more complex logic can be done using BAdIs..
Basis for this is that you have a "logical field name" for your field which identifies it for the field control. See EWM-IMG " search for "Define Logical Field Names".
Best regards
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
4 | |
4 | |
3 | |
2 | |
2 | |
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.