‎2011 Jul 23 7:11 AM
I have the following requirements.. can anyone confirm their possiblities throught ABAP ? and how are they possible?
- Want to have a customised table created which will be updated by users like a master data. the table will have three fields: Item Number (10 char), Item text (100 char) and Long Text (150 char)...
- the same fields have to be added in Basic Data 1 view of Material Master Data with search help on the Item number field so that the user can select the item number. the short text and long text should be copied from the customised table automatically on the basis of Item number selected.
‎2011 Jul 23 12:33 PM
Hi ABC,
> - Want to have a customised table created which will be updated by users like a master data. the table will have three fields: Item Number (10 char), Item text (100 char) and Long Text (150 char)...
Yes, this is possible.
> - the same fields have to be added in Basic Data 1 view of Material Master Data with search help on the Item number field so that the user can select the item number. the short text and long text should be copied from the customised table automatically on the basis of Item number selected.
This result may be achieved by programming. Just start with SE80. For the Material Master Data extension you can go to customizing implementation guide and check the hints given there.
Come back here when you face the first question that can not be solved by searching web and forums.
Regards,
Clemens