cancel
Showing results for 
Search instead for 
Did you mean: 

anyone knows how to create a custom message for bp in S4

huanglin
Explorer
0 Kudos

hi,i want to do some check in BP and show the message(create in se91 ), but i don't know how to connect the message with BP,anyone could help me ?thanks advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

lingaiahvanam
Active Contributor
0 Kudos

Hi,

I could not find any ways to create a new message number while creating a business partner.

SAP provided a few standard message number activation with manual pre-implementation of SAP note for example Information message if a business partner has not yet been released.

https://launchpad.support.sap.com/#/notes/2705775

Call transaction SE91.

Change the message class FTBP.

Create two new messages:

001 Displayed business partner & has not yet been released

002 Edited business partner & has not yet been released Flag the messages as self-explanatory.

Call transaction OBMSG.

Close the warning stating that the table is a cross-client table.

Select the line for the message class FTBP and double-click the "Messages" node on the left-hand side.

Create two new entries.

FTBP 001 EWIS - X

FTBP 002 EWIS S X

The X stands for selecting the "Switch off" indicator.

Optional:

If you do not want to use the standard settings (message not displayed for displayed business partners, displayed as an information message in the footer bar for edited business partners), you can override the setting.

Call transaction OBA5 with the application area FTBP.

Set the desired values for the error message 001 and 002:

"E" for error

"W" for warning

"I" for an information message in a dialog box

"S" for a status message (an information message at the bottom of the screen)

"-" for no notification

Another besay ways to control fields selection as required, optional display, for more info check below SAP note.

https://launchpad.support.sap.com/#/notes/2565681 - How to setup the Required/Mandatory field in BP tcode based on BP role

Best Regards,

Lingaiah

huanglin
Explorer
0 Kudos

hi,i saw others system can do that ,but i don't konw how could do that