cancel
Showing results for 
Search instead for 
Did you mean: 

CRMM_ACCOUNT PCUI Application T-code

Former Member
0 Kudos

Dear All,

I have to make some addition in fields displayed in Accounts in Accounts Managent. For this i have to make some addition in CRMM_ACCOUNT PCUI Application which is present in CRM_BSP_FRAME BSP Application. I Dont know how to go there and make changes. Can you tell me how to navigate to CRMM_ACCOUNT and make addition of fields there.

Points will be gracefully Rewarded!

Regards,

Vinayak

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182350
Active Contributor
0 Kudos

1. CRMC_PCUITOOLS - To Launch application and see details of various screen design patten like OIC1 OIC2 ODC1 etc

2. CRMC_BLUEPRINT_C - For configuring, field group, tool bar group, tab page group and layout generation etc.,

In your case, you need to launch account application and get details. Configure it.

check links : [PCUI Book for CRM 5.0 (PC-UI Cookbook) |http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000647974&]

[http://help.sap.com/erp2005_ehp_03/helpdata/EN/9b/c689327abb8745b6280c0bc9647fe8/frameset.htm]

Former Member
0 Kudos

Hi Vinayak,

First you need to find from which structure and field group you are getting the fields on the screen.

For this you need to swich on the trace in PCUI.

This can be done by adding a parameter in the su01 - CRM_BSP_TRACELEVEL with value 2222.

Once you are done with this..again run the application. Now you can see all the structures and fieldgroups toolbar groups etc attached to that screen.

Now go to the transaction CRMC_BLUEPRINT_C->Applicatin Element->field group

Search for you field group and get the structure related to that...

now append the fields in the structure and also now go to the field group structure and add the fields here also.

And finally generate the layout

Regards,

Raghu