cancel
Showing results for 
Search instead for 
Did you mean: 

Modify or enhance in BP screen

Former Member
0 Kudos

Hi gurus.

My requirement is: In Tcode BP when communication type is set to email then set email field as madetory. Another if payment is by SMS then mobile field must be madetory. like wise few more fields to be mandetory.

So for setting fields manditory by checking conditions do I need to go with user exits or how to proceed. Experts please suggest me in detail. Urgent please.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Use T-Code ::: BUS7.

Event DCHCK event to validate the field and display error messages.

create one new function module and attach in this event.

For Business Partner Enhancements use are menu tcode: BUPT.

You can get more information.

Regards,

Siva Kumar

Edited by: Shiva Kumar on Jun 18, 2008 4:04 PM

Former Member
0 Kudos

Hi

Cheers. Could please clear me. So not necessary to go with user exits. Please let me know in detail. do i need to create a se37 function module for checking and assign to this DCHCK. Then how about BUPT. Appreciate for reply please.

Former Member
0 Kudos

BUPT is the Area Menu code in that you will get .

If you draf all the menus you will get Evenets--->Business Data Tool Set(BUS7).

You have to create one new Function Module.

Regards,

Siva Kumar.

Former Member
0 Kudos

HI Shiva,

I am in confussion. Adding this function module to bus7 will this checking also effect at webIC screens. Actually we need these changes should reflect at crm web screen. Do i need to do custom at BSP views. how to add these conditions at field level in views.

Please suggest me. Reward you points for valuable help.

Edited by: Ramya on Jun 18, 2008 3:17 PM