Smartform blank condition check problem

Hi,
i am printing the address detials in the secondary window.
I have to suppress  name2 , street to suppress if they are blank.
Currently i am prininting all the name 1 name2 name3 name4 in a single box.
I tried to code in the editior like this  
/:  IF & NAME2& NE &SPACE&
    & NAMEe2&
/: ENDIF
But still it is giving blank lines for name2 and street.
Please suggest is there a any other way to check the IF the conditon.
Thanks,
Radhakrishna.

Hi NIck,
Thanks for the suggesion.
Problem is i have 10 to 12 address fields. Currently i put all the fields in a single text node.
Otherwise i need to create 12 text nodes for each and every field.
Can't we restrict the blank values with the "IF" condition ?
Thanks,
Radhakrishna.

Similar Messages

  • Condition Check problem

    Hi,
    I am new in jsf, I have got a problem...
    I have a bean named UserBean, It has a age property.
    I want check a condition on Age property, and using JSTL for that, The Code is like that...
    <c:if test ="${UserBean.age>17}">
      <h:outputText value=" You are Adult"/>
    </c:if>Can Any one help me?
    It will be better if any one send me code....
    Thanks
    Palash

    The 'rendered' attribute to be precise :) You can put any boolean expression in it. When this evaluates to true, then the component and it's children will be rendered, otherwise if false, then they will be hidden.
    Some basic examples:<h:someComponent rendered="#{myBean.booleanValue}" />
    <h:someComponent rendered="#{myBean.intValue > 10}" />
    <h:someComponent rendered="#{myBean.objectValue == null}" />
    <h:someComponent rendered="#{myBean.stringValue != 'someValue'}" />
    <h:someComponent rendered="#{!empty myBean.collectionValue}" />
    <h:someComponent rendered="#{!myBean.booleanValue && myBean.intValue != 0}" />
    <h:someComponent rendered="#{myBean.stringValue == 'oneValue' || myBean.stringValue == 'anotherValue'}" />

  • Smartform  : blank line created with out any reson  , why  ?

    I have regular letter.
    Line a
    Line b
    Line c......
    but from some reason  ,  some blank line created and cause spaces between the lines , why  ?
    For example:
    Line a
    Line b
    Line c
                Blank/space line
    Line d
               Blank/space line
    Line e

    Hi Dakota Piper,
    I don't think theres any problem in ur table.
    I think u have gone wrong in ur formatting.
    u can try the following...
    1)  try to remove all the blank spaces, manually.
    2) try to create right paragraph formats. paragraph formats will give a proper look, font, spaces & tabs to ur paragraph or to the text to which u assign that paragraph format.
    assign the same paragraph format to all the lines.
    3) if already the lines have some paragraph formats then check their line spacings.
    line spacing is an attribute in paragraph format, where u can mention the amount of space between 2 lines called.
    it is possible that the 1st 3 lines have been assigned the paragraph format with 0.5 LN line spacing
    and next with 1.00 line spacing...so the rest of the lines appear as if theres a blank line between them
    like this :
    line 1
    line 2
    line 3
    line 4
    line 5
    please try doing this...hopefully it should help u. it definitely seems to be some minor problem, which maybe is getting ingored by us. check every line properly.
    Note: since i'm not infront of SAP window now, so not very sure...but in sap scripts we have this option in menu
    GOTO -> LIST DISPLAY   in this, the form is seen in list format...it clearly shows whether u have a blank line inbetween or no. thats the best format to check in.
    not much sure abt smartforms, but please check.
    regards,
    Radhika

  • Condition Period Problem in Sales order -  Need help

    Hi Gurus
    I am testing Sales Order back dated
    Condition period Problem in Sales order
    example for you to understand
    Sales Order where PO date is 17.12.2007
    Del Date & Price date is 13.02.2008
    Then it is not calculating IN: A/R BED %IN A/R BED totalN A/R CESS [1621]
    But if i do it after 14 feb 2008 then it is calculating IN: A/R BED %IN A/R BED totalN A/R CESS [1621]
    When I do it with current date it is calculating IN: A/R BED %IN A/R BED totalN A/R CESS [1621] say date is 9-5-2008
    I am not able to trace out problem, kindly help me from where I do I check and why this is happening.
    Rajesh Chalke

    Hi,
    I am not sure if this solves your problem, but I am suspecting that this might be due to the 'valid on date' of the condition records created for the relevant duty condition types.
    Since it was a recent regulation and VK11 usually defaults current date as the valid date, that condition record may have been valid only from the recent date on which it was created.
    Check the date in VK12 (To find the exact selection parameters, check the pricing analysis in the sales order which will display the exact condition record which is being selected as of current date.) Check for the same parameters; change the date to relevant date in the past and recreate the sales order. Hopefully this should solve the issue.
    Cheers,
    KC

  • How i can make in the same action 2 condition (check the exemple down)

    how i can make in the same action 2 condition (check the exemple down)
    this is an example and I really thank you for helping me(any body plz)
    http://www.2shared.com/file/DPpdgC_a/Exemple_Edge.html

    1. make each rectangle a symbol  (Symbol_1 and Symbol_2) and uncheck autoplay()
    2. Delete your code on the click event and put the following code in compostion ready:
    var toggle=true;
    function btnPlay(){
              if (toggle){
                        toggle=false;
                        sym.getSymbol('Symbol_1').play();
              else{
                        toggle=true;
                        sym.getSymbol('Symbol_2').play();
    sym.$('Ellipse').click(function(){
              btnPlay();

  • I want to create new popup block screen in CO11N SCREEN for condition check

    in standard CO11N screen after completing filling the required field , when i click the save icon I NEED TO CREATE THE POBUP BLOCK SCREEN FOR CONDITION CHECKING WHICH CONSIST
    YES    NO    CANCEL
    IS THERE ANY FUNC MODULES TO DO THIS? OR IS IT POSSIBLE BY CODING?

    Don't rely on 'Preview'.
    Share/Export as .ibooks file and then drag that to iTunes and sync to your iPad.
    Still no joy, find a pre-processing recipe ( that includes export for iPad) that doesn't spoil the quality in the process.
    Just keep in mind that low quality in means low or lower quality out, in this example.

  • Capacity check problem in Project system

    hi,
    i have some questions for the Capacity check problems in Project System.
    1. if one Person is assigned to diffierent Work Centers, for example,  person A is assigned to Work Center 01 under Plant 01, and Work Center 02 under Plant 02, how can i do the Capacity check?
       if i want to use A of Work Center 01 in the Project, the System will only check the Capacity of  01, or both of 01 and 02?
    2.  What is the Pooled Capacity?
    Rgds,
    Liang

    hi,
    1.Capacity check takes place at plant level itself..
    2.Pooled capacity:- This is created separately in [u wil find in PP] and this capacity can be used by different work centers.
    regards
    pushpa

  • Syntax Check Problem?

    Hi there!
    I have an ActionScript Project and have many AS Classes on my
    source directory, but have only one Application (Main.as).
    The question is that I can write anything on the AS Classes
    and the Flex doesn't point any errors. Flex only parse the classes
    that are used by my Main Application. This is not a good thing,
    because not all the classes are laoded by the Main Application
    directly, but I still need a instant syntax checking...
    So, could some one say me if this is a Syntax Check Problem?
    Thank you,
    CaioToOn!

    Hi,
    Indeed, it can be frustrating that your class gets compiled
    only when it gets used. I'm guessing the compiler behaves that way
    for performance reasons.
    But I don't understand the bit about classes not being loaded
    by the main application directly? You mean those classes are
    compiled into modules / rsls?
    As long as the classes are referenced in some class which is
    being used by the application, it *should* get compiled. It would
    be interesting to know the dependency of your actionscript
    classes.

  • Capacity check problems

    hi,
    i have some questions for the Capacity check problems in Project System.
    1. if one Person is assigned to diffierent Work Centers, for example, person A is assigned to Work Center 01 under Plant 01, and Work Center 02 under Plant 02, how can i do the Capacity check for this person?
    if i want to use A of Work Center 01 in the Project, the System will only check the Capacity of 01, or both 01 and 02?
    2. How to config Capacity check in PS?
    Rgds,
    Liang

    hi,
    1.Capacity check takes place at plant level itself..
    2.Pooled capacity:- This is created separately in [u wil find in PP] and this capacity can be used by different work centers.
    regards
    pushpa

  • Condition Checking

    Hi,
      Is there anyway i can ensure, let's say my "net income" is larger than 2 million before the user can submit the data? is there some sort of condition checking or locking mechanism that does this?
      any input on this?
    cheers

    You can have something like that for submission
    please check into help online the follow link
    http://name of your application server/osoft/help/admin/helpstart.htm#Setting_application_set_parameters.htm
    It is not exactly what you want but you can do something using this approach.
    You can change the work status settings for each application. Changing the work status settings involves identifying three to five 'work status dimensions,' and then defining specific members for the remaining non-work status dimensions used for validation purposes. You must determine which account you will use for validation of the data at the time the work status is changed. The validation account must be &rdquor;0u201D at the intersection of the 3-5 variable members and the members designated for the non-work status dimensions.  If the account is not &rdquor;0u201D then the owner/manager cannot set the work status.  This is an option feature.
    The dimensions you select as the work status dimensions are the variables in your business process. For example, the entity, category, and time might change based on who is submitting data, but the account, data source, reporting currency, etc., remains static. (Typically, Time is a work status dimension since data is usually segregated based on time.)
    For example, lets say that you set Entity, Category, and Timeas your work status dimensions for a given application. You then set your other current view members to the following:  Account: Validation; DataSrc: TotalAdj; Intco: All_Intco; and RptCurrency: LC. In addition to assigning work status dimensions, you also specify which dimension is the 'owner dimension.' The owner dimension includes the Owner property. The owner property determines who can edit a work status setting. The following figure shows this setup, where Entity is the Owner dimension.
    A user attempts to post data to the current view shown in the following table. The system checks the 'validation' account to make sure the intersection equals zero (0). If so, the data is posted, and a success message is displayed. The user can now set the work state to 'submitted' on that intersection. Subsequent submissions to that exact intersection will be rejected. Users can only send data to the same intersection if the Entity, Category, or Time member changes.
    Account
    <All>
    Category
    Actual
    DataSrc
    <All>
    Entity
    SalesNE
    Intco
    <All>
    RptCurrency
    <All>
    Time
    Feb.2007
    To change work status settings for applications
    From the Admin Console, expand the Application node.
    Expand the application for which you want to change the work status setting.
    Select Work Status Settings.
    In the Work State column, select Yes for each dimension you want to use to control the work status settings. Select Owner for the dimension that contains the Owner property.
    In the Member Validation column, select a member for each non-work status dimensions. (Use the browse button to open the Member Lookup.)
    From the action pane, select Save Work Status Settings.

  • Standard Smartform for AP Check

    Hi Guys.,
    Can Some plz tell me Standard smartform for AP Check.
    Thanks in Advance.
    Regards.

    Hi,
    There is no Std Smartform for printing the Vendor (AP) cheques.
    Where as there is a Std script  form:
    Use the form: <b>F110_PRENUM_CHEK</b>
    driver program for this is:
    RFFOUS_C.
    Copy the script and do the changes and use it.
    reward if useful
    regards,
    ANJI

  • HT201303 MGwFL7jgk9 Please check problem my account  I want refund all item because i gift again all item medthod vie print gift my self and all item

    I gift app for friend Order mgwl7jgk9 my friends can' t receive email gift app. Please check problem my account.
    I want refund all item because i gift again all item method vie print gift my self and all item

    You are NOT addressing Apple here at all.
    AGAIN:
    We are all itunes users just like you.
    We can check nothing.
    You need to contact itunes support.
    http://www.apple.com/support/contact/"

  • How to use Smartform to print check as payment method?

    Actually I'm using Sapscript to print checks as payment method.
    The configuration is at OBVS transaction, but at detail of payment method in "form data" option I can only choice Sapscripts.
    How can I to migrate Sapscript existing to new Smartform to print check as payment method?

    Hi,
    Please check this path :
    Financial Accounting (New) > A/R A/P > Business Transactions > Outgoing Payments > Automatic Outgoing Payments >
    Payment Media > Make settings for classic payment medium programs.
    Here you assign your smart form and the relative program.
    Regards,
    Sadashivan

  • When on=line banking, or checking my cell phone bill, I can't download my statement or phone bill, the page will pop up, but will remain blank. No problem with I.E. What setting needs to be changed???

    When I'm on a secure site, like my bank, or my cell phone account, I can't download my bank statement or cell phone bill. If I click on my bank statement, it will take me to a page with the list of my statement months. When I click on a month, another page will appear that says "about blank", but then nothing appears on the page. I'm guess it's a security setting, or a proxie setting, but I don't know which, or what to change it too. Help?? If I use I.E. (which I hate to use) everything works okay. Same problem if I try and download my cell phone bill from Verizon. Thanks

    Thanks for your help firstly.
    No I don't have any firewall that I know of that could affect the Desktop app.  I have reviewed the link you sent across and the results are as follows:
    1. Make sure you can connect to the internet.
    Yes, internet is all good... no problems here.
    2. Make sure that you can access secure sites:
    Yes, I can access secure sites as tested by the example in the list (https://www.adobe.com).
    3. Check your hosts file.
    Test successful after going to: https://lm.licenses.adobe.com
    Moving on to reset the hosts file...
    I've followed the instructions and I get to "Select the hosts file and open it".
    If I simply double click, then the default is to open in TextEdit.
    Once open, I go to find File > Save As, but it only says, "Save a Duplicate" and then once I save a duplicate, I don't know where to save it because the Save window only shows the basic folders and I don't know how to get back into the /etc folder from the Private files.
    More instructions please, if possible?
    Thanks again

  • XI 3.0: XPath check blank condition

    Hi
    How can i check using XPath that a string value is empty?
    Does anybody knows the rigth syntax to use in the condition editor?
    Thanks

    Hi Alessandro,
    You can use Xpath Functions, go through this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/92/af463c36a30319e10000000a114084/frameset.htm
    Thanks & Regards,
    Varun Joshi

Maybe you are looking for