‎2012 May 08 6:18 AM
hello experts,
I have developed a ztable and t-code for that ztable. The columns are material group, material group description. After running the t-code, is it possible that if I enter a particular material group, automatically the corresponding material group description is displayed in the column for material group description.
Regards,
Satvik
‎2012 May 08 8:16 AM
You have to create Table maintainence events. Goto table Maintainence Generator. From the Menu select Environment -> Modification -> Events. Do a F4 on the first column and select the event 'Before Saving Data to the database' (01) . click on the button in the editor column and enter the code to fetch the description based on the material group.
‎2012 May 08 6:20 AM
You should write Table maintanance events for this.
This is available in Table maintanance generator.
Please check SCN forums for examples.
‎2012 May 08 7:19 AM
Hi,
you write the code in Table events , in that events , write it on berfore dipaly event
select the material group decsription from the table and pass that table field.
‎2012 May 08 8:16 AM
You have to create Table maintainence events. Goto table Maintainence Generator. From the Menu select Environment -> Modification -> Events. Do a F4 on the first column and select the event 'Before Saving Data to the database' (01) . click on the button in the editor column and enter the code to fetch the description based on the material group.