cancel
Showing results for 
Search instead for 
Did you mean: 

EEWB - Naming Tab Pages, Adding a New Tab Page

former_member694070
Participant
0 Kudos

Hi experts,

I am using EEWB for adding custom fields. I am able to view my custom fields in Tab named 'CUSTOMER FIELDS'.

I have 2 queries.

1. How do i rename the Tab Page instead of 'CUSTOMER FIELDS'.

2. I want to create another Tab page. Currently i tried creating a new extension to the existing project , but it added the fields to the same tab page. How do i create another new Tab page with the new fields. Is it possible to create a new tab page?

kindly Guide me !

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kumar,

How you were able to solve this. I am also facing same problem. Please Guide me.

In my case I have created the NEW tab by specifying screen name in CRMV_SSC.

But when i add the fields using EEWB it is getting added to already existing ¨customer fields¨ tab.

But i want to add the new fields only to NEW tab.

Is it possible to achieve using EEWB or is there any other way? Kindly help me.

Thanks and Regards,

Umesh J D

former_member694070
Participant
0 Kudos

There is the option to define Customer Specific Program for a particular Screen profile in t code CRMV_SSC

nicolas_busson
Active Contributor
0 Kudos

Hello,

I assume you are using CRM4.0 or CRM5.0 SAP GUI. Then your questions will probably be answered in the online documentation about BDT (Business Data Toolset). That's a tool you can use to re-arrange tabs and fields of the BP transaction. But be aware that it is considered a modification by SAP (even if you don't need any modification key to make your changes) :

http://help.sap.com/saphelp_crm40/helpdata/en/3b/5b543a9d48cd07e10000000a11402f/frameset.htm

If you are using PCUI, or CRM versions 5.1 upward, that's another story

Kind regards,

Nicolas Busson.

former_member694070
Participant
0 Kudos

Hi Nicolas,

Thanks for your response. The CRM System is CRM 5.0. We are currently using this for a SOLMAN implementation.

I still do not know how to include an additional customer Tab to the existing set of tabs. This is viewed in Tcode CRMD_ORDER. i have already created a customer Tab and i could see the fields that i have added, just that i need another seperate tab for another set of fields. Currently these are getting appended to the existing custom tab page.

I went through the Document, but i was not able to figure much out of it. If possible, kindly explain on how this can be achieved in a more detailed manner.

Thanks and Regards,

K. Kumar

nicolas_busson
Active Contributor
0 Kudos

Hello,

Indeed my answer was relevant for BP transaction only.

If you want to add another customer tab to CRMD_ORDER transaction I'm afraid that I cannot help. This is very easy through PCUI... but as you are using SAP GUI I don't know how to do it.

Regards,

Nicolas Busson.

Former Member
0 Kudos

Hi

It depends on where you have EEWB extenstion. Example if CRMD_CUSTOMER_I table is extended, you may implement BADI

CRM_CUSTOMER_I_BADI and implement method CRM_CUSTOMER_I_SET_TITLE. Similar type of BADI is avaiable for each extension.