Application Development 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: 

Maintain View: referring two different fields to the same text table

Weiskopf
Participant
0 Kudos

Hello experts,

I have the following customer requirement to a new customizing maintain view:

For the following table a maintain view (transaction SE54) should be created:

MANDT    client

MTART1   article type 1, foreign key table T134

MTART2   article type 2, foreign key table T134

In the maintain view for the article types 1/2 the texts should also be displayed.

For that I tried to use text table T134T; but in SE54 I only can set up one to the same text table for the first field MTART1.

Is it possible to set up each text table to the fields MTART1, MTART2 in the maintain view, so that the text is displayed for MTART1/MTART2 as following?

MTART1 ¦ Text-MTART1 ¦ MTART2 ¦ Text-MTART2 ¦

Thank you for your support!

Best regards,

Kurt

3 REPLIES 3

schneidertho
Advisor
Advisor
0 Kudos

Hi Kurt,

good question. I thought that cannot be difficult... but unfortunately I failed while testing it.

I started to google a bit then and found http://scn.sap.com/thread/1205836. Maybe that is helpful for you.

Best regards

Thorsten

Azeemquadri
Contributor
0 Kudos

Can use aliases for your tables. T134T~1 and T134~2

0 Kudos

Hi Azeem,

this works, for example, in SAP query. I don't think that you can do this for a maintenance view, or? Where do you do this?

Best regards

Thorsten