Hi All,
We added some custom fields on the schedule line tab and also in VBEP table. For thie same we also added code in the PBO module of SAPMV45A/4500 screen#. Since we added the code we are getting the error message# V1357 with description 'Item 000010 for schedule line 000040 is in the work area'.
I did check the forum and found couple of notes with this error and some replies say that it is for the quality issue. I tried going to OQ77. But i am pretty sure it is because of what i codded. Because When i comment my code so error shows up. But I am not sure what is the problem with my code.
Here is the sample of my code that i wrote in my PBO module:
IF XVBEP-VBELN IS NOT INITIAL.
INPUT = MARA-BRGEW * XVBEP-WMENG.
PERFORM CONVERSION. "This is the module that i wrote to convert from G to LB.
XVBEP-ZTOTALWT = OUTPUT.
xvbep-updkz = 'U'.
modify xvbep index ivbep-tabix.
ENDIF.
Please let me know if i am doing wrong anywhere in the code.
Thanks,
Karuna.