on 2020 May 20 3:08 PM
Hi Experts,
We have Work Manager 6.1 Application deployed in SMP 3.0. When trying to change status of Work Order to Inprogress, encountering error "WorkOrderStartSteplet-Problem in BAPI Create(ZWAM_PM_DOORDERMBLSTATUS_UPD):XXXX Number cannot be encoded as a BCD.Invalid digit "X" encountered".
Attached screen snap of error.Please let us know when this error is encountered.
Thanks in advance.image2.jpgimage1.jpg
Regards,
Sravanthi.
From the error message in your question and the screen shot it appears your custom BAPI (ZWAM_PM_DOORDERMBLSTATUS_UPD) is assuming that one of the values will always be numeric. When trying to process the Work Order Start event it is unable to handle the value PM43332 since it is alphanumeric.
You will need to work with the BAPI developer to confirm if the BAPI needs to change or if you are passing the wrong value into the BAPI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would still check your custom BAPI as the error clearly indicates a data conversion failure where the data being used in the BAPI is alphanumeric. From the little information I have on this I do not believe it is a device / OS issue.
User | Count |
---|---|
9 | |
3 | |
3 | |
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.