2007 Feb 08 5:37 AM
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!
2007 Feb 08 5:41 AM
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!
2007 Feb 08 5:41 AM
Hi,
Check the tables..
For MVGR1 - TVM1T
For MVGR2 - TVM2T
For MVGR3 - TVM3T
For MVGR4 - TVM4T
For MVGR5 - TVM5T
Thanks,
Naren
2007 Feb 08 5:44 AM
2007 Feb 08 5:44 AM
Hi
T001 contains company codes.
T001-ORT01 specifies the countries.
Check it out and let me know.
Regards,
kumar