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

Maintenance View

Former Member
0 Likes
499

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

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
473

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.

Read only

Former Member
0 Likes
473

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>

Read only

Former Member
0 Likes
473

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