Display as log

Hi all,
Im doing some validation in the program, and saving the result in internal table. Based on the validation internal table contains messages as well as status ('E' or 'S'). Can i display it in ALV as a pop-up with button for status as red for 'E' and green for 'S'? Can you please tell how can we display like that?
Thanks,
Amal

Hi Amal,
First of all, you are breaking the rules of SDN....
Rule says every new question has to be asked in the new thread,
For the answer to your question is as follows....
To create a long text....
you need to follow certain steps by which you can achieve the requirement...
1. Go to SE91, create your own custom message class.   ( say you are creating by name yamal )
2. do not enter any messages in that just create it and give the short text for it that all, save and activate it.
3. now go to your program...
        the place where you are writing
message 'XXXX' type 'S' or type 'E'.
comment this line and copy 'XXXX'.
then write                      ( say for example the message type was 'S' ) then
message s001(yamal).
now double click on yamal it will take you to the message class and 001 row...
now paste the 'XXXX' which you copied from message....
at the right of the row 001  you will find one push button
click on it
there you can enter long text for the message....
next time for another message you want a long text
write
message e002(yamal).
double click and follow the same procedure...
REMEMBER : every new message should appear on a new line.
Regards,
Siddarth

Similar Messages

  • Doubt in creating program to display application logs

    Hi,
    I have doubt in creating a program to display application logs.
    The standard transaction code SLG1 has been used to display Application logs till now by the user.
    They came up with the new requirement on this.
    <u>The requirements were:</u>
    1)New custom program shoud be created like SLG1 with limited selection fields( data from, date to, Program name and User)
    2) Detail list should be displyed immediately when this program is executed because SLG1 gives Basic list,Detailed list which is getting displayed when 'Detail view' is selected in the first list.
    I have created one program with limited selection fields as per the requirement using the below function modules .
    BAL_FILTER_CREATE
    BAL_DB_SEARCH
    BAL_DB_LOAD
    and BAL_DSP_LOG_DISPLAY
    <u>Issue :</u> still I am getting the firt list.
    both Basic and Detailled lists are getting triggered at the FM BAL_DSP_LOG_DISPLAY.
    Is it only the way to copy and modify this FM.
    Could you please suggest me?
    Thans in advace,
    babu.
    Message was edited by:
            babu v
    Message was edited by:
            babu v

    Hello All,
    Thanks for your valuable suggitions.
    I have seen most of the demo programs.
    I found one fm'BAL_DSP_PROFILE_NO_TREE_GET' which avoids the tree list which is getting listed above the profile list.
    I have been searching alot to omit the Profile list. I searched alot to find any function modules realted to that.
    The requirement was only the Detail list should only be listed.
    Could you please suggest me to avopid that profile list also?
    Thanks in advance,
    babu
    Message was edited by:
            babu v

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • Not all users are displayed for log on after a reboot or startup...

    Problem summary: Not all users are displayed for log on after a reboot or startup...
    This problem only occurs after a fresh start-up or restart. The only users displayed are the initial (admin user) and "Guest". Two other (non-admin) users are not shown for log on.
    To work around this problem and get them to log on we have to log on as the admin user, then we can see the other users in the Fast User Switching menu (top right-hand corner of the screen), listed under the current logged on user. After selecting the non-admin user we can log in and use the laptop as normal.
    If we lock the screen, use fast user switching or log out all users; all users are available for log in, until a reboot is done; at which point the non-admin users disappear again and we have to log in as the admin user and use fast user switching again.
    The laptops are both brand new MacBook Airs. The initial configuration of Mac OS X Yosemite was done using the Apple ID of the purchaser (parent) and then the OS was patched, immediately, through the App store (no further updates available as of the date of this posting). After this Family Sharing was activated and new users set up for the two children who will be using these laptops.
    Has anybody else experienced this problem with Yosemite?
    Cheers,
    David.

    David,
    Users not enabled for FileVault unlock are only able to log into the computer after an unlock-enabled user has started or unlocked the drive. Once unlocked, the drive remains unlocked and available to all users, until the computer is restarted.
    FileVault has to be On.
    To Enable the users to be able to unlock FileVault Go to:
    System Preferences > Security & Privacy > FileVault ( Tab ) > Click the Lock in the bottom left > Put in your administrator password > Should see an option to Enable Users > Enable User.
    Hope that helps,
    Weston
    Supporting Articles,
    OS X: About FileVault 2 - Apple Support

  • Why is FCP_LOGIN displaying in log file

    We have a shell script that is registered and runs successfully in a dev environment. When we push this to a new environment we get the following values that display on the log file.
    FCP_REQID
    FCP_LOGIN
    FCP_USERID
    FCP_USERNAME
    FCP_PRINTER
    FCP_SAVE_OUT
    FCP_NUM_COPIES
    My main concern here is that the apps username/password is displayed in plain text. Why is this displaying in one instance but not the other? Any ideas how to turn this off? Could this be a setting in the concurent request?

    900441 wrote:
    We have a shell script that is registered and runs successfully in a dev environment. When we push this to a new environment we get the following values that display on the log file.
    FCP_REQID
    FCP_LOGIN
    FCP_USERID
    FCP_USERNAME
    FCP_PRINTER
    FCP_SAVE_OUT
    FCP_NUM_COPIES
    My main concern here is that the apps username/password is displayed in plain text. Why is this displaying in one instance but not the other? Any ideas how to turn this off? Could this be a setting in the concurent request?Please see these docs.
    Use Encrypt To Prevent Apps Pwd Being Displayed In Log/Sql Script [ID 377858.1]
    Encrypt Option: Apps Password not Passed to the fcp_login [ID 144850.1]
    How To Create A Custom Concurrent Program With Host Method and Pass Parameters To The Shell Script [ID 266268.1]
    Secure Configuration Guide for Oracle E-Business Suite 11i [ID 189367.1]
    Secure Configuration Guide for Oracle E-Business Suite Release 12 [ID 403537.1]
    Thanks,
    Hussein

  • OEM doesn't display alert log

    Enterprise Manager stopped displaying alert log information. It displays the following:
    Number of Lines Displayed Error processing Alert Log
    The alert log is growing on the servers. This happened in both out production and development areas.
    Any feedback would be useful.
    thank you

    I have been going in and manually looking at the alert log. Our department has gotten used to using OEM. Starting and stopping both the agent and dbconsole have not worked. Our dev enviornment is Windows and I tried both starting and stopping by command line and Windows Services and neither have worked.

  • DMS Web Documents: cant display status log

    Hi experts,
    I have a problem in web documents.
    When I config Setup WebDocuments(BSP), I chose Display Status Log, Display version, Display Hierarchy, Send, Delete, Create New Version.
    But in web page, I cant see Display Status Log, Display version, Display Hierarchy while Send , Delete, New Version is display when I display 1 document number.
    What must I do?
    Please help me !!!

    Hi Christoph,
    Thanks for help me to solve the problem.
    But I have 1 problem abt display too.
    That is with create thumbnail document , we can find thumbnail doc by seeing its image. But in web doc, we cant find any doc which has thumbnail image .

  • ADF 11g: Display of logs on webpage

    Hi,
    In normal JSP pages we can use out.println to display or write something on webpage.
    i need to display some logs on Webpage.
    is there any ways to do so in ADF?

    Manav,
    If you are looking for something a bit more complicated, you could have a look at [url http://primefaces.prime.com.tr/en/]FacesTrace - if that logs everything you need, then it's an out-of-the-box solution for you. Otherwise, you could build something yourself using their technique (or even use their source code as a base for something, provided the license is compatible with what you are doing). The technique they use is to create a custom view handler and to dyanmically inject a JSF component into the view which renders the log information.
    John

  • HIding "Display message log" link in the message area

    Hi Gurus,
                  I've a requirement where i need to hide the default " Display Message Log" Link in the message area.
    Pls give me some idea on this.
    Regards,
    Shravan.

    Hi Shravan,
    You can delete message log using method RESET_MESSAGES
    Please check this..
    http://help.sap.com/saphelp_nw70/helpdata/en/45/5996d07d2b09cce10000000a114a6b/content.htm
    use reset mesages method in the example code.
    data: l_wd_view_controller         type ref to if_wd_view_controller,
            l_api_wdr_msg_area           type ref to if_wd_window_controller,
            l_wd_message_area            type ref to if_wd_message_area.
      l_wd_view_controller ?= wd_this->wd_get_api( ).
      l_api_wdr_msg_area ?= l_wd_view_controller->get_embedding_window_ctlr( ).
      l_wd_message_area = l_api_wdr_msg_area->get_message_area( ).
      l_wd_message_area->reset_messages( i_keep_current = 'X ' ).  // try with 'X'. and ' ' .
    Cheers,
    Kris.

  • HIding "Display mssage log" link in the message area

    Hi Gurus,
                  I've a requirement where i need to hide the default " Display Message Log" Link in the message area.
    Pls give me some idea on this.
    Regards,
    Shravan.

    Hi Shravan,
    You can delete message log using method RESET_MESSAGES
    Please check this..
    http://help.sap.com/saphelp_nw70/helpdata/en/45/5996d07d2b09cce10000000a114a6b/content.htm
    use reset mesages method in the example code.
    data: l_wd_view_controller         type ref to if_wd_view_controller,
            l_api_wdr_msg_area           type ref to if_wd_window_controller,
            l_wd_message_area            type ref to if_wd_message_area.
      l_wd_view_controller ?= wd_this->wd_get_api( ).
      l_api_wdr_msg_area ?= l_wd_view_controller->get_embedding_window_ctlr( ).
      l_wd_message_area = l_api_wdr_msg_area->get_message_area( ).
      l_wd_message_area->reset_messages( i_keep_current = 'X ' ).  // try with 'X'. and ' ' .
    Cheers,
    Kris.

  • I want to display my log and transfer!

    I have an external monitor(Panasonic Pro-monitor) running from my iMac(thunderbolt) to a BlackMagic pass through. Is there a way to display the log and transfer window on that external monitor? I am having clients in my office and we are just logging footage all day, through log and transfer. Any suggestions?????

    Or - ingest all your shoot footage, then do the client viewing by bringing the clips up in the Viewer and use Markers or Subclipping to select the portions of the clip you will want to use later.
    By having all shoot footage ingested, it makes it easier if the edit requires you to find and use takes that may not have been selected during the client viewing.
    You can do the ingestion overnight prior to the client viewing session.
    MtD

  • Having trouble displaying the Logged in Customer details.  The customer is able to register himself

    Having trouble displaying the Logged in Customer details.  The customer is able to register himself to my site but when he enters his username and password I don't know how to display the welcome username message and switch the login link to logout. Even afte the customer is logged in it still shows login. Please look at the image for more details.

    Thanks Sidney, that worked........I tried to change the css style of make the log out link to stay in same horizontal line as the Logged in but I can't.(Please see the image) Is it the module that is designed to work this way???
    And one more .....is there a way where I can change the message "No one logged in" to say LogIn.
    Thank you

  • How to fetch and display arbitrary log files from a managed host?

    We are creating a small management portal for a custom application and need a way to display, in a browser, the contents of an arbitrary log file located on an EM managed host. The effect we are looking for is similar to what you get when you show the contents of a database alert log using EM.
    I want to extend the EM agent to get the log and display the contents, but see two problems: (1) it seems like we would have to schedule the fetch of the log contents to happen on a regular basis and would not be able to do it on demand and (2) storing the results in the EM repository seems like it could consume a pile of storage, even if it only stores the logs for 24 hours.
    I am pretty sure we can bypass the repository somehow because I think the "show database alert log" EM process does so. Of course, I can't really be sure how this code is getting the alert log, but it seems reasonable to assume it is using the management agent.
    Is there some API for the EM Agent that I am missing?
    Any ideas would be appreciated.

    From within OEM it doesnt look possible. User defined metrics (UDM) can only return number or a string. The alertlog fetch is done via alertlogViewer.pl while being passed a couple of parameters.
    OEM does have a preliminary/rough api available at http://www.oracle.com/technology/products/oem/emx/index.html but I havent seen anyone make use of it yet.
    If you use just a web connection then you will probably run into security issues as a web server can usually only view/access stuff under their htmldoc dir.
    Seems like some non-OEM very custom code is what you seek..

  • How to get iVIEW displayed when logged in a non administrator

    Hello friends
    I have configured EP in such a way when I login as a user with admin rights, it displays the right iview I want. But it also displays the CONTENT ADMIN,  USER ADMIN,  and SYSTEM ADMIN tabs also.
    I want to create a user which displays the ivew I want but not these admin related tabs.
    If I remove the role SAP_J2EE_ADMIN then the iview doesn't show up at all. I even tried just putting SAP_J2EE_GUEST role but didn't work.
    Any suggestions?
    Thanks in advance
    Ram

    Thanks a lot Santhosh for the response.
    I have created a group that has the right roles defined.
    I have created 2 users. One with admin rights and another without admin roles(SAP_J2EE_ADMIN)
    When I login as the user with Admin rights I see the iview that i need.
    However when i login as the other user with out Admin rights I dont see this iview.
    As I said in the beginning both belong to the same group that has right roles defined. Only difference between the two user accounts are that one has SAP_J2EE_ADMIN role added and the other one don't.
    So I would like to know why this other user, when logged in doesn't see the iview.
    Hope I have explained it clearly. If you have any further questions please let me know.
    THanks
    Ram

  • Display entire log in script logic?

    When users run a script logic, eg to push data from one model to another, they get errors like:
    Invalid Members [ACCOUNT_DTL]=61500270
    Invalid Members [ACCOUNT_DTL]=51301500
    However these errors are at the very end of the log and the user cannot see them, because they exceed the maximum log length to be displayed in data manager package status. 
    The script logic executes successfully and does not throw an error, but records do not post.  It causes large errors because they're unaware of the issue as no error is thrown and the log does not display all lines.
    I have to go into UJFS, download the zip file with their full log in it and send the errors to them.
    Is there a setting either:
    1.  Flag the log as 'error' and do not allow it to post?
    2.  Display the entire log in the data manager package "View Status" - all lines?  Or at least all errors?
    Thx, Aaron

    Vadim,
    We have a logic that pushes from model1 to model 2. 
    Due to supporting some existing/legacy code, logic is as follows:
    *RENAME_DIM ACCOUNT_C=ACCOUNT_DTL
    ACCOUNT_C is in Model1.  ACCOUNT_DTL is in Model2.
    Value for some GL account "32100000" for example has been created in account_c but not in account_dtl, so when the logic creates *REC's it fails.
    If no solution is available on the error log I will probably create BPC master data package to update both account_c and account_dtl at once from BI.  Will be the only way to keep them in synch.
    Thanks for checking, Aaron

  • Starting sunstudio without DISPLAY: ide.log fills up the disk

    We had a user starting sunstudio from a terminal that didn't have DISPLAY set. I'd expect sunstudio to fail, like in the case when DISPLAY has a non-valid value, but no: The process goes into an infinite loop and the ide.log fills with exeception messages.
    I guess this is a bug - but is it a known bug?
    A search on sunsolve didn't give any match - except for an old bug where the command did exit silently (see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4917734).
    Regards,
    Bernd

    I can't reproduce this problem with Sun Studio 12:
    $ unset DISPLAY
    $ sunstudio
    /opt/12/SUNWspro/bin/sunstudio: ERROR: environment variable DISPLAY is not set
    So even if there was such a bug, it has been fixed.

Maybe you are looking for

  • Wrong due date on vendor invoices

    Hi SAP Gurus, I am facing one issue in due date calculation for Vendor open item. I have maintained terms of payment in vendor master data in which invoice due date should be 30 days after invoice generation.  But this terms of payment is not picked

  • Displaying Description for SAP Table Field in the View

    Hi We are working on a HANA implementation Project Where we have a requirement to build View on HR tables. Issue: When i join HR infotypes (tables ) in the view it is getting only Technical names and not descriptions. i have used Semantics option whi

  • RBO conversion

    Dear all, We are using 9.2.0.8 on solaris 10 with RBO. Now we are planning to change to CBO . what are all the steps in doin the same.. am foccusing on the below steps : Set optimzer_mode=ALL_ROWS restart the database collect the stats.. (db stats,sc

  • Finding all employees who come under the manager

    Hi experts, I have created a report which is attahced in MSS. So i want to restrict the manager to view the details of  only the employees who come under this manager.  At present the report is showing the details of all employees. So pls tell me whe

  • No 6.1 channel speakers option with soundblaster x-fi xtreme audio

    Here is my problem: I have a 6.1 channel speakers and a yamaha receiver, but my computer doesn't show 6.1 configuration, and neither does the creative software. Both control panel and creative software only have 5.1 and 7.1. When I use my speakers wi