cancel
Showing results for 
Search instead for 
Did you mean: 

Display equipment description in the "installed equipment" panel

Former Member
0 Kudos

Hi all,

I'm facing a problem here. I'm trying to display the equipment description in the "installed equipment" panel from a specific function location.

I've noticed in my research that i have to use Mam030Item080 to display it. But the "getField" method sends me an empty string when hitting the SHTXT field and it is strictly forbidden by the item to do a "setField".

Do you have any idea, suggestion ?

regards,

Alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Alex,

You will have to follow the dependency the the equipment in question and get the short text from its header. The short text is not filled by the BAPI on 030Item080.

Thank you,

Julien.

Answers (1)

Answers (1)

former_member304703
Contributor
0 Kudos

Hi Alexandre,

Field that you need is HEQUI_SHTXT im Mam030Item080 not SHTXT.

If getField("HEQUI_SHTXT ") retruns zero - check that BAPI MAM30_ML_030_getdetail actually returns values for equipment descriptions in installed equipments table.

Regards,

Larissa Limarova