Supress F4 help

Hi all,
I am declaring a select options for the CALMONTH filed of LCV_CALM table and on the selection screen the F4 help icon is displayed .since there is no search help defined for this filed on pressing the F4 help,Nothing is displayed .I want to remove the F4 help icon being displayed on the selection screen.
Tell me is there any way to supress this
Thanks in advance
Mohit

Hi..
here you have declared the select options with the dictionary reference.
that is:
u might have declared like this:
select-options s_test for LCV_CALM-CALMONTH.
so you getting the F4 help from the table.
now remove that dictionary reference.
that is declare a variable with the data type of the LCV_CALM-CALMONTH fiels.
and use that variable in select-options.
here you will not get F4 help.
Reward points if useful...
Suresh......

Similar Messages

  • To supress messages in Costing Run

    Hi
    My requirement is to supress particular messages in costing run. I have achieveied it using BADI COPCMESSAGECONTROL
    While running online and batch it is working properly but during parallel processing the messages are not supressed.Please help me on this.
    Regards
    Step

    HI,
    Whats the CO-area currency type? I guess for the case you've mentioned there is no currency conversion possible with ex rate type "P", so ex. rate type "M" is taken as a 2nd best option.
    To check if converison is possible use SE37, function module "convert_to_local_currency", use the "test" button (F8) and key in the data required for currency conversion (type of rate "P").
    Best regards, Christian

  • IF statement in Mapping is getting suppressed

    Hi all
               in my mapping i am using IF statement , in which ,
          one of my condition is that
    if -
    > condition exist then -
    > pass XXXXXXXX
    else _----
    > pass YYYYYYY
    when i check my display queue . in the else part data is there but it is supressed
    please help me in this issuse

    Hi,
    Try the following mapping,
                                             YYYYYYY --> CollapseContext -->
    XXXXXXXX --> CollapseContext -->
                                   Equals -->                              if --> SplitByValue-->Target Field.
               Constant(blank Value)
                                               XXXXXXXX --> CollapseContext -->
    -Rohit

  • Making standard SAP field editable

    I have two standard fields VBRP-KOSTL (Cost Center) and VBRP-PRCTR (Profit Center) in transaction VF01(Create billing document) that I want to make editable. Can anyone give me detailed step on how to achieve this?
    Thanks for your help. This would be greatly appreciated.

    Dear Abbey,
    You can do this by maintaining trasaction variant in SHD0. You would have options to make a field display only, required entry, optional entry, supress.
    http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    Hope this will resolve your issue.
    Regards,
    Naveen.

  • Help Required in Supressing the logs printed on console

    Hi,
    have creted the logger and the code is below.... when i log something using subscriberLogger it writes both on console and as well file.
    I badly need to supress the logs which is written on console... and someone help me in this reagards.
               subscriberLogger = Logger.getLogger("SubscriberLogger");
                FileHandler fhsubscriber = new FileHandler("SubscriberLogMessages.log");
                fhsubscriber.setFormatter(new SimpleFormatter());
                subscriberLogger.addHandler((FileHandler) fhsubscriber);
                subscriberLogger.setLevel(Level.INFO);Cheers,
    Jagadeesh

    have added this in static block of that class
    System.setProperty("java.util.logging.config.file", "logging.properties");and my logging.properties looks like this.
    level= INFO
    handlers= java.util.logging.FileHandler
    java.util.logging.FileHandler.pattern= Kikzl1.%g.log
    java.util.logging.FileHandler.formatter= java.util.logging.SimpleFormatter
    Doing this has stopped logging on console.
    Cheers,
    Jagadeesh Sadashiv

  • Help needed :How to Supress Standard pop-up messages in an ABAP program ???

    Hi All,
    A particular function module i use in my program gives pop ups with information messages when the program runs.  There is not returning parameter which throws this message.This is not desirable.  Is there a way to supress these pop ups?
    Regards,
    Venkat.

    try adding IN BACKGROUND TASK to the FM
    i want to give an example as well...
    see
    CALL FUNCTION 'POPUP_TO_INFORM' IN BACKGROUND TASK
      exporting
        titel         = '123123'
        txt1          = 'here'
        txt2          = 'there'.
    This FM actually show give an popup.. but it runs in bg mode so wont give an popup....
    hope this helps.
    Vinod,
    i dint see ur post before i posted..
    Edited by: Soumyaprakash Mishra on Dec 24, 2009 6:36 PM

  • Supress 'Further Selection' And 'Search Help' buttons from LDB selection sc

    Hi,
       How to supress/invisible 'Further Selection' And 'Search Help' buttons from LDB selection screen?
    waiting for reply.
    Shweta.

    Hi,
    1) try to use another version of sel-screen
    2) work with loop at screen:
    LOOP AT SCREEN.
        CASE SCREEN-NAME.
          WHEN 'ANLAGE-LOW' OR 'ANLAGE-HIGH'
          OR '%_ANLAGE_%_APP_%-TEXT'
          OR '%_ANLAGE_%_APP_%-VALU_PUSH'
          OR '%_UNTNR_%_APP_%-TEXT'
           OR 'UNTNR-LOW' OR 'UNTNR-HIGH'
          OR '%_UNTNR_%_APP_%-VALU_PUSH'
           OR 'BEREICH2' OR 'BEREICH3'.
            SCREEN-INVISIBLE = 1.
            SCREEN-INPUT = 0.
            SCREEN-OUTPUT = 0.
          WHEN 'BUKRS-LOW'.
            SCREEN-REQUIRED = 1.
          WHEN OTHERS.
            CONTINUE.
        ENDCASE.
        MODIFY SCREEN.
      ENDLOOP.
    A.

  • NEWBIE HELP - Supress Header with Formula using Parameter

    Post Author: Melanie
    CA Forum: Crystal Reports
    Hi,
    I am new to CR10, and I am working with it and C#.
    I have a report that lists all calls made to a motor vehicle registry agent office after the office is selected from a dropdown on a webpage. I have been asked to make an enhancement whereby the user can select All from a dropdown menu and the report will show all calls for all registry offices. I can do that much and get it to group by the registry agent.
    The problem is the header which currently has the Reg. Office Name, Address, City listed on it. If the user now selects All from the dropdown, I just want it to display text "All Registry Offices". Otherwise, I want the name etc...of the registry office selected. I was trying to add a parameter in the code saying if all offices are selected:
    objReport.SetParameterValue("AllAgents", 1);
    and then in the report, I added a parameter called AllAgents (it showed up in my parameter list). Then I right clicked by the left side of the header, selected Section Expert -> the formula button by Suppressed and typed in this formula:
    if {?AllAgents} = "1"    then trueelse false
    Then when I saved everything, ran the app and try to view the report I get this error:
    Server Error in '/src' Application. -
    The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.
    Requested URL: /src/reports/temp/CallSummaryByQuestionAgentReport_paincme_21112007140219.pdf
    I can see when I go to where the pdf is generated that the pdf was never created. I am lost and stressed out a little bit by this.
    Any help is genuinely appreciated!

    Hi,
    1. (argh, I can't get it to paste! lol, just a simple little thing... :/):
    Yes it is (you've surely forgotten):source code > Strg or Ctrl A (if you want to send the whole code) > Strg or Ctrl C (copy) > Strg or Ctrl V
    2. garywpaul is surely right, BUT only to show you one way how you could center your image (from my German DW):
    Header 1
    yours:
    <body>
    <div class="container">
      <div class="header"><a href="index-2.html"><img src="images/I%26F%20Header.jpg" alt="I&amp;F Header" width="781" height="271" align="absmiddle" /></a><!-- end .header --></div><div class="sidebar1">
    new:
    <body>
    <div class="container">
      <div class="header">
        <div align="center"><a href="index-2.html"><img src="images/I%26F%20Header.jpg" alt="I&amp;F Header" width="781" height="271" align="absmiddle" /></a></div>
      <!-- end .header --></div><div class="sidebar1">
    Hans-G.
    P.S.
    You should delete the blanks in the names of your images,

  • Adobe Bridge CS4 pops error when Update Option from Help is launched

    Hi All,
    when i m trying to Launch the Update from the help menu of Adobe Bridge it pops-up with a error messge instead of launching update.
    The error says
    Adobe Bridge
    Bridge is not in a position to check for updates.
    The cause of the error may lie in the fact that an Internet connection can be established or that you are logged in as a user without administrator privileges.
    Ok
    Please help what is the probable cause for this.
    I have tried disabling the updateoption by
    1) Adding the Enterprise DWORD value in registry HKLM\Software\Adobe\Updater
    2) Adding the "Update" "Suppress" value in "Application.XML.Override" file while installing the CS4 Suite
    I am using  Vista Build is the behavioural diff seen on XP n Vista
    Thank You

    Hey
    Apologies I dont think I had made myself clear.
    I am trying to package Adobe Photoshop CS4 which has Adobe Bridge as a component. As per the company standards, I am suppossed to be deploying this package & installing it using silent setup. Since this is a corporate environment, they do not want any auto updates to be enabled, as well as disable all menu items related to updates. Hence I had checked through the Adobe Support Site and followed the instructions provided by using the Adobe Deployment Toolkit and supressed the updates using the tool.
    Inspite of following the steps mentioned in the Deployment Kit and the guides associated with it, I was unable to supress the Updates options that reflects under Help Menu for Adobe Bridge CS4. All the other associated programs like photoshop, Extend Scripts etc the updates are disabled. The problem seems to be only with the Adobe Bridge Update.
    I have also tried disabling the update option by
    1) Adding the Enterprise DWORD value in registry HKLM\Software\Adobe\Updater
    2) Adding the "Update" "Suppress" value in "Application.XML.Override" file while installing the CS4 Suite
    Inspite of trying the above steps the update option in the menu is still enabled and when I click on the updates menu item I get the following error message.
    Adobe Bridge
    Bridge is not in a position to check for updates.
    The cause of the error may lie in the fact that an Internet connection can be established or that you are logged in as a user without administrator privileges.
    Ok
    Please advise,

  • Urgent help required - linked subreport keeps asking for parameter value

    Greetings,
    I have developed a report in the Crystal Reports bundled with Visual Studio 2005. The data is obtained from a stored procedure. One of the fields in the result set is named "Id".
    I have embedded a subreport in the details row of the main report. The subreport also gets its information from a stored procedure. This stored procedure has one parameter named "OpportunityId". This field is linked to the field named "Id" above. the subreport has been set to supress blank subreports.
    In the development environment and running the executable of the application on the development machine the report works perfectly. The subreport displays as it should and all is well.
    When I deploy the report onto user machines where they have the crystal runtime installed, the report keeps asking for a parameter value for the subreport.
    I cannot get this to stop happening.
    This report is urgently required. PLEASE could someone help me out here.
    I am at my wits end.
    I have attached a zipe file containing the following:
    - the two stored procedure
    - the rpt file
    - a sample report
    - a screen showing the report having just been generated
    Thanks in advance,
    Robert Lancaster

    <p>Hi Robert,</p><p>I see your report template and stored procedures. All seems to be ok. <br /></p><p>The most important is to assign the report parameters for all linked subreports (only one in your case).</p><p> </p><p>Try this (in C#, in VB.NET the code are very similary): </p><p>ReportDocument report = new ReportDocument(@"TopFortyReport.rpt");</p><p>AssignParameters(report, paramCollection);</p><p>// and now assign parameters to all linked subreports </p><p>foreach( CrystalDecisions.CrystalReports.Engine.Section section in report.ReportDefinition.Sections)</p><p>{</p><p>    foreach (CrystalDecisions.CrystalReports.Engine.ReportObject reportObject in section.ReportObjects)<br />    {</p><p>        if (reportObject.Kind == ReportObjectKind.SubreportObject) </p><p>        {</p><p>            SubreportObject subReport = (SubreportObject)reportObject;</p><p>            ReportDocument subDocument = subReport.OpenSubreport(subReport.SubreportName);                                               AssignParameters(subDocument, paramsCollection);</p><p>        }</p><p>} </p><p> </p><p>void AssignParameters(ReportDocument report, object[] paramsCollection)</p><p>{</p><p>    int nParams = paramsCollection.Length;</p><p>    for (int iParamIndex = 0; iParamIndex < nParams; iParamIndex++)</p><p>    {</p><p>        if (report.DataDefinition.ParameterFields[iParamIndex].IsLinked())</p><p>            continue;</p><p>        report.SetParameterValue(iParamIndex, paramsCollection[iParamIndex]);</p><p>    }</p><p>}</p><p> </p><p> </p>

  • How to supress/Minimise space if no data is given  in a crystal report

    Dear members,
    I have designed a report through crystal report and in that,i have a field namely remarks in group section.
    during the generation of report if there is no remarks given there is a empty space shown in that place. which i need to avoid. please can anyone help me in this regard as how to minimize the space if no data is given to the field of remarks.
    Thanks to all,
    Venkatesh.R

    Hi Venkatesh.R,
    Right click on the section you want to supress and check on the box labelled Suppress blank section.
    I highly suggest you search Crystal Reports Help before posting questions like this. Simply press the F1 key and the help menu will appear.
    Thank you
    Don

  • How to supress blank page in scripts?

    Hi gurus.
    can any one let me know how to supress blank page in scripts? When one of my condition satisfies it should print two pages and its working fine. When condition fails, it should print one page but its printing blank page as second page.
    Waiting for your answer.
    Urgent
    Regards,
    surya.

    hi,
    1. By providing the control commands in scripts,u can supress the blank pages.
    2.write the data between protect and end protect.
    3.Enclose the text that you want to prevent page-break in PROTECT... ENDPROTECT
    SAPscript will ensure that each line of this text is printed together on the same page.
    /: PROTECT
    Text
    Within
    The same page
    /: ENDPROTECT
    Regards,
    SHIVA(reward if helpful).

  • How to supress a UI popup at the time of Service start up in solaris-10

    Hi,
    I have written a service script(service.sh) for my application which will add my application(BTINM) as service and start the service. Internally inside the script i will call the sh script which will start my application server. When my application server starts a UI opens saying that the "Server is loading". I have to supress this "Server is loading" UI when i start my application service (i.e) when I give /etc/init.d/BTINM start
    Regards
    Revathi

    Any one help please.....................
    Urgent.........................

  • How to hide or supress availability control screen in VA01

    Hi,
    I want to hide Availability Control Screen in VA01. Can you please help me how can i supress that screen.
    Regards
    Malik

    Hi Nabheet ,
    disabling the Button wont solve the problem , System automatically do availability check based on the stock and scheduled delivery date , if no sufficient stock then system will  propose new schedule line dates....
    so disabling the Button wont stop doing all these checks........it needs to be done thru config/E Spot which will skip all these validations...
    regards
    Prabhu

  • Need to supress main report based on shared value comes from subreport

    Hi,
    I have a database that is used in both main report and subreport. On main report I have column a,b ,c, d,e,f to display in detail section, the subreport (column c, g,h etc) is also displayed on detail section, the link between main report and subreport is column a,b and a formula based on the value of c. So the link is within one database, some records link with other records  and display both matching records on one line(especially column c shows one value in main report and another value in subreport). That's why I need subreport and I can display the report correctly.
    Here is my question: if one record in main report couldn't find a match in subreport (subreport is blank), then I would like to show this record; if one record in main report does find a match in subreport, I don't want it to show(need to be supressed). I can define a shared variable to flag whether the subreport is blank or not, but this shared variable has to be placed under the section of subreport in main report and I don't know how to supress the upper detail section with subreport in it.
    Any help would be appreciated!
    Helen

    Hi
    In this case you need to insert the same sub report twise.
    Example :
    Detail a--Insert the sub report and go in sub report suppress all sections and using shared variables bring the value to main report.
    Detail b -- based on detail a sub report suppress the main report records
    Detail c-- Your actual sub report will display the values.
    Note : use the same links for your detail 'a' sub report which you are using for detail 'c' sub report.
    Thanks,
    Sastry

Maybe you are looking for