cancel
Showing results for 
Search instead for 
Did you mean: 

MDG-C : Value is not visible in UI

former_member307726
Participant
0 Kudos

Hi,

For MDG-C, I've added Custom filed in BP -> BP_CUSGEN.

Filed Name : ZHZUOR_CS

Activated data model, generated structures & SMT mapping also completed.

Using Cross Entity derivation I've defaulted value as '01'.

Once I submit the CR, the value is updating properly in Staging table & as well back end (KNA1) also after approving.

But only thing is value is not visible in UI.

Regards,
Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

bpawanchand
Active Contributor
0 Kudos

Hi,

The most common possibilities about this kind of issues could be

  1. Authorization issue. check if there are any custom roles created and used this field as authorization object within that.
  2. Check wiring between the UIBB's. There is a possibility that if the wiring is not defined properly then the values might initially appear but as soon as you submit these can get disappeared.
  3. Last but not least, check if some manipulation is happening in the feeder class.
  4. One more important by place would be in the derivation . Check and make sure you are writing back the default value to the attribute. At times the cross entity derivation calls the entity specific derivations and this can clear the entire structure.

Thanks, Pavan

naseemallika14
Participant
0 Kudos

Hi ,

let me know how you resolved this issue, i was facing with the same issue.