‎2007 Jan 17 1:13 PM
I've got this table that includes two materials:
Z_MATHIER
MANDT MANDT
MAT1 MATNR -> MARA-MATNR
MAT2 MATNR -> MARA-MATNR
MAT1, MAT2 , Are both refered to the MARA table as check table independetly
I want to create view that I can see description of both (and they are different)
MANDT MAT1 DESC1 MAT2 DESC2
999 123 paper 441 shoe
999 323 hat 115 cup
how can I do this in the STANDARD way without interfere PBO of the screen ?
ELAD
‎2007 Jan 17 2:09 PM
Hi Elad,
In SE11 goto Utilities-->Tbale maintenance generator and select find screen nos and give a function group which is used to generate the screens etc...
Use transaction SM30 to maintain the view.
Hope this helps.
‎2007 Jan 17 2:17 PM
In SE11 goto Utilities & maintain table maintenance generator.
give screen nos and function group. generate the screen.
Use transaction SM30 to maintain the view.
otherwise u need to use parameter-id <b>'MAT'</b>
‎2007 Jan 18 12:29 AM
One Way is in the Table maintainance generated screen ( SM30 ), get the Screen number from the System drop down and in the PAI of the screen, in the Chanin End Chain fields just add a new Perform for selecting the Material Descriptions based on your two fields....
Then set these values on the output screen fields and the system will take care of saving and displaying them...
See if this helps..
Thanks,
Ketan