cancel
Showing results for 
Search instead for 
Did you mean: 

Cobra Indicator in Family members screen.

Former Member
0 Kudos

Hello All,

We recently upgraded from 4.6c to ECC 5.0. In the Family members ( any sub type) we are not able to see the COBRA indicator. In our previous version we have this indicator. I tried to look at V_T588M and MP002100 screen # 2010 but there is no place where we can mask enable this. Please advice this is very urgent!

Thanks,

Chakri.

Accepted Solutions (1)

Accepted Solutions (1)

suresh_datti
Active Contributor
0 Kudos

Do you have any custom fields on 0021? If yes, you can check for the COBRA indicator in V_T588M for ZP010600.

~Suresh

Former Member
0 Kudos

Thanks Suresh!

We don't have any custom fields, but I checked ZP010600 and that table is empty, no values.

Thanks,

Chakri.

suresh_datti
Active Contributor
0 Kudos

then look up V_T588M for MP010600 as the Cobra Indicator (BEN04) is part of 0106 but shows up on 0021.

~Suresh

Former Member
0 Kudos

Suresh,

I looked at this entry in V_T588M and there is nothing. Do I have to create a screen control for this ? If so please advice how should I do this.

Thanks,

Chakri.

Former Member
0 Kudos

Suresh,

I tried to compare the screen control for both the systems 4.6 and 5.0 for MP010600, I found that this field ( COBRA INDICATOR P0106-BEN04)

is missing in the new version. Any ideas?

Thanks,

Chakri.

suresh_datti
Active Contributor
0 Kudos

I am still on a 47.. but did you try to create an entry by going into the change mode from SM30/31 for V_T588M & MP010600 ?

~Suresh

Former Member
0 Kudos

Yes Suresh,

I went to SM30 and the View: V_T588M and the work group: MP010600 and then created a new entry for Screen 0100. Please let me know if you have any ideas?

Thanks,

Chakri.

amit_khare
Active Contributor
0 Kudos

I think yo like to take a look at this INCLUDE MP00213U.

Whole code is comment out in ECC.

Regards,

Amit

amit_khare
Active Contributor
0 Kudos

Check the PAI of screen 2010 in Module pool MP002100, this part is comment out -

q0021-gesc2, q0021-gesc1. "AHRK001410

  • Q0021-GESC2, "

  • Q0106-PERID, Q0106-STRAS, Q0106-LOCAT, "

  • Q0106-ORT01, Q0106-STATE, Q0106-PSTLZ, Q0106-LAND1, "

  • Q0106-AREAC, Q0021-GESC1, "

  • Q0106-TELNR, Q0106-BEN03, Q0106-BEN04, Q0106-SEPDT, "

  • Q0106-DOCNM, Q0106-DOCID, "

  • Q0106-DOCN2, Q0106-DOCI2, "

  • Q0106-MEDIC, Q0106-DISAB, "

  • Q0106-DISDT, Q0106-DISLE. "AHRK001410

also check the OSS note - 456339

Regards,

Amit

suresh_datti
Active Contributor
0 Kudos

That code is commented in 47 too.. You should be looking at the code in MP010600 for BEN04 and not 0021. If you have maintained the entry in V_t588M, you can verify if it is being used or not by debugging..

Put a break-point at the statement

PERFORM modify_subscreen(sapfp50m)

USING sub_prog sub_dynnr.

in the Program MPPERS00

& get into the 0021 record via PA20. When you single step through in the debug mode, you will notice the statement

PERFORM RE588M USING MSS_DYNNR CPREL-SUBTY.

this will read your entry & modify the csreen attributes during runtime.

Unless something changed in ECC6, I don't know of any other place where you can verify this..

~Suresh

amit_khare
Active Contributor
0 Kudos

But MP010600 contains the screen filled with almost same fields as in Mp002100 because in online mode entries to 106 is not allowed directly, if I am not wrong.

I have 5.0 and 6.0 both the system dont have BEN04 in the module Pool MP010600.

There is a OSS note on the missing fields of table PA0106 on screens of 106 & 21 but I dont think it much relevant here as it is not updated after version 4.0

Regards,

Amit

suresh_datti
Active Contributor
0 Kudos

To clear the confusion, p0021 doesn't have BEN04 but p0106 has it & the maintenance can only be done on 0021. But to hide/unhide BEN04, you will have to maintain the entry in V_T588M for MP010600.

~Suresh

Former Member
0 Kudos

Suresh,

Amit is right! I tried to compare the screen control to hide or unhide the screen fields in both 4.6 and 5.0. But This field P0106-BEN04 is missing in ECC5.0 Module pool : MP010600. There is no entry in the screen all other fields like Student indicator, Military etc are present.

If I want this field in the new version what should I do.

Thanks,

Chakri.

amit_khare
Active Contributor
0 Kudos

For adding the missing field SAP has given this OSS note number - 38975

I dont know how much relevant it is for this situation.

You both can take a look into this.

Regards,

Amit

suresh_datti
Active Contributor
0 Kudos

I am still not convinced but will sure check it out if & when I actually get a chance to work on an ECC6 version.

~Suresh

Answers (0)