cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NOte for standard Drop Down field STRUCT.DELI_SERV_TYPE in Component

former_member205429
Contributor
0 Kudos

HI ALl,

We have a standard field DELI_SERV_TYPE in table ADDRC_DELI_SERV provided by SAP. IN the component BP_ADDR -> ( View) BP_ADDR/StandardAddress -> STANDARDADDRESS ( COntext Node ) -> (Attribute) STRUCT.DELI_SERV_TYPE

has GETETR and SETTER Method defined.

But in some other component, IUICMD -> ( VIEW ) IUICMD/CreatePerson ->( COntext Node ) PERSONSTANDARDADDRESS -> ( Attribute )STRUCT.DELI_SERV_TYPE

the same attribute has no GETTER and SETTER method defined.

Is there any SAP Note which we can implement so that in every component where ever this attribute is used, GETTER and SETTER methods gets created..

I have found this SAP NOTE 1619678 but its not of use for our release ... we are running on EHP2

Can one pls help me !!! ...

Kindly help !!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Santhosh,

       try to create a Setter Getter method for that manually,

       or if suppose you want to define the setter getter methods globally  to generate any drop down or search help you can do it through Design Layer concept.

Regards

former_member205429
Contributor
0 Kudos

Rohan,

Thanks for the reply !!

Ya i am able to generate the Getter and Setter methods manually.

But my requirement is to generate Getter and Setter methods for this attribute globally in all the components where ever its used. !!

Can you pls elaborate Design Layer concept ??

durga_prasad25
Participant
0 Kudos

Hi Santhosh,

You can check this example for design layer concept.

http://www.youtube.com/watch?v=izrEZaau5Ps

very good and nicely explain the concept of design layer.

Hope this will help you.

BR

Durga Prasad