cancel
Showing results for 
Search instead for 
Did you mean: 

ITS_DEST attribute is used for in the org structure

Former Member
0 Kudos

Hi All,

There is an attribute for the EBP Organization " ITS_DEST" (current ITS of user),

What is the necessity of this attribute.

Here in my case, previsouly there is an URL assigned to this attribute.

Recently we have changed the ITS seraver, now the new URL is there for accessing the browser, but still in EBP Org., attributes old URL is there and is function fine.

Client wants to know what exactly the significance of that attribute.

Can any one let me know about it.

Thanks in advance,

Thanks & Regards,

Krish,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Krish,

In SRM most of the email notification sent out contain URL links in their mail body. This URL in most cases is picked up from the user attributes. Here they play a very vital role.

One example say bid inviations; In the include

LBBP_BID_PUBF01

These attributes are being read for


  move 'EXT_ITS' to ls_attr_list-attr_id.
  append ls_attr_list to lt_attr_list.
  move 'ITS_DEST' to ls_attr_list-attr_id.
  append ls_attr_list to lt_attr_list.

  call function 'BBP_READ_ATTRIBUTES'
    exporting
      iv_partner              = lv_portal_id
      iv_scenario             = 'BBP'
      it_attr_list            = lt_attr_list
    importing
      et_attr                 = lt_attributes
    exceptions
      object_id_not_found     = 1
      no_attributes_requested = 2
      attributes_read_error   = 3
      others                  = 4.

Hope this solves your problem.

Regards

Kathirvel

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As explained in the previous reply,the ITS attributes are useful for Mail purposes e.g. Offline approvals.

BR,

Disha.

Do reward points for all useful answers.