cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a New Check Box field in Business Partner

Former Member
0 Kudos

Experts,

I know there are hundreds of thread on this topic. But i'm not clear with that.

I have to add a new Check box in the Business Partner Screen. We are on SRM 5.0.

The check box should be placed in "Business Partner Status" Frame of "Company Data" Tab.

How to go about this, Kindly please expalin the steps.

More over the Check box will be used for further processing in other tabs.

Pl throw some light on that aspect also.

Rgds

Immediate Rewards for Sure

SV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I do not think you will be able to place custon fields in the standard frame area. Convince your user about this and alternatively, you can place the field at the bottom of the required screen(Tab) with a seperate frame.

For that,

Create a Check box field Using EEWB.

Use BADI BBP_BUPA_GET_CUF.

Add a Custom frame at the bottom of the Desired Tab.

Now your Check box field will appear in the frame.

Additionally the check box will appear in all the tabs.

SAP displays the custom fields in all the Screen.

To control that,

Use BADI BBP_CUF_BADI_2.

Use the Method MODIFY_SCREEN.

The internal table et_fields will have all the fields.

Pass your field name to wa_fields-fieldname and

structure to wa_fields-structure_type and

include name to wa_fields-include_name and.

Pass 'X' or ' ' to wa_fields-xdisplay either display the field or not.

Hope this helps.

Vinodh Balakrishnan

Answers (4)

Answers (4)

Former Member
0 Kudos

Any Answers Experts....

Thanks

SV

Former Member
0 Kudos

Hi

Try this link, already copied by ..

It is not possible to display F4 help for customer fields in BBPMAININT Transaction.

Supporting link ->

Other useful links ->

Note 675800 - Business partner enhancement SRM on maintenance screen

Hope this will help.

Regards

- Atul

Former Member
0 Kudos

Disha,

Now i added the field using the EEWB and the field is appearing in all the tabs of BBPMAININT.

How do i restrict it appearing in only one Tab.

Am i missing something?

SV

Former Member
0 Kudos

Hi,

See this useful related thread:

BR,

Disha.

Pls reward points for useful answers.

Former Member
0 Kudos

Disha,

Thanks for the reply,

Regarding adding a table to a new tab, i'm fine by using the BBP_BUPA_GET_CUF.

My problem is How do i add a field to the standard screen.....

As i mentioned earlier, i want to add a check box to "Business Partner Status" frame of Company Code tab.

Kindly pl provide me the steps to proceed with that.

Thanks

SV

Former Member
0 Kudos

Hi,

See these related SAP OSS Notes.

Note 675800 - Business partner enhancement SRM on maintenance screen

Other Related Notes

937838 - Customer fields on BBPMAININT: Dump on Vendor Data tab

821235 - Customer enhancement for maintaining BP causes errors

672960 - User-defined fields 2

494966 - Composite SAP Note for Easy Enhancement Workbench (EEW)

484597 - Customer enhancement of CRM applications

937838 Customer fields on BBPMAININT: Dump on Vendor Data tab

853818 DLA: Error messages in BBPMAININT not displayed

847618 DLA: IBU data not displayed 14.10.2005

821235 Customer enhancement for maintaining BP causes errors

BR,

Disha.

Pls reward points for useful answers.