cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Validity period in Bank information

Former Member
0 Kudos

Hi,

I want to hide the validity period which shows when we add new bank details in ESS. There are three radio buttons for the valid dates. I can able to hide the whole group from Portal content and make invisible the Radio Button Group "Radio_AsOfDate" but I can't able to make changes to single radio button.

I checked from the NWDS and it shows all the information except the validity period, Valid as of today.Is there any way to hide only one radio button instead of the groups?

Thanks

Ral

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hey .....

Its possible form Use Cases from V_T7XSSPERSUBTYP

Example

Case 1

On her first day of work, an employee is asked to enter her personal data by ESS. In the Personal Data service (infotype 0002), the default validity date is From today; the start date is the data entry date and the end date is December 31, 9999.

In this example, your settings have to be as follows:

Infotype Subtype Use Case

0002 - B1

Case 3

On her first day of work, an employee is asked to enter her personal data by ESS. In the Family/Related Persons service (infotype 0021), she creates a record for her daughter. No date information can be entered. The internal default start date for the record is the current date and the end date is December 31, 9999. These default values are not displayed.

She then creates a record for her son. No date information can be entered. The internal default start date for the record is the current date and the end date is December 31, 9999. These default values are not displayed. The two data records for the daughter and son exist independently; their overlap does not affect the user interface.

In this example, your settings have to be as follows:

Infotype Subtype Use Case

0021 2 B3

stuart_campbell
Active Contributor
0 Kudos

Even using V_T588MFPROPC this does not necessarily hide the UI element - it just makes the field unused

in the business logic

Also the UI element is a radio button so only the following will do this

1) Personalization

2) TC or Use case combination

3) NWDI modification

Thanks

Stuart

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can possibly hide the fields via V_T588MFPROPC

for this infotype, make them unused.

Former Member
0 Kudos

I checked with that table, that's possible to hide the fieldnames.Not for the validity period, valid as of today radio buttons.

Thanks

Ral

stuart_campbell
Active Contributor
0 Kudos

Yes as mentioned in my last post you can see the potential options

Thanks

Stuart

Former Member
0 Kudos

I want to hide globally for all user, when they create the other bank information. I tried both the ways to hide a single radio button but its doing to UI element group.

The Usecase used infotype 009,subtype 1 and usecase A6 (This is before setting the flag)

The Usecase used infotype 009,subtype 1 and usecase B3 (This is after setting the flag) -- this one changed automatically after i set the flag.

Thanks

Ral

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

it all depends upon on how you configure the use cases or have to go for personalisation

stuart_campbell
Active Contributor
0 Kudos

Do you mean all users in a group or all radio buttons

If you do Personalization directly in a browser it hides only at user level

If you do Personalization in PCD preview it hides globally

See if either helps to achieve what you required

If the UI elements cannot be separately hidden try different use cases

the allowable combinations are

Subtypes with TC1 can use A1,A4,B1,B4

Subtypes with TC2 can use A1,A2,A3,A4,A5,B1,B2,B4,B5

Subtypes with TC3 can use A6,B3

If you want to customize by Subtype there maybe a BADI available - I forget the exact name if it

It is however difficult to customize a WD screen depending on certain conditions as

these are called globally and re-used

Best wishes

Stuart

stuart_campbell
Active Contributor
0 Kudos

Hi Ral

Try Personalization (Ctrl and Right Mouse Button) on the UI element you want to hide

Thanks

Stuart

Former Member
0 Kudos

Hi Stuart,

I tried this option before and this also hides the whole group.

Thanks

Ral

suresh_datti
Active Contributor
0 Kudos

You can uncheck the 'validity period for data can be set' flag for the 0009 UseCase in the backend itself, by maintaining the view V_T7XSSPERSUBTY.

~Suresh

Former Member
0 Kudos

Hi Suresh,

I set the flag in Sm30, but it removes all radio buttons. I need to hide only one of the radio button.

Thanks

Ral