cancel
Showing results for 
Search instead for 
Did you mean: 

check molga in fcpersinfo component controller

Former Member
0 Kudos

hello all,

I am working on ess.i have a requirement ,in fcpersinfo component controller there is some lines of code that should be executed based on country.

i want to how may i check the "molga" in fcpersinfo component controller.

please guide me.

Regards.

Vikash

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi

Open the component controller editor press (Ctrl+F), Now put the query "Molga" press find u will get code which match your keyword.

(A little funny ,right )

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi satish,

Thanks for your funny answer.

molga is not there and i already checked that.

i think my thread was not clear to you.i did the coding in fcpersinfo component controller to remove a delete button from family member dependent .but my requirement is to remove these delete button for one country "A"and to display for another country "B".

e.g.

IF (MOLGA = A )

{

Remove delete button

}

that's why i need molga field comparsion.

Thanks & Regards.

Vikash

former_member185086
Active Contributor
0 Kudos

Hi

Now its clear man(It would be better if you explain it in this way when u about to post a question)

1. By Using WDVISIBILITY property : Depend on condition we can handle the visibility the the button

this is the visibility property of the the button require attribute of type

for example

IF (MOLGA .equals("A") )
{
// Set WDVISIBILITY.NONE of button 

}

Follow this [help|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4a417a90-0201-0010-f499-8d41fc78c837] to understand basic of webdynpro

Best Regards

Satish KUmar

Edited by: satish jhariya on Mar 19, 2009 11:51 AM

Former Member
0 Kudos

Hi ,

thanks for your response.

Actually i knew below code already.

IF (MOLGA .equals("A") )

{

// Set WDVISIBILITY.NONE of button

}

But there i am looking for molga attribute.mean where is this attribute.

Regards.

Vikash