To field the field blank

i report i am calculating difference between start date  and end date. if end date is not greater than start date then i need to leave the result field blank  without specifiying any value.

Hi Josephine,
1. I don't know whether i understood ur question properly !
2. Its a simple logic.
3. try this (just copy paste)
   see DIFF variable.
REPORT abc.
PARAMETERS : fdate TYPE sy-datum DEFAULT sy-datum..
PARAMETERS : tdate TYPE sy-datum DEFAULT '20051215'.
DATA : diff TYPE i.
diff = tdate - fdate.
IF diff < 0.
  diff = ''.
ENDIF.
BREAK-POINT.
I hope it helps.
Regards,
Amit M.

Similar Messages

  • Is it possible to set up a Paragraph Style leaving the Font Style field blank?

    We often have to import text into InDesign from Word docs. We place the docs (Command-D, rather than copying and pasting) in order to preserve italics, bold text, etc. As it is now, we have to select all the text and set each element separately - leaving the Font Style field blank - in the Character Palette.
    It would save a lot of time, if we could set up a Paragraph Style without specifying the Font Style, (leaving it blank), which overrides the formatting we are trying to preserve. Is this possible?

    The answer is "kind of". You can create the Paragraph Style you want to apply and select the paragraphs you want to apply it to - then right-click on the Paragraph Style and choose 'Apply "Body". Clear Character Styles.'
    It is possible to do this as a Character Style if you click outside of a text area and create a new style. I do it all of the time as I import lots of Word documents to write to ePub (you have to define all of the styles to ensure the document looks right). Since the documents come in with small caps, bold, italics, different font sizes but the same font throughout.
    So I have a style based on None with blank Font Size and Font Style which I apply to the whole document. If there is anything in these boxes you can just erase it by backspacing over the text.

  • Requirement of keeping the Path field BLANK of HTTP_AAE Channel in NW PO 7.31

    Hi ,
    We are in a phase of migrating Interfaces from PI 7.1 to PO 7.31(Java Only).
    For one of the Interface in PI 7.1 there is a RFC Destination for vendor communication through HTTPS connectivity  :
    Target-Host: IP Address
    Post: value
    Path Prefix: Blank
    During migration  requirement is to keep the Path field BLANK of the Communication Channel,however since  PO has mandatory path field   a "/" is been provided, because of which data post fails.
    PI:  https://IP:9443
    PO:  https://IP:9443/  (Since Path Prefix is mandatory)
    As per my understanding The data is supposed to be posted directly to the IP (https://IP:9443) however it is getting posted to (https://IP:9443/) where the service is not available.  For reference have attached relevant screenshots.
    Is there any way to provide Blank value,omit the Path Field of HTTP_AAE Receiver adapter. Need ardent support and suggestions
    regarding this.

    Komal,
    I tried the regular expression on my system which is PI 7.30 SP 8 Patch Level 45. And it worked for me.
    I have used a simple check for alphabets.
    Regards
    Abhishek

  • Suppress embedded field blank lines in Crystal Reports XI is not working

    Hi,
    We have a text box in a Crytal Reports XI report which has address information in it as follows:
    These are individual fields from the database. We check the  "suppress embedded field blank lines" option for the text box and preview it in the designer and the suppression works as expected in that when the unit field is blank the whole address line isn't suppressed. However when we run this report using the Report Viewer control in a VB.NET 2005 application the whole address line is suppressed when the unit field is blank.
    This appears to be a bug in the suppression logic when the Report Viewer is used to view a report. While yes we can embed a formula into the address line this adds extra maintenance and confusion which is not necessary as it works as expected in the report designer.
    I have seen others which are having a similiar issue and the only suggestions are to create your own suppression using formulas, etc. which is only a bandaid and is not the best solution as the suppression works as stated in the designer but not in the viewer embedded in an application. Please indicate if this is a known bug and if this issue has been addressed and fixed in a new merge module.
    We are running Crystal XI 11.5.0.313 for the report designer and have deployed the needed dlls to run the reports with our application using the CrystalReports11_5_NET_2005.msm merge module.
    Thanks in advance for any assistance in resolving this issue!

    Hello,
    Moved to .NET SDK forum.
    Upgrade to XI R2 SP 6, you are using the original release:
    https://smpdl.sap-ag.de/~sapidp/012002523100011802732008E/crxir2_sp4_full_build.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    And the distribution files are for Visual Studio version of Cr, not R2 build.
    https://smpdl.sap-ag.de/~sapidp/012002523100013451312010E/crxir2_fp64_server_ins.zip
    Or
    https://smpdl.sap-ag.de/~sapidp/012002523100013451332010E/crxir2_fp64_net_mm.zip
    Don

  • WBS element field blank in MB51 report.

    Dear Experts,
    I m using ECC 6.00 EHP4, My problem is we issue the project material with movement type 221 Q but in MB51 report if I want to get the output with WBS element with Movement type 221 q data is not showing if I give only movment type 221 Q and WBS field blank than in output screen WBS fileld shown blank please clear me where is the problem..
    Neeru

    Anyone please...
    Neeru Dimri

  • Making q0167-iminc field blank of IT0167 infotype

    Hi,
    I got a requirement to make the field  (q0167-iminc) of infotype IT0167 blank on certain conditions (if the employee has domestic partner who is tax in-dependednt, which is in IT0021).
    Pls get back to me how we can do it.
    Some how i got BAdi PBEN0008. I need hw we can put this logic to make the filed blank.
    Thanks,
    Shreeni

    Hi Richard,
    Thanks for the reply.
    Yeah I agree those are screen fields, thats wt how should we make the screen field blank.
    While creating IT0167, it should check iin IT0021 if employee has domestic partner and tax status check box is checked then in IT067 -iminc field should become blank,
    I just want to this can be handle thru user exit/BADi or in other way to control this screen field.
    I do not Dynamic actions, can we do it thru that?? i am not sure..
    Please revers ASAP.
    Thanks,
    Shree

  • Show calculate field blank on a fillable form

    Hi
    I have created a form with a sum calculation. Does anyone know how to show the total blank before the form is filled in. At the moment the total shows 00.00
    This needed so people have the alternative to print it out blank and fill it in by hand.
    I'd be glad for any help.
    Thanks
    Mags

    Note that for the script to be triggered, that the calculated value of the field that it's attached to has to change. So change one of the dependent fields and then change it back so that the calculated result is zero.
    In this case, it looks like a calculated result of zero might be valid. If this is the case, it would be better to use a custom calculation script and only set the calculated result to blank if all of the input fields are blank, and removed the validation script. Post again if you'd need help with this.

  • Make Category id field blank in Describe requirement

    Hi all,
    When ever we are going in Describe requirement tab its giving us the last used category id in the category id field. I know its getting filled in the global_data_filled.
    We want to make this field blank when we go in this tab. Also I can not do any standard code change neither in template.
    Is there any BADI by means of which I can achieve this?
    any help will be rewarded.
    Thanks
    Smita

    Hello,
    There is no badi for this and the product category is a very determining field for the SC. Making it blank with development will cause many bugs and unwanted side effect.
    A suggestion is to create a dummy category named "?", set it at default category in user attributes and implement the badi bbp_doc_check_badi to prevent a user ordering a SC with this dummy category.
    Rgds,
    Pierre

  • Making fields blank

    I want to make a NAME type field blank when a condition of my rule hides the field.

    Howdy all,
    We've found an undocumented behaviour change between 2008.1 and 9 that caused us major problems after our upgrade where when you try and set a Person field to blank, unless it has 'edit' writes at the moment, it'll throw an error and essentially lock the form up (that is, no actions can be taken - done/update/approve/reject).  We've got a case open for it.
    We skipped 2008.3 unfortunately so I'm not sure if it's the same case, but you may need to make it editable for the conditional rule to run...  Interestingly, you can still set other field types as blank, it's only Person that it affects (and we have a case open for it).
    Thanks,
    Ant

  • IPhone contacts, Country field, keeps Syncmyride  Navigation from  giving directions.  Is there a way to leave Country field blank?  Thanks for any help.  JW

    iPhone contacts, Country field, keeps Syncmyride  Navigation from  giving directions.  Is there a way to leave Country field blank?  Thanks for any help.  Jww

    Syncmyride. That's what's having the problem. If it were handing the data properly, it wouldn't be a problem. You should not have to remove data from your contacts in order for an app that is accessing the contact data to work correctly. This is a bug in syncmyride. It has nothing to do with iCloud or anything else that Apple controls.

  • Mail.app won't leave my password field blank.

    mail.app won't leave my password field blank on OS X Mavericks. I need it blank for security.  How to fix?

    anyone, anyone? I switched from a Windows desktop, and frankly, have had little but problems with the supposedly perfect mac... At least I could send **** emails on my Windows machine...

  • Making Numeric field blank

    Hi Experts ,
    i have a requirement to make the numeric field "blank" in some rows of internal table .
    its about vendor
    whenever any vendor will repeat , i need to display  3 numeric fields "blank" , in that particular row .
    please help me on this issue .
    thanks in advance .
    vijeta

    Hi,
    One very important thing we cannot make numeric field as blank is can be made initial i.e. 0.
    So we have to make the field as character then we can make it blank by initializing it.
    thanx.

  • When the page will be load how to make the page blank in run time

    Dear
    when i will run the page the fields shoud come with blank Field.
    i want to make it in runtime.
    example- i have one page having employees data. but when i will run that page the data will not come only blank fields should come, after thar i will create.

    duplicate how to make the page blank field in runtime

  • Mail regularly open the new blank message window

    After Mail initial start the programm opens a new blank message window. When I try to close it I receive the message "Do you want to save it as a draft and work on it later?"
    The new blank message window appears regularly every 4-5 minutes. How can I fix it? And thanks in advance for response and help.

    Do you see the Outbox in Mail? Does it contain any messages?

  • How can I return my new tab to the default blank page?

    My brother did something which made the new tab page a Yahoo search page. I'd much rather it be the blank page, selecting the address bar. I downloaded the newtabURL add-on and selected the option blank page, highlighting the URL, along with some other stuff and saved it. When I restarted though, Yahoo was still my default new tab option.
    I have no idea where this is coming from, I've checked my add-on list, control panel, and extensions list and cannot find anywhere he set Yahoo to do this.
    Thanks in advance for your help, and please state some of the obvious solutions I might have overlooked.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • Update Accounts Receivable in Business Partner

    Hi. I'm trying update the the following field in the business partner form: Business Partner - Business Partner Master Data - tab Accounting - field "Accounts Receivable" How can i update this field? I  also try this: BP.AccountRecivablePayables.Acco

  • Is there a way to hide the inbox in horizontal(landscape)?

    I would like to hide the inbox and have the whole screen to read the email when holding the ipad horizontally (landscape), just like when you hold it vertically (portrait). Am I missing something easy?  Thanks in advance...

  • ORA-01401

    Hi, I am getting an error message "ORA-01401: inserted value too large for column" when I try to execute a query which copies data from a table in one database and puts it in a table in another database. Both the tables have similar descriptions (all

  • Constant crashes with 3.04

    I've never had trouble with Safari until I upgrade via 10.4.11 to v3 Now it constantly crashes. Just no real reason. I've gone as far as to do a complete archive install of the system, threw away the prefs and plist and even reset everything. Made su

  • HT204266 how do I get a purchase refund from itunes?

    How do I get a purchase refund from itunes?