How to check BWTAR for BDC MB1C

I make a BDC Report like this..
but i cann't controlm BWTAR according to MATNR .
Can  please solve my problem.
<unreadable code removed by moderator>
Moderator message: please post only relevant code parts, your posts must contain less than 5000 characters to preserve readable formatting.
Edited by: Thomas Zloch on Nov 19, 2011 10:30 PM

I suggest you to use BAPI for this requirement instead of BDC, which is easy to code and more reliable and performance effective.
BAPI is BAPI_GOODSMVT_CREATE . If you google or read the documentation of the BAPI it is very easy to code. Hope this helps
Cheers,
Prasanna

Similar Messages

  • Reg:How to check Vendor for particular Asset

    HI
    How to check Vendor for particular Asset?
    regards
    JK rao

    Hi,
    Good morning and greetings,
    It would be very difficult to go into each and every asset and display the asset...instead create a quick viewer query using SQVI and use the table ANLA and the field name is LIFNR for Vendor Code and for Asset Number it is ANLN1.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • How to check performance for Stored procedure or Package.

    Hi ,
    Can any one please tell me , how to check performance for Stored procedure or Function or Package
    Thanks&Regards,
    Sanjeev.

    user13483989 wrote:
    Hi ,
    Can any one please tell me , how to check performance for Stored procedure or Function or Package
    Thanks&Regards,
    Sanjeev.Oracle has provided set of Tools to monitor the Performance.
    Profilers being one of them; If you wish to understand more on PL/SQL Optimization, please read PL/SQL Optimization and Tuning.
    See example of DBMS_PROFILER.
    See example of PLSQL Hierarchial Profiler

  • Installed ram, how to check it for faults?

    I've ordered my first Mac, (27 inch iMac) and I've ordered some ram to install in the iMac when it arrives.
    I was wondering, how do I check the installed ram for faults?
    Is there a application etc with Mountain Lion that would allow me to do this?
    Thanks

    shldr2thewheel wrote:
    tal1971 wrote:
    I was wondering, how do I check the installed ram for faults?
    Is there a application etc with Mountain Lion that would allow me to do this?
    the apple hardware test (AHT)
    I've had a look at the link but couldnt see any mention if it checked ram for faults. Can you confirm that it does check ram for faults?
    Thanks for the help, appreciate it.

  • How to check owner for one interface in production system?

    Hello All,
    Please tell me the transaction were i can check owner for one interface in production system.
    Client had created owner for one interface, so were can i check it.
    Thanks and Regards,
    Chinna

    Thanks for the reply,
    i dont want to check the developer name in IR /ID.
    in production system one interface is running and i got mail to check the  generic user and role for that interface.
    iam also bit confused on it
    If u have any idea let me know.
    Thanks and regards,
    chinna

  • Coding Block for BDC MB1C

    Hi Experts,
    While running BDC for T-code MB1C i am getting error pop-up as coding block and its skipping the batch and its getting stop there..
    Please help me to resolve the issue...

    hi,
    check these.
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=6660067]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3308056]
    [https://forums.sdn.sap.com/click.jspa?searchID=19561287&messageID=3196807]

  • Which used iPhone (even discontinued) and how to check it for safety

    I am happy with my 4s.
    In Italy you can have officially unlocked iPhones and Vodafone gives me 2 Sims with same number (master/slave).
    Now I have the slave in an WM HTC which I use as second telefone going in places like beach, or in unsafe places.
    Of course the WM is not so pleasant to be used and I am planning to buy a low cost old iPhone to replace it.
    Asking your suggestion: I wish to use it with iCloud with iCloud Mail and another IMAP provider, sync with Mountain Lion iTunes for Adress - Notes - Mail - Calendar - iMessage. No interest in Music and video but Streming Photo could be interesting.
    How low can I go back ?  Will 3 be enought or should I need to stay on 4 level ?
    I have read that some unofficial unlock could not be easy to detect and thic could give sync problems in future: since I will probably buy it on eBay or similar place, which will be the best test to check the phone aginst jailbreak ?
    Thanks for any suggestion.
    PS: I know ! the best will be to buy a 5 and use the 4s as second but... not so cheap !!

    WALTER-MILANO-ITALY wrote:
    How low can I go back ?  Will 3 be enought or should I need to stay on 4 level ?
    You will need at least a 3GS to meet the needs you've already stated.
    since I will probably buy it on eBay or similar place, which will be the best test to check the phone aginst jailbreak ?
    The best test is don't buy it from ebay to begin with. Either buy one from someone you know personally and trust, or spend the money for a legitimate unlocked new phone.

  • How to check condtions for multilines in switch step in bpm?

    Hello,
    I am implementing a scenario that send PO create Idoc(orders.orders05) to bpm and bpm receives an OrderResponse from File adapter, I have a switch to check the condition if the Qunatity for each line items from the OrderResponse xml matche with the quantity for each line ltems in OrderCreate, but I don't know how to specify mulitline containers in conditon editor, currently the system only takes the quantity from the first line item.  Any suggestions or other recommendations?  BTW, here is the blog talks about modeling multi rows for incoming message, didn't totally get it...
    Using BPM (Blocks) when Incoming message has multilple rows
    Thanks,
    Hy

    Hi,
    go to Condition Editor-->After selecting your message in the LeftOperand -->then it will lead into Expression Editor there you can see a check box stating "Multiline".
    This will be enabled , if you choose option of XPATH in this Expression Editor.
    Hope this helps,
    Regards,
    Moorthy

  • How to check code for syntax errors

    How do I check or validate my html code in dreamweaver. I wish to see if all the braces and tags are closed or not
    please guide me

    Hi There:
    You can check to make sure the tags, parentheses (( )), braces ({ }), and square brackets ([ ]) in your page are balanced. Balanced means that every opening tag, parenthesis, brace, or bracket has a corresponding closing one, and vice versa.
    Check for balanced tags
    Open the document in Code view.
    Place the insertion point in the nested code you want to check.
    Select Edit > Select Parent Tag.
    The enclosing matching tags (and their contents) are selected in your code. If you keep selecting Edit > Select Parent Tag, and your tags are balanced, eventually Dreamweaver will select the outermost html and /html tags.
    Check for balanced parentheses, braces, or square brackets
    Open the document in Code view.
    Place the insertion point in the code you want to check.
    Select Edit > Balance Braces.
    All of the code between the enclosing parentheses, braces, or square brackets is selected. Choosing Edit > Balance Braces again selects all of the code inside the parentheses, braces, or square brackets that enclose the new selection.
    And also make sure to validate your HTML code at - http://validator.w3.org/
    Regards
    Vinay

  • How To Check Disk For Failures

    It's more of a two part question.
    1. Is there a way to check and see if either of my two internal SATA drives are failing?
    2. How can I check and see if either disks have filesystem failures?
    [root@ghost ~]# fdisk -l
    Disk /dev/sdb: 250.1 GB, 250058268160 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0005b294
    Device Boot Start End Blocks Id System
    /dev/sdb1 63 488395054 244197496 83 Linux
    Disk /dev/sda: 250.1 GB, 250058268160 bytes
    255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00048e7c
    Device Boot Start End Blocks Id System
    /dev/sda1 63 8000369 4000153+ 82 Linux swap / Solaris
    /dev/sda2 * 8000370 8385929 192780 83 Linux
    /dev/sda3 8385930 488395054 240004562+ 83 Linux
    One or both drives are becoming more noticeably noisy. Thanks for any info / help!

    Try gsmartcontrol, it's a graphical frontend to smartmontools, which in turn display the SMART status of your hard drives.
    https://en.wikipedia.org/wiki/S.M.A.R.T.
    Post the log here, if you can't understand the values.

  • How to check validation for a input field?

    For example, I need to check the validation of a field, if OK, then the field will be inputted, otherwise, there will rise a message, how can I implement that?
    Thanks and best regards,
    Anders

    Hi Andres,
    U can write a code in Request Processing--DO_VALIDATE_INPUT
    DATA: LR_BTADMINH       TYPE REF TO   CL_CRM_BOL_ENTITY.
      LR_BTADMINH  ?= ME->TYPED_CONTEXT->BTADMINH->COLLECTION_WRAPPER->GET_CURRENT( ).
        LV_ZZAFLD000057 = LR_ENTITY->GET_PROPERTY_AS_STRING( 'ZZAFLD000057' ).
    IF  LV_ZZAFLD000057 IS INITIAL.
    DATA: L7_MSG_SERVICE TYPE REF TO CL_BSP_WD_MESSAGE_SERVICE,
              LVSP_MSG_V1  TYPE STRING VALUE 'Spare in Progress'.
        L7_MSG_SERVICE = ME->VIEW_MANAGER->GET_MESSAGE_SERVICE( ).
        L7_MSG_SERVICE->ADD_MESSAGE(
            IV_MSG_TYPE       = 'E'
            IV_MSG_ID         = 'ZBSP'
            IV_MSG_NUMBER     = '008'
            IV_MSG_V1         = LVSP_MSG_V1 ).
    ENDIF.
    Regards,
    Lokesh.

  • How to check Bdoc for perticular transaction ...

    Hey guys ..
    I have following questions regarding Bdocs ..
    1. How do we check Bdocs (in smw01) for perticular trasaction .eg : for Sales order # 8002345 .
    2. Suppose my sales order has 5 items in it ,then how many Bdcos will be created for this transaction.Is there only one Bdoc for a transaction or each item has its own Bdco ?
    Please guide ..
    Thanks
    SS

    Hi SS,
    Go to SMW01 -Expand  '+' button -
    In Queue name coloumn  enter the sales order no  with Astric  as  8002345 and  then execute.
    Regards,
    Satish Mathala

  • How to check JDK for 64bit installation?

    I just got a new XFIRE 2100 AMD64 and I have a bit of experience with JAVA I downloaded the latest 1.5 update and followed the Solaris 10 instructions, includding the 64bit instructions... But I'm not quite sure if my version of JAVA installed is 64bit or not.
    How can I confirm this?

    How can I confirm this?Check the system property sun.arch.data.model (should be 64)
    Bye.
    RG.

  • How to check Windows for Acrobat Reader?

    Hello, everyone. I hope you are having a nice weekend! :)
    I'm trying to check to see if Windows XP PCs have Acrobat
    Reader installed on a button that launches a PDF file. This is what
    I have:
    on mouseUp
    set Acrobat = baFindApp( "pdf" )
    if Acrobat = "" then
    Alert "You will need to install Adobe Acrobat Reader to view
    the PDF documents properly."
    else
    baOpenFile(the pathName&"Data/button1.pdf","")
    end if
    end
    This launches the PDF on Windows if Acrobat is installed
    without errors, but when I uninstall Reader and click on the
    button, nothing happens. I don't get the alert and I don't get the
    PDF launched.
    This script actually gives me the alert on the Mac, but it's
    moot.
    Any ideas?
    Thanks!

    It's not clear if you uninstalled Reader and then rebooted...
    this might give a false positive... also, the notes for the docs
    strongly suggest that baFindApp() looks for the registration of the
    file extension which would be located in the registry...
    ... an interesting note: if Adobe Acrobat and Reader are both
    installed, for instance, then the baFindApp() call will return
    Acrobat.exe as the application (on my system, anyways) -
    technically, Acrobat, Reader and GoLive have all registered .pdf on
    my machine, but the registry lists entries alphabetically so
    Acrobat gets the recognition, so-to-speak.
    It would appear that baFindApp() has a flaw if two or more
    applications have registered the same extension.

  • How to check setting for GL account

    Hi Expert,
    I have an issue where user unable to select a GL account. according to user, for campaign set which is FOC in PO, they're using val class HKA1. So they're asking me to check on the configuration. Where should i check? What is the step?
    Thanks

    Hi,
    During MIGO, a material document is created which shows the actual quantity received with reference to a purchase order.
    Secondly an accounting document is automatically generated for debit of Inventory A/c  and credit of GR/IR A/c.  In OBYC
    you have to use the transaction key WRX and assign GR/IR Clearing GL account.  During MIGO this account is automatically
    updated and there is no scope of a manual GL entry.
    Best Regards,
    Sadashivan

Maybe you are looking for

  • Program for Background Job for COGI

    Does anyone know what is the Program name for creating background job to run COGI? I'm using CORUAFFW to create variants and run the program but its not working as I guess it isonly generating the report but not deleting the records if inventory is a

  • How do you find the size of a current layer so you can make other layers the same size

    When I have an PSD icon set and I want to size a layer to a size that looks good.  How do I see the dimentions of that layer so that I can select another layer and make it the same size.

  • Using a Value index on XMLIndex path table.

    I am trying to understand how to capitalize on the VALUE index created on a XMLIndex path table. So far, I have not been able to successfully use it. I am not sure whether I am misunderstanding the way it is intended to be used? Or am making a mistak

  • Spry Accordion shows scrollbars on initial load

    This only happens in IE. Is there a way around this? Whenever the accordion loads...it flashes the scrollbars briefly. This client is not happy. I really don't want to re-work this in a different framework. Ideas??

  • Strange problem with Inheritance

    Hi, I have a Strange problem with Inheritance which I think should work, but doesn't. I have 3 classes in 3 different packages. Class A in package 1 is abstract Class B extend class A is also Abstract and is in package 2 Class C extend Class B and is