Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Check Box in SAP Business Partner

Former Member
0 Kudos

Hello Everybody,

I'm working with BUPT and trying to place a check box in SAP Business Partner (Role: MKK).

Actually the Check box is delivered from SAP standard (Function Group: FSBP_05 and screen 0201) and I'm trying to custom it under Partnerdaten "BUP310". I have gone through the standard customizing procedure. Still the Check box field is not visible on the screen.

Can anybody please provide me a tip or any kind of Doku.

Thanks and Regards

Ravi

3 REPLIES 3

Former Member
0 Kudos

Hi Ravi, check this.

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

cheers,

Hema.

Former Member
0 Kudos

Hi Ravi, also check this.

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.

cheers,

Hema.

Former Member
0 Kudos

hi

good

go through this link,hope this would help you to solve your problem.

http://help.sap.com/download/documentation/sbo/2004/2004_A/B1_2004_A_ReleaseNotes_EN.pdf

thanks

mrutyun^