cancel
Showing results for 
Search instead for 
Did you mean: 

BUILActivity BOL Object Modification

Former Member
0 Kudos

Hi Experts,

I have a requirement, in which I want to add an extra field to BUILActivity in BP_BPBT UI, but AET is not providing me the feature Add new field there, so I checked in AXTREG Tcode it is not registered there. In EEWB the BUILActivity Business Object is not available. How can I add the field to it?

Thank and Regards,

Nikhil Kulkarni

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Nikhil,

This can be achieved using the Design Layer by Copying the new attribute.

former_member182421
Active Contributor
0 Kudos

I'm quite surprised by your answer, please can you clarify it?

Former Member
0 Kudos

Hi Luis,

I have added an new field in the standard component for search criteria using the design layer. For this first in the attribute structure using the append structure add new zfield.

To make this field available in the configuration of standard component's search view, go to SPRO and select copy SAP design layer. Here select for the BOL Object and add this new field in this layer.

Now go to standard component's search view configuration, now it will be visible, just add this new attribute into the visible area.

But you have to implement the logic for this using the BADI's.

former_member182421
Active Contributor
0 Kudos

Now it's clear one of us didn't understand the question

former_member182421
Active Contributor
0 Kudos

Hi Nikhil,

If you go to the BT125H_TASK and launch the AET with the type object TASK you should be able to enhance the ACTIVITY_H BO. I don't know why from BP_BPBT you can't....

Cheers!

Luis

Former Member
0 Kudos

Hello Luís Pérez Grau ,

You mean the normal AET Process ??? No as per i know. We dont get this option only. as it is related to BP object , you cannot enhance using it AET !

former_member182421
Active Contributor
0 Kudos

But if you are in the activity component (logon in Web UI with SALESPRO Brole and select activities, do a search and navigate to the overview page of the activity) you can enhance the activity model via AET as I said there,  and when you are in the component BP_BPBT the ActivityH is already enhanced, do you know what I mean?

I checked the BuilActivity attributes(structure CRMT_BSP_ACTIVITY2_BP) and taraaaaaan it includes the CI CI_EEW_ACTIVITY_H which is also in the BTActivityH BOL structure CRMST_ACTIVITYH_BTIL, so what I explained before should do the job.

Message was edited by: Luís Pérez Grau