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: 

Adding field AUSLT in an infoset

Former Member
0 Kudos
358

Hi Gurus,

I am trying to add the field AUSLT to an infoset as I can't add it to my QuickView since this field doesn't belong to a table but to the structure MDAM or MDAUS.

Is there anyone, by any chance, that would know the ABAP code corresponding that I have to add?

I also tried to add the T458A to my QuickView but, so far, I am not able to find the right junction. I tried with table MDTB but here again I couldn't find the good junction between the tables.

Can anyone help through this ?

Thank you in advance for your answers,

5 REPLIES 5

raymond_giuseppi
Active Contributor
174

Get the field value from table T458B with key MDTB-AUSSL + language.

Former Member
0 Kudos
174

Raymond,

Thank you for your answer.

I tried again but I still get a message that is: "No data selected".

Here attached, I send you the screenshot jointures-de-tables-tcs-mfg-pro-01.png

I think that I am not joining the tables in the right way.

Thank you in advance for your help,

0 Kudos
174
  • Don't hesitate to use left join (right click on link) to display records without correspondant right record (e.g. for left initial values)
  • Are there any records in your MTDB table, or are they stored in 'cluster' table MTDC (default and better performance option) Browse with SE16n or call transaction OM0A.

0 Kudos
174

Hi Raymond,

I tried with the left join but it didn't work neither.

In fact, I am surprised because if you look at the screenshot I sent, everything works well until I add the last table, the T458B.

Any idea ?

Former Member
0 Kudos
174

Hi Raymond,

I tried again, and finally it worked!

Thank you again for your help,