‎2018 Mar 21 5:53 AM
i have a customize table
tableT001- bukers field HAVE
next field is (table T001W-NAME1 field)
if i enter bukers field need to automatic insert plant name to next NAME1 field
my entry se11->utilities->table content->create entry.
what to do....
‎2018 Mar 22 2:54 PM
Don't replicate data already in the system, define your customizing z-table with primary key and required fields only, no 'text' or 'read-only' field from any other tables!
Hints (for 'student')
Extended Table Maintenance Events
but not for this kind of case.‎2018 Mar 21 6:01 AM
You should not maintain values in the company code table using SE11, SAP has a customizing activity in its IMG for the plant assignment to to the company. Kindly approach your local Finance or MM consultant if you can't find it using the binocular button when you are in SPRO
‎2018 Mar 22 11:39 AM
Create Table Maintenance for the custom table and add required event.
‎2018 Mar 22 12:08 PM
‎2018 Mar 22 2:54 PM
Don't replicate data already in the system, define your customizing z-table with primary key and required fields only, no 'text' or 'read-only' field from any other tables!
Hints (for 'student')
Extended Table Maintenance Events
but not for this kind of case.