Logical Expression for alternative in smart forms

Hi gurus ,
i want to add logical expression in alternative of smart forms
my condtion is like as below
if ( ekko-bstyp = 'F' and  ( ekko-bsart  = 'zc9d' or ekko-bsart = 'zc91' or ekko-bsart = 'zc9u' ) )
if i use the or button it is taking as ekko-bstyp = f or any of the other conditons actually it should be
bstyp = f and any one of the condtions
when i tried to write condition it is not showing syntax chekc but it is giving dump
how to write the expression
regards
afzal

Hi ,
In the alternative node conditions   use like this 
IF ( WA_EKKO-BSTYP EQ 'F'
   AND WA_EKKO-BSART EQ 'ZSTO'
   OR WA_EKKO-BSART EQ 'ZIMP'
   OR WA_EKKO-BSART EQ 'ZSER'
   OR WA_EKKO-BSART EQ '    ' ).
For this    in the alternative node conditions 
WA_EKKO-BSTYP  =  'F'
WA_EKKO-BSART  = 'ZSTO'
OR  (By clicking the insert  OR in the icons in the top )
WA_EKKO-BSART EQ 'ZIMP'
OR
WA_EKKO-BSART EQ 'ZSER'
OR
WA_EKKO-BSART EQ '    '
Let me know if any concerns.......
Regards,
Lokesh .

Similar Messages

  • Equivalent program for RIPRCS00 in smart forms.

    Hi All.
    Can any body please tell me what is the equivalent program for RIPRCS00 in smart forms.
    Background:
    This is an upgradation from 46b to ECC 6.0.Print settings to call the SAP script with print program will be done by using the transaction code OIDF. Now we want this to be developed in SmartForms the same existing program cannot be used for this.
    Thank you inadvance.
    US

    Hi ,
    In the alternative node conditions   use like this 
    IF ( WA_EKKO-BSTYP EQ 'F'
       AND WA_EKKO-BSART EQ 'ZSTO'
       OR WA_EKKO-BSART EQ 'ZIMP'
       OR WA_EKKO-BSART EQ 'ZSER'
       OR WA_EKKO-BSART EQ '    ' ).
    For this    in the alternative node conditions 
    WA_EKKO-BSTYP  =  'F'
    WA_EKKO-BSART  = 'ZSTO'
    OR  (By clicking the insert  OR in the icons in the top )
    WA_EKKO-BSART EQ 'ZIMP'
    OR
    WA_EKKO-BSART EQ 'ZSER'
    OR
    WA_EKKO-BSART EQ '    '
    Let me know if any concerns.......
    Regards,
    Lokesh .

  • Sountrack or Logic/Logic Express for voice over recording?

    Hello,
    I am wondering which software is best for voice over work? Sountrack or Logic/Logic Express?
    Any input would be great. I would add the standard effects/filters to certain voice overs and add sound effects and music.
    I have a midi/guitar and garage band is enough for me. I would not want to use Garageband as my software of choice for voice over work. I want markers and other more advanced tools?
    Thanks,
    Erik

    Thanks for the answer.
    I was looking at the Dialogue Tools in Sountrack and they appear to be perfect.
    My main questrion is can record into Sountrack with a mic right? I have an m-audio saphire with a m-audio preamp.
    I saw a demo of Soundtrack at NAB and all the effects looked perfect for voice over. I think Logic Studio is overkill but Sountrack and Logic Express( for my guitar) might be a perfect 1-2 punch. I will get Sountrack with The Final Cut Studio as I need video tools as well.
    Thanks,
    Erik

  • Syntax for sum in Smart Form based on Selection criteria in Program.

    Hi,
    We have created smart form for printing confirmation entries in desired format. We have given some selection criteria in the program. Now, we want to do the sum of certain fields in the smart form based on selection criteria given in program and selection screen.
    But we are getting wrong sum in the smart form than expected.
    When we debug the program during run time, we are getting correct records as per our expectations. But result of sum in the out put is not as per given selection criteria.
    Do we need to establish link between "select option" and "Smart form"? How can we use internal table created for select option in the smart form?
    Thanks & regards
    Vijay

    Hi,
    There will be no option to sum the values in smartforms, You just have to sum and append the data to internal table and display the internal table data in the form.
    Regards,
    Satish

  • Incorrect Logical Expression for Include Program

    Hi All
    thank you very much for all the support...
    I managed to get through that error - however, now I m coming up with a different error:
    Incorrect logical expression: Comparison / SELECT-OPTION can only be
    followed by "AND", "OR" or ")".
    Where should I add the ''and" "or" on the below code?
    IF sy-subrc NE 0.
        MESSAGE e002(zsqts_sqts)
           INTO l_dummy
           WITH lv_host.
        PERFORM msg_add USING probclass_very_high.
      ENDIF.
    Zu der gewunschten FTP Ordner navigieren
      REFRESH result.
      IF lv_path IS NOT INITIAL.
        CONCATENATE 'cd' lv_path INTO lv_path SEPARATED BY space.
        CALL FUNCTION 'FTP_COMMAND'
          EXPORTING
            handle        = lv_handle
            command       = lv_path
          TABLES
            data          = result
          EXCEPTIONS
            tcpip_error   = 1
            command_error = 2
            data_error    = 3.
    Thank you very much
    Rukshana
    Moderator message: please try solving this yourself first, do not post each single error message to the forum. SCN forums cannot replace proper training.
    locked by: Thomas Zloch on Oct 6, 2010 1:04 PM

    On 3/20/2015 3:48 PM, leosucksatc wrote:
    if(Grade ='A'||'a')
    = is assignment. == is equality comparison. You had that right in your previous post.
    Also, the || operator doesn't work the way you think it does. Make it
    if (Grade == 'A' || Grade == 'a')
    Igor Tandetnik

  • Sountrack or Logic/Logic Express for Voice Over work?

    Hello,
    I am wondering which software is best for voice over work? Sountrack or Logic/Logic Express?
    Any input would be great. I would add the standard effects/filters to certain voice overs and add sound effects and music.
    I have a midi/guitar and garage band is enough for me. I would not want to use Garageband as my software of choice for voice over work. I want markers and other more advanced tools?
    Thanks,
    Erik

    Hi Erik,
    I haven't used Logic or Logic Express, but I recently switched from Pro Tools to Soundtrack Pro 2. (I'm an independent producer/host for 2 weekly shows on Connecticut Public Radio.)
    All I can say is this-- Soundtrack Pro has shaved hours off my Pro Tools workflow, is much more intuitive, and is (obviously) Mac-friendly, so I've been singing its praises ever since I made the switch.
    In fact, I think Apple should be marketing it directly to radio stations!
    Hope this helps,
    Bruce
    www,barberproductions.com
    www.rlsguide.com

  • Logic Express for podcasting?

    Hi all,
    I'm really new to the podcasting thing and am trying to research podcasting software for my workplace. They're getting a Mac Pro and obviously it'll have Garageband but they want another step up. How is Express for podcast editing? My workplace will mostly be creating interview podcasts, possibly some videopodcasts down the line and maybe some audio slide shows.
    Does anyone know if it enables users to create the XML feed, RSS feeds easily? I'm also looking into Adobe Soundbooth and would do iPodcast Producer but it is PC-only.
    Any suggestions are welcomed.

    I'm new to logic Express but Garageband is pretty good for podcast and easy enough for anyone to use. You may want to give it a look first.

  • Logic express for windows

    Hi,
    I wanted to know if there is any chance that logic express 8 will work in windows?
    Daniel

    no way as it is a native application designed for a mac. Apple have bought emagic just for reason of having its own music production software to sell its own hardware to professionals. And unix code are diff than bios code so it is not possible for logic to work on windows.

  • Logic Express for news recording and editing?

    Based on the recommendation of many friends who work in public radio I bought a Digidesign M-Box 2 Mini and got ProTools to use for doing audio editing on news and spoken word projects. The thing has been a real pain in the butt causing me hundreds of system crashes and endless problems with my MacBook Pro (Late 2008). Digidesign has admitted that their M-Box driver is defective but they can't fix the current drivers 'cause they are soooo busy working on support for Snow Leopard (Which they may deliver sometime in Spring 2010). ProTools also requires that you have the M-Box connected to your system in order to launch the program.
    I'm fed up with being forced to connect a defective interface to my laptop every time I want to use ProTools and ready to try something else. Are the audio editing tools in the new Logic Express 9 good enough to use for this kind of work?
    I could almost get away with using Garage Band but it's a bit limited with support for only 16-bit audio (most news sources are pretty quiet and need boosting) and the GB interface makes me crazy.

    I think Logic is overkill for what you need - you'll never use 95% of it for recording/editing spoken word audio files.
    Although I'm not familiar with manipulating audio for news use, I'd think that something like Amadeus Pro would do the job.
    http://www.hairersoft.com/AmadeusPro/AmadeusPro.html
    with an interface such as an AudioFire like this:
    http://www.echoaudio.com/Products/FireWire/AudioFire4/index.php
    which is very good quality, reliable, and not expensive.
    BTW, recent versions of GarageBand do support 24-bit recording.
    http://support.apple.com/kb/HT1016

  • How to write a if else logic expression for this condition

    Hai All
    I have written some if else logic for for my condition
    If the time is betweeb 0145 and 0630 and timeout is a column in a table is null than update sysdate-1
    then if time is bet0645 and 0900 then timein is null then insert into timein in table called dail_att
    and time bet 1130 and 1300 then if barcode null then insert timein else update timeout
    and bet 1645 and1730 then if barcode null and timein null then insert timein or update time out
    this is my condition for generating attendance. Ive tried some logic and pls tell case executed faster than ifelse logic
    and give me a soluton
    This is my coding
    if :bartime between 0145 and 0630 and :barcode is not null then
    update dail_att
    set timeout = :bartime
    where barcode= :barcode
    and timein is not null
    and ATTEND_DATE = :BARDATE-1;
    else if :bartime between 0645 and 0900 and :barcode is null then
    insert into dail_att(barcode,timein,attend_date)
    values(:barcode,:bartime,:bardate);
    else if     :bartime between 1145 and 1300 and :barcode is null then
         insert into dail_att(barcode,timein,attend_date)
    values(:barcode,:bartime,:bardate);
    else
         update dail_att
    set timeout = :bartime
    where barcode= :barcode
    and ATTEND_DATE = :BARDATE ;
    end if;
    else if :bartime between 1645 and 1730 and :barcode is null then
              insert into dail_att(barcode,timein,attend_date)
    values(:barcode,:bartime,:bardate);
    else
         update dail_att
    set timeout = :bartime
    where barcode= :barcode
    and ATTEND_DATE = :BARDATE ;
    end if;
    else :bartime > 1730 and :barcode is null then
         update dail_att
    set timeout = :bartime
    where barcode= :barcode
    and ATTEND_DATE = :BARDATE ;
    end if ;
    EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE' OR :BARCODE IS NULL;
    NEXT_RECORD;
    forms_ddl('commit');
    end loop;
    Regards
    Srikkanth.M

    Hai Sir
    I am storing time in 24hrs format and its datatype is varchar.Pls tell me we can write an if else with in a elseif
    Regards
    Srikkanth.M

  • Use Logic Express for quadrophonic sound project??

    Hi,
    I'm very happy with LE9 so far, but now I may have to do a quadrophonic project... anyone ever done that with LE9?? I can imagine that I could achieve something by using 4 busses, and mixing using 4 sends on each track... or are there better tricks??
    At least I have 8 outs on my firewire interface, so I suppose that will do the job.
    Thanks in advance,
    Jaap

    Hi,
    problem solved Now I know more details about mixing quadrophonic audio, and about this specific project, I decided to go for Logic Pro...
    Regards,
    Jaap

  • Should i use Logic Express for Mixing and Mastering?

    recording an LP with GarageBand. are express and pro very close in what they offer ? express good enough for mixing and matering an LP? would like to keeps costs down. thanks SJM

    It can be done, but you will need to do a lot of reading and make many mixes to get it down. Mastering is not something you can learn overnight. It'll take you many hours of trial and error just to get something that is OK. A pro mastering engineer has years of experience and thousands of dollars worth of high quality gear. With a lot of practice, you can get something fairly decent, but it won't be like a real pro job would be.
    As Hangtime suggested in the GB forum, do a google search and you'll get a lot of sites with articles on the subject of mixing and mastering.

  • I want to example for creating a smart forms

    hi friend,
    i want to code and step-by-step creating a smartforms i  want to ASAP .
    THANK AND REGRADS...

    Your other threads have been deleted.
    Please read "the rules" before posting any further.

  • Smart forms. How to setup logic for standard text usage.

    Hi All!
    Could you advise please is there a way, except abap programming, to setup in smart forms that different standard texts values (tcode so10) to be used based on different selected parameters (e.g. customers, vendors etc... ).
    e.g.
    For picking list smart form:
    for customer A- standard text A to be used.
    for customer B- standard text B....
    Thanks,
    Best Regards,
    Andrey
    Edited by: Andrey Kruglov on Mar 16, 2009 1:30 PM
    Edited by: Andrey Kruglov on Mar 16, 2009 1:30 PM

    HI,
    Refer this thread:
    Re: how to display symbols in smartforms
    There is a standard smartform for invoice.
    LB_BIL_INVOICE.
    Refer this thread:
    Re: Can anybody plz give me Smartforms print prog for Invoice/PackList
    Regards,
    Gayathri
    Message was edited by: Gayathri Hariharan

  • Smart Form  for cutomised Inovice, Functional spec

    Dear all,
    I need to give Functional specification for developing a smart form for Invoice. Tables are not as evident as we have in case of R/3. please give me general tips to give spec to abap consultant to fetch various fields.
    where used list of tables for a particular field is also not helping much. I need
    1) Bill to address
    2) sold to address
    3)condition data
    4) terms of payment
    5) reference date stuff
    Please suggest me a general way or logic bassed on which i can ask my abap consultant to develop the smartform and driver prog as well.
    Thnaks in advance,
    Regards,
    Kiran C

    Hi
    yes usually customers ask to adopt the same layout as they are already using. Usually I draw the layout on visio and assign a number for each field. In the spec I put the layout picture and and mention for which field where data will come from.
    For example:
    A. PO header:
    Field number | Description | Source
    1 | PO number | EKKO-EBELN
    2 | Vendor code | EKKO-LIFNR
    3 | Vendor name | LFA1-NAME1 * rule 1
    C. Rules:
    1 - select NAME1 from table LFA1 where LFA1-LIFNR = EKKO-LIFNR
    Hope this helps.
    Regards
    Eduardo Chagas

Maybe you are looking for