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

which table contains the text

former_member188827
Active Contributor
0 Likes
3,113

hi all,

im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab , Material Groups are defined from 1 to 5.

I need to display the data entered in material group. In table VBAP the value for the material groups from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.

e.g:

Material group 1 : uk , germany,india.(these are the options in drop down list on screen).

vbap contains mvgr1 as 01, 02,06.

I need to know which table contains the text uk,germany,india.

thnxs .

Points will be rewarded!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,074

Hi,

Check the tables..

For MVGR1 - TVM1T

For MVGR2 - TVM2T

For MVGR3 - TVM3T

For MVGR4 - TVM4T

For MVGR5 - TVM5T

Thanks,

Naren

hi all,

im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab , Material Groups are defined from 1 to 5.

I need to display the data entered in material group. In table VBAP the value for the material groups from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.

e.g:

Material group 1 : uk , germany,india.(these are the options in drop down list on screen).

vbap contains mvgr1 as 01, 02,06.

I need to know which table contains the text uk,germany,india.

thnxs .

Points will be rewarded!

3 REPLIES 3
Read only

Former Member
0 Likes
2,075

Hi,

Check the tables..

For MVGR1 - TVM1T

For MVGR2 - TVM2T

For MVGR3 - TVM3T

For MVGR4 - TVM4T

For MVGR5 - TVM5T

Thanks,

Naren

Read only

0 Likes
2,074

thanx alot.

points have been rewarded....

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
2,074

Hi

T001 contains company codes.

T001-ORT01 specifies the countries.

Check it out and let me know.

Regards,

kumar