cancel
Showing results for 
Search instead for 
Did you mean: 

MSA: Contact person tiles

Former Member
0 Kudos

Dear Colleagues,

In MSA --> Contact person --> Details tile, we have two fields "Profession" and "Position", I want to know the tables behind these 2 fields. HOw to find it?

I tried with running profiler, but no success. Please respond.

Regards

Yatin

Accepted Solutions (0)

Answers (2)

Answers (2)

marco_sttzel
Explorer
0 Kudos

Hey Yatin,

you can determine the tables by having a look into MAS.

You can see that the appropiate controls are Bound to BO BOCAPGEN with Attributes KVCPPOS and Profession. The Underlying Segments for the BDOC are also KVCPPOS and Profession. BOCONGENS´s BDOC is Congen_Object_Write Segment Congen_Object. So the values are stored in the table SMOKNA1. (Just look up tables in TX sbdm for the right BDOC)

But the clue is - the values in MSA Client comes from an Combo Engine (see in BO in MAS). These are "KVCPPOSCHOICE" and "BOCONGENPROFESSIONCHOICE". If you have a look on them you can see they are mapped to BDOC Choice Segm. Choicelist. So the underlying tables are: SMOCHELEMT and SMOELETXT.

Just to make it complete: Nearly all values depending on that BDOC / Table can be accessed via Mobile System Maintenance. So just have a look in "Cross-Component Settings" -> Search Choice Fields and look there for your Fields KVCPPOS and Profession to change.

Regards,

Marco

Former Member
0 Kudos

any inputs on this would be appreciated...

KaushalShah
Active Contributor
0 Kudos

Profession: SMOKNA1 - PROFESSION

Position: SMOKNA1 - KVCPPOS

Hope this helps.

Regards,

Kaushal