Application Development and Automation 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: 
Read only

Message Popup Screen ?

Former Member
0 Likes
572

Hi,

As per the Client Requirement we need to create Project Code Field in the standard popup screen Create Support Message

Are there any BADI or FM or BAPI or Enhancement to create a new field and update the field value to the Support Message created.

Pls suggest some possibilites

Hi,

As per the Client Requirement we need to create Project Code Field in the standard popup screen Create Support Message

Are there any BADI or FM or BAPI or Enhancement to create a new field and update the field value to the Support Message created.

Pls suggest some possibilites

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
539

Have you done a Runtime Analysis of the transaction, looked at the code, or checked the IMG? These options, among others, will tell you your possibiliites. You can see the (empty) BADI or enhancement calls in the analysis results. If you don't know how to do this, ask your development lead to show you. A good developer can find enhancement possibilites easily.

Read only

Former Member
0 Likes
539

This message was moderated.

Read only

Former Member
0 Likes
539

hi antony,

There is logic given down after the condition further.

when i have given the message as "W" or "I' then it is not displaying the message and it is continuing to the further logic.

where in which there are success messages also.

you can also try use the Function POPUP_WITH_TABLE_DISPLAY

Saurabh Goel