cancel
Showing results for 
Search instead for 
Did you mean: 

Display new Field in Web UI

Former Member
0 Kudos

Hello all,

I am working on a CRM 2007 - Web UI.

We customized some Activities and are now optimizing the UI pages for this activities.

Now I want to bring a new Field at the surface (G-KAM) at the activity-creation screen.

I defined a G-KAM during the activity customizing as an partner function. Now I wand to show this field at the top box "Appointment Details". My Partner determination would rund at the page and should fill this field. The partner determination runs very well yet.

However I don`t know where I can find this field via Transaction "BSP_WD_CMPWP". I`ve loaded the component "BT126H_APPT" and want to bring this field in view "BT126H_APPT/ApptDetails".

How can I do this?

Thanks in advance.

Mathias

Accepted Solutions (0)

Answers (1)

Answers (1)

stephenjohannes
Active Contributor
0 Kudos

Mathias,

I think this has been answered before and as a moderator I should know better, but I will give you the general answer regardless and then try to find the original topic.

So basically you created a partner function and want to have direct maintenance of that function on the screen. This is not a simple as adding a new field. However it can be done.

You have to create a new context node similar to the BTPARTNERACCOUNT node on the screen. It will be a model node of BTPartner

It will be dependent to BTPARTNERSET and then the BOL relation will be one that corresponds to your partner function. You'll model the redefinitiosn in the new node after the BTPARTNERACCOUNT methods that have been redefined.

You will then add the field partnerno field from the new context node into your view. Do a further search in this forum on BTPartner and you will find more details.

Just found the thread and it is located here:

Take care,

Stephen