Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customized Table

kathrine_dave
Participant
0 Likes
276

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.

1 REPLY 1
Read only

Clemenss
Active Contributor
0 Likes
247

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