Can you please read this ABAP sentence for me? :-)

Hi,
What does it means the "operator" CHECK in the apap sentence below?
Does the bset-mwskz EQ 'II' or OR bset-mwskz EQ 'N0' should be present in the report or not?
    SELECT * FROM bset WHERE bukrs = bkpf-bukrs
                         AND gjahr = bkpf-gjahr
                         AND belnr = bkpf-belnr
                         AND ( ktosl = 'ESA' OR ktosl = 'VST' ).
      CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
Thanks and BR
Saso

CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'
The above check is similar to the below code.
IF bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
   <<code after CHECK statement>>
ELSE.
  <<branching statment>>
ENDIF.
The <<branching statement>> could be
1. CONTINUE if the CHECK is within a LOOP.
2. EXIT if its called within a subroutine or a particular event.
Say for example, if your code is llike this.
SELECT * FROM bset WHERE bukrs = bkpf-bukrs
AND gjahr = bkpf-gjahr
AND belnr = bkpf-belnr
AND ( ktosl = 'ESA' OR ktosl = 'VST' ).
CHECK bset-mwskz EQ 'II' OR bset-mwskz EQ 'N0'.
<<some code>>
ENDSELECT.
Then it is similar to the code below.
SELECT * FROM bset WHERE bukrs = bkpf-bukrs
    AND gjahr = bkpf-gjahr
    AND belnr = bkpf-belnr
    AND ( ktosl = 'ESA' OR ktosl = 'VST' )
    AND ( mwskz EQ 'II' OR mwskz EQ 'N0' ).
<<some code>>
ENDSELECT
Hope this helps.
Thanks,
Balaji

Similar Messages

  • Can somebody please read this minidump file for me?

    Hey everyone, I've been getting the BSOD lately (every time I try to boot to windows 7). Safe mode w/ networking works fine, and so does Snow Leopard, so it's not hardware. My guess is that it's either low on HDD space or the GPU drivers are broken. I can't open the minidump file, so I was hoping one of you could do it for me. Thanks for your help in advance.
    Here is a link to the download of the file: https://dl.dropbox.com/u/44854063/120912-16738-01.dmp

    Thanks for your help, I did all the things you mentioned, and got 283 errors in the event viewer and way too much information in the CBS file. Most of the errors seem to  be coming from "WMI", Bonjour service, and CAPI2. Restart manager also says that AVG isn't shutting down. What is WMI and is it the problem? Thanks.
    [edit] getting a lot of "dependency service of group failed to start." errors too. The first major error also seems to be:
    The AVGIDSAgent service depends on the AVGIDSDriver service which failed to start because of the following error:
    A device attached to the system is not functioning.
    Followed by this:
    The following boot-start or system-start driver(s) failed to load:
    AVGIDSDriver
    Avgldx64
    discache
    spldr
    Wanarpv6
    any ideas?

  • My scroll feature of the Lenovo ThinkPad(red scroll) is not working in the new Firefox 4. It was working fine in 3.6. Can you please fix this as this is very important feature.

    The scroll feature(middle button) is not working on the new firefox 4. So because of this I need to move the scroll bar to move the page. This is very irritating problem, if you are a guy who uses the middle button to scroll. Can you please fix this..
    Thanks!!!

    I updated to Firefox 4.01 today and the middle scroll button on my Lenovo T400 stopped working. I downloaded the updated Ultranav utility and the Ultranav driver for my T400 from here http://www-307.ibm.com/pc/support/site.wss/MIGR-72858.html and then uninstalled the "Thinkpad Ultranav Driver" from Add/Remove programs rebooted and then installed the updated utility and driver (another reboot) and it now works perfectly.
    So glad to get this working again.

  • What  are the advantages over sql in pl/sql...can you please answer this?

    Hi,
    what are the main differences between sql and pl/sql...why v are using pl/sql rather then sql...can you please answer this question?

    SQL is used to access the database. PL/SQL is a programming language where SQL is seamlessly integrated. In order to access the database in PL/SQL, you have to use SQL.
    Think of it as two pieces of software, two "engines". If you want to interact with the database, then performance wise it's best to use only one engine (SQL only), instead of two (PL/SQL and SQL). If a PL/SQL program executes a SQL statement, it does a "context switch", i.e. saving its state in PL/SQL before giving control to the SQL engine and vice versa. This is quite fast, but do a lot of them and it is slow, so beware of programming SQL statements inside loops.
    Another way to put it: SQL is a fourth generation language (4GL) where you tell what you want, not how. The software, the optimizer, will decide for you how to process the statement. PL/SQL is a third generation language (3GL), or at least the PL-part is, where you describe how things should be processed. Leading to more code and more control. With every Oracle release, SQL becomes more powerful and the optimizer gets better, so using SQL is increasingly important.
    For complex processing, using PL/SQL is still necessary. But use it with care.
    Hope this helps.
    Regards,
    Rob.

  • Can you Please Tell Me the Process for service/operation  provide by one plant to other plant.

    Can you Please Tell Me the Process for service/operation  provide by one plant to other plant.
    In My Company No Of Plants Like 1000,2000,3000,4000
    Plant 1000 Provide the service/operation  like (welding ,cutting, painting ) to other plants (eg 2000,3000,4000)
    We want to give the profit for plant 1000 and book the service or operation charge in plant 2000 or 3000.
    We don’t want  to use material code in this process.
    Can you help me it is possible or not through SAP PP.

    Krishnendu,
                   Actually in my company we have one plant 1000 that plant provide the service like (CUTTING (SHAFT),WELDING,MACHINING,PAINTING)
    actually plant already made one material xyz and supply 2000 plant .
    we  can use STO in this scenario and set special procurement key  80.
    But my requirement is after some time plant 1000 provide few operation in xyz material that material already supply to 2000 plant.
    in this case we dont  use to produce any material.

  • Dear Hosts/Moderators: Can you please delete this post?

    Hi-
    I recently realized that when I google my name, the post I wrote at the end of a thread always shows up as one of the first few results on Google.
    *Could a Host or Moderator please delete this post so it would stop showing up on google?*
    It is the last post on this thread: http://discussions.apple.com/thread.jspa?threadID=1993994&tstart=0
    I would be much obliged.

    You're Again Welcome Sasha!
    And I also suggest, that you should select Hide for your Name in Your Settings.
    And be sure to click on the Save tab at the bottom of that page.
    ali b

  • Apple, can you please splurge on Developer Advocates for help in the forums

    Google does it for Android... and I mean, you guys just make more money for each app that we get out there for sale, so why not pay a person or two who is sharp with C/Objective-C to just sit around and answer questions in the forum?
    Your goal should basically be to have every question answered...
    Thanks and I look forward to seeing some Advocates helping in the forum soon

    This isn't an Apple supported forum as far as I know. Hence the fact you have been able to ask iPhone questions even though we are all in breach of the NDA.
    try asking your questions on the official apple Cocoa forum...often you'll get an answer from a developer there....and if not a developer, guys with a in depth knowledge of cocoa will often hep out.
    M.

  • I am unable to connect to wifi anywere on my IPAD mini, can you please provide me some solutions for this error

    I pad mini is not able to connect to any wifi public or private, the only error i received everytime is incorrect password.
    i have tried connecting to wiifi many times even changing the password but still the same error.

    reset network settings
    settings>general>reset>reset network settings

  • My computer crashed and I had no back up.  How can I retrieve my purchased songs?  I can view my history of purchased songs and the list appears in itunes with ! next to them.  Can you please reset this so I can re-download my purchased music.

    My name is Janet Haynes.  I have a PC and it crashed.  I now have a new PC and have installed itunes.  My music list appears with ! by them.  How do I get my purchased music back.  I have done all the online support and nothing has worked.  I made an appointment with the Genius Bar at the Apple store and they told me to go this route.  Please reset my itunes an allow me to re-download  my music.  I do not have a tremendous amount of songs, but do not want to have to purchase them again.   Please, Please help me.  I thank you in advance
    Janet Haynes
    [email protected] or [email protected]
    (225) 278-0431

    It is probably not wise to leave your e-mail and phone number on a public forum.
    It has always been very basic to always maintain a backup copy of your computer. Use your backup copy to put everything back.
    You purchase one download only.
    If for some reason you have failed to maintain a backup ( not good), then you can transfer itunes purchases from an ipod: File>Transfer Purchases

  • Can you please test this page?

    http://www.massmediacc.com/clients/COH_7-17-09/COH_Newsletter.html
    My client is saying there are issues when running this on a PC Internet Explorer. Not sure which version. But it looks good on my mac Firefox and Safari. My coding is not that great yet, so maybe I missed something. Also is there a way to have the three columns line up on a browsers? Right now everything is set to a fixed length. Should I change that? Thanks for everyones help!
    Michael

    Not bad according to w3C validator you only have three errors ans one warning. This might be enough to throw IE into a Tizzy
    http://validator.w3.org/check?uri=http%3A%2F%2Fwww.massmediacc.com%2Fclients%2FCOH_7-17-09 %2FCOH_Newsletter.html&charset=%28detect+automatically%29&doctype=Inline&group=0
    Click on the link to see what needs fixed especially the warning.

  • Can you please email me MENUDEF.mmb for Forms9i

    Could someone in the Oracle community please email me a copy of the Oracle standard MENUDEF.mmb for forms 9i r2.
    I am unable to download anything from my work account so I would be very grateful to anyone who can help.
    On a separate note what has happened to the quality of the Metalink forums. I thought they were supposed to be the best place for customers with fully paid up Oracle licenses to get information and advice about their products. We probably pay tens of thousands of pounds per year for a support contract yet struggle to get answers to Metalink forum questions. You can raise a TAR to get a better response time but shouldn't have to for simpler questions. The majority of posts on their are seemingly ignored and where there are responses they rarely come from Oracle employees (when they do appear its usually for the basic been answered before questions!). Anyone can create an account here at OTN and will receive a quick response from Frank and the rest of the team.

    Hi Tim,
    I'll send you the template menu definition: OFGMNUT.MMB, but I think that you have it allready. Do take a look in \oracle\Oradev10_Home\cgenf61\ADMIN
    Regards,
    Hans van Baal

  • Can anyone please name this simple font for me?

    I want to use it for wmii window title.

    Thank you very much everyone.
    I think you are right Xyne, it's Dejavu Sans Mono.
    I couldn't make it work well with wmii though. I don't know how to enable anti-aliasing and to show Hebrew characters in the window title. I think I'll give up
    Thanks for bauerbill by the way. Using it!

  • Since 5.0 upgrade my email links won't open .... can you please sort this out as I use links from messages frequently

    I use windows Live email programme and the links worked fine until the new upgrade for Firefox 5.0 was done. Now I just get a pop up error message that says 'There is a problem sending the command to the programme' on any link.

    Genieo does not appear to be the problem but Rapport / Trusteer is.
    PlugIn Path:       /Library/Rapport/*/librooksbas.dylib   < from your report
    You need to remove Rapport ...
    Instructions here > Uninstalling Rapport on Mac OS X | Trusteer  
    That software has casued many Mac / Safari users problems as noted from an Apple Support Communities search here.

  • Can someone please read this crash log and tell me what to do?

    Anonymous UUID:       7F4336E4-C6DA-0238-7240-8EEE20983BFD
    Thu Aug  7 16:08:47 2014
    panic(cpu 1 caller 0xffffff80082dc24e): Kernel trap at 0xffffff7f8a16f9f1, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef811ed3bf00, CR3: 0x000000000af8f000, CR4: 0x0000000000000660
    RAX: 0xffffff801a37e000, RBX: 0x0000000000000000, RCX: 0xffffff801a37e000, RDX: 0xfffffffffffffffe
    RSP: 0xffffff811ed3be80, RBP: 0xffffef811ed3bf30, RSI: 0x000000000001e558, RDI: 0x0000000000000000
    R8:  0x00000000e0000000, R9:  0x0000000000000005, R10: 0x0000000000000920, R11: 0xffffffffffffffff
    R12: 0x0000098becc6e2c0, R13: 0xffffff8103ea5148, R14: 0x0000000000000000, R15: 0x000000000001e558
    RFL: 0x0000000000010097, RIP: 0xffffff7f8a16f9f1, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef811ed3bf00, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811ed3bb10 : 0xffffff8008222f79
    0xffffff811ed3bb90 : 0xffffff80082dc24e
    0xffffff811ed3bd60 : 0xffffff80082f3746
    0xffffff811ed3bd80 : 0xffffff7f8a16f9f1
    No mapping exists for frame pointer
    Backtrace terminated-invalid frame pointer 0xffffef811ed3bf30
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelCPUPowerManagement(217.92.1)[CF28958D-CA8A-3A79-911C -78217F5DDAF2]@0xffffff7f8a16d000->0xffffff7f8a197fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000008000000
    Kernel text base: 0xffffff8008200000
    System model name: MacBook5,1 (Mac-F42D89C8)
    System uptime in nanoseconds: 10496577769475
    last loaded kext at 10313995154133: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8a5ad000, size 49152)
    last unloaded kext at 10380528075061: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f8a5ad000, size 32768)
    loaded kexts:
    com.apple.filesystems.smbfs 2.0.2
    com.apple.driver.AudioAUUC 1.60
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 4
    Model: MacBook5,1, BootROM MB51.007D.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 8 GB, SMC 1.32f8
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x01BA, 0x202020202020202020202020202020202020
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x01BA, 0x202020202020202020202020202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK2553GSX, 250.06 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:

    You, or someone, has installed the incorrect spec ram. Your MacBook 5,1 requires
    RAM Type:
    PC3-8500 DDR3
    Min. RAM Speed:
    1066 MHz
    You should replace it with the correct ram. I'd recommend ram from either OWC http://eshop.macsales.com or Crucial http://www.crucial.com

  • Can You Please fix this Forum

    Cannot reply to any posts. Keeps saying I am not logged in after I type the reply. Sometimes people should not fix what is not broken. Thank You

    Nexus 7 cannot reply. Two windows 8.1 laptops cannot reply. 1 iMac cannot reply, 2 new iPad with retina display cannot reply but on both my new iPhone 5s devices I can read and reply.
    Additionally 2 desktops also cannot reply so I reset the devices and have reset my modems and routers. Again only the iPhones are working . Ha ha very strange

Maybe you are looking for

  • Apple ID change issue

    G'day I am having problems with my apple ID on my ipad 2 ... I had to let a work mate use my ipad for a couple of weeks and he has entered his own apple ID to download program's I have gone into the setting and changed it back to mine and this is wor

  • XML Serialization Error- While testing BAPI turned Web service

    I have a requirement to create sales order in SAP R/3 from an e-commerce site. I went through many forums suggesting "exposing FMs into Web Service". I wrapped BAPI_SALESORDER_CREATEFROMDAT2 and BAPI_TRANSACTION_COMMIT into one FM and exposed as Web

  • Scripting text into a portfolio's welcome screen during batch

    Hello, I'm curious to find out if theres a way to insert text into a PDF Portfolio's welcome screen during a batch process with a script? I'd like to not do it individually for several hundred documents if possible. DM

  • Image movie not displaying correctly

    Hi All I am trying to make a slideshow in Imovie that I will then attach in IDVD. When I import the images and play them they appear to zoom in and out with some images cutting off heads etc, how can I just display the image then move to the next wit

  • Newbie to automater - need to rename files in a folder

    Hi, I'm new to automator. I have lots of folders of .psd files and .jpg files within each one. they are named in a particular way, that I need to change a word in each one's file name to another one of my choice, ie: thisis_a_fileaugust.psd needs to