Skip to main content

Adding New Input Fields to SAP Confirmations Screen (CO11N/COR6N) Without Coding

It is possible to add additional input fields in the SAP production order confirmation screen without coding. We can do this just adding fields to a structure which is included in AFRU table (Confirmation table).

Process Steps


Step 1:  Go to below customizing path.

SIMG > Production > Shop Floor Control > Operations > Confirmation > Single Screen Entry > Define Single Screen Entry for Confirming Production Order


Step 2: Double click on the standard profile. Add "Customer Specific Fields of CI_AFRU" in the detail area.


Step 3: Go to default tab. Select an option from the "Customer Specific Fields" area. Then click on save button.


Step 4: Go to transaction code "SE11". Select database table and put "AFRU" and click on change button.



Step 5: Go to the include marked in the screenshot and double click on the data element of the include.


Step 6: Double click on "CI_AFRU".


Step 7: Click on "Yes" in the pop up screen.

Step 8: Add fields that we want to add as additional input field in the confirmation screen.


Step 9: Save the change in a package.
 

Step 10: Now check the confirmation screen. New fields are added. You will find the recorded data from this field in the "AFRU" table.

Comments