cancel
Showing results for 
Search instead for 
Did you mean: 

Editable Custom Fields in EWM on /scwn/prdi

former_member300533
Discoverer
0 Kudos

I have created a custom Function Group/screen and implemented BADI

/SCWM/EX_DLV_UI_SCREEN (for the items) . I have appended

/SCDL/DLV_ITEM to include the fields. I have the EWM Architecture and Programming book and implemented per the instructions. The field shows up in the ALV Grid and in the form display but it is read only. Debugging shows that the PBO turns off all customer fields from being editable in the form. How can I make these editable. In the custom PBO, I loop at screen and force them on but prdi doesn't pick up changes etc... and it's not a pretty solution.

The underlying issue is that there are characteristics values on the batch that are required in the ERP system and the replication will fail if they are not maintained. Ideally I'd like to require some of the characteristic values directly in PRDI and take them directly to the AUSP table (Much like the SAP Delivered Shelf Life Expiration Date does)/

Accepted Solutions (0)

Answers (2)

Answers (2)

thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Update:

I could get Editable/Non-editable custom field at header level.

In EDIT mode, after filling custom field, when SAVE , it showing below error.

/*

Save canceled. You must correct the incorrect data first.

Record could not be written: Transport Information for Document

*/

Thanks,

Thiyag

0 Kudos

Hi Thiyag,

My requirement is to add a custom field at Outbound delivery(/SCWM/PRDO) item level.

I have created a custom Function Group/screen and implemented BADI

/SCWM/EX_DLV_UI_SCREEN (for the items) . I have appended

/SCDL/DLV_ITEM to include the fields. I have the EWM Architecture and Programming book and implemented per the instructions. The field shows up in the ALV Grid and in the form display but it is read only. Debugging shows that the PBO turns off all customer fields from being editable in the form. How can I make these editable. In the custom PBO, I loop at screen and force them on but prdi doesn't pick up changes .

May I know how to make the fields editable based on conditions and does the save happen automatically . Request your valuable inputs.

Thanks,

Bhanu

thyagab
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Paul,

I am facing the same issue. Could you help me in this to resolve the issue.

Thanks,

Thiyag