Hi everyone,
I want to know the logic and steps involved in implmenting the functionality. pls help me out
Table YKXRDAWERKS consists of two fields Landlord plant YWERKS_LANDLORD and Logical Plant YWERKS_LOGICAL. The table holds the plant number of the landlord and the logical. Two new fields should be added to hold the description of the plant. The plant description is existing in another table T001W under field Name1. The T001W-name1 field holds the description of both the landlord and logical plant
The Business requirement is that 2 new fields need to bring automatically T001W-name1 into the table. Users will only enter landlord plant and logical plant number into the table and the plant description should automatically be populated with the T001W-name1 description.
So its clear that when user enter the landlord & logical plant number the corresponding description should be fetched from the table T001W and added to 2 new fields.