In this article I am going to use the GRPO document to introduce how to save extra information in Produmex Scan.
I have created a new UDF in SAP, it is called: Demo1
In order to add an SBO user defined field to a Produmex Scan screen, add the field title with the BO_U_ prefix as the field name on the Customization Fields user table.
In order to add a standard SBO field to a Produmex Scan screen, like Remark field, add the field title with the BO_ prefix as the field name on the Customization Fields user table.
The custom field MUST be declared on the screen from where you will trigger the post event. In every other processes it is the screen on which you can find the Post button.
However in the GRPO the Post button opens a second screen on which you can select multiple documents
Enable the customization assist mode in the configuration of the application:
Now you will have a small extra button on the screen that opens the customization screen. You will find the name of the screen at the top of the list. This is what you have to use when you define the custom field.
This is how the fields must be declared:
After declaring the fields you have to restart the Produmex Scan application.
The new fields appear on the screen ad the value will be used for all those GRPO documents that you generates
Comments
0 comments
Please sign in to leave a comment.