cancel
Showing results for 
Search instead for 
Did you mean: 

Lead Management Enhancements

Former Member
0 Kudos

Hi All,

Can anyone advise on how I can add custom fields on the Lead transaction CRMD_BUS2000111.

i.e. on the Additional Details tab?

Is there any documentation on this area?

Any help appreciated.

Many Thanks

David

Accepted Solutions (1)

Accepted Solutions (1)

stephenjohannes
Active Contributor
0 Kudos

David,

You can use the easy enhancement workbench to enhance any business transaction in CRM 4.0 or above. Do a search in this forum on how to use the EEWB tool.

If you want to do things manually you can read the following documentation

http://help.sap.com/saphelp_crm40sr1/helpdata/en/c8/93ad3a9bfd664ee10000000a114084/frameset.htm

Good luck,

Stephen

Former Member
0 Kudos

Thanks Stephen,

We currently have a customisation of additional fields on the additional details tab but there is no project for it in EEWB.

It has never been used here becasue it wasn't set uo properly and I recently set it up.

So I am wondering how they did it without using EEWB.

Rgds

David

Former Member
0 Kudos

Hi David,

Try using SPRO - CRM –- Transactions – Settings for Leads -- Business Addins - BADI:. Business Addins for Lead header Here, the fields generated here are in a new separate tab.

Regards,

Amit

Former Member
0 Kudos

Amit,

Thanks, I did see this but looking at our system there are no BAdI's implemented for this additional tab, which is kond of strange.

Regards

David

stephenjohannes
Active Contributor
0 Kudos

David,

That link I posted acutally contains the "manual" procedure for the enhancement. If you look at the steps labeled: CRM Server Procedures and CRM Online Transaction Tasks, you will see how it was done in the SAP GUI. For the PCUI, you would need to look at the CRMC_BLUEPRINT_C transaction to analyze the configuration for the placement of the fields on the screens.

Good luck,

Stephen

Former Member
0 Kudos

Thanks Stephen,

Is there a list of transactions anywhere for BDT enhancements.

I know of BUPT and have used this.

For Leads is there a separate area menu?

Many Thanks

David

Former Member
0 Kudos

Hi Amit,

Could you please elaborate exactly how this BADI should be used.

A stepwise instruction will be of great help.

Thanks a lot!

Mon

stephenjohannes
Active Contributor
0 Kudos

David,

For business transaction development the answer is no. In the dark ages of SAP CRM(before the EEWB) the enhancements were made using the help documentation receipe. If your enhancements were done the "old-fashioned" way, that is way the BADI was never implemented.

The most common transactions that will serve as your starting point are:

CRMC_MAP and CRMV_SSC.

Warning make sure you read all the documentation associated with CRMV_SSC before using the tool. You can make your system inoperable with that tool.

Good luck,

Stephen

Former Member
0 Kudos

Stephen,

Many thanks for your help on this.

If I may ask one more question.

I can see the UI Structure name entered in CRMC_MAP for the customisation on the additional fields tab.

I have also found the function group with all the developments and logic relating to this.

The thing is, I don't see where any of this determines how the fields appear on the additional tab subscreen on the leads transaction or how the entry in CRMC_MAP affects this.

Regards

David

stephenjohannes
Active Contributor
0 Kudos

David,

The way I understand CRMC_MAP is that it maps the fields on the screen back to the API layer of the business transaction. This does not control what fields appear, but rather how data from the "interaction layer" should be transferred to the object layer. If you paint a new field on the screen, then you have to map the physical field to the object layer of the business transaction. If you are interested in how this function, search for function modules containing the string "INTLAY".

The display of the actual physical fields is controlled by the subscreen on which they are painted in the SAP GUI.

Good luck,

Stephen

Former Member
0 Kudos

Thanks Stephen.

Answers (0)