on 2024 Aug 13 9:27 AM
Hi All,
I have a requirement to add a custom field in a pick list form.
1.I have created a custom field 'storage Bin' using app 'custom fields' and enable the usage in my custom form.
2. i have created a badi implementation using 'BD_COBADICFL_MFGORDER_CMP_INIT' badi, but the custom field which i created is not available in the BADI.
Is there any step am i missed out? Can anyone help on this
Hi
If you only enabled just the output form, that may not be enough.
I took a quick look at the BADI documentation and i think you have to consider the import parameters and changing (output) parameters to make sure your custom field is available in one of those objects
My impression is you should also enable the Order Object Page and maybe the CDS Views, for example
PS - here is the help, link: https://help.sap.com/docs/SAP_S4HANA_CLOUD/2bba750d1e124e1ea2a039bb1cd9b6c5/c20b8cfa8000468d86a005ec...
Please confirm that is the badi (reservation one) you want to use and not for example Manufacturing Order Operation - Initialization on Creation/Change (BD_COBADICFL_MFGORDER_OPR_INIT)
Manufacturing Order Component - Initialization on Creation/Change (BD_COBADICFL_MFGORDER_CMP_INIT) | Reservation Document Item (RESERVATIONDOCUMENTITEM) | You can use this BAdI to fill custom fields on order component (reservation) level when creating or changing an order. This BAdI is called once at the beginning of order processing. |
Please try that out and let us know the results. If it didn't solve, I can try to replicate in my system
Thanks
Jerry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.