Description
10.6 script converted into Studio 11.2.
There is an if condition referring to an SAP field. It does not work anymore in 11.2.
The condition states that a PC need to be loaded into SAP if the PC field is empty in SAP
Cause
The PC field is not empty but it is actually greyed out too, so it is not available for change
The script checked whether the field can be changed before checking its value and then apply the IF condition, that is the reason of the 'field MARC-PRCTR is not an input field' error
Solution
If you know in advance that the PC field will be greyed out in SAP, then you might need to use the skip field indicator feature in the Run Tab and in your data file
If you do not have that information before the run, you might want to extract the PC field data from SAP to your data file first
Additional information
The script will need to be made fully compatible with v11:
- Open the script in Studio 11
- Go to File > Save
- On the right panel select Version v11
- Click on save
Comments
0 comments
Please sign in to leave a comment.