Tables to find  Invoice for a mocement  type  101.

Hi,
     My requirement is to find out invoice for all the material which has movement type 101. So please I need flow logic and tables   for this requirement .
thanks
Imran

Hi,
Try table EKBE, it contains all details. BWART - Movement type and BEWTP = Q - Invoice/ E - Goods Receipt.
Regards
Karthik D
P.S.: You have to design the Flow logic, start writing the code and post it if you have any problem in it.

Similar Messages

  • System locking up from A/R invoice screen when finding invoices for BP

    My client's SBO is locking up in the A/R invoice window when trying to find invoices for a particular customer. Here is his description of the problem.
    SAP locks up if any of our users go to A/R invoices, clicks on the u201Cfindu201D icon, chooses the customer field, enters a customer code (for example C6958 or even *), and then clicks u201Cfind.u201D
    The server usage spikes for that user, using 25% of the server CPU, and the user is frozen like in the attached image. I have confirmed this with several users and on both Citrix servers.
    The customer has several UDFs for the invoice doc and the default is to display them. When I tried to recreate the problem, i found that I could recreate it when I chose when 'View UDFs' , but the find worked as expected when the UDF portion of the window was not displayed.
    The client in on 2007A PL15. Has anyone heard of a similar issue?

    Probably there are a few reasons for this.
    1.  Invoice table is not indexed on CardCode and therefore searching on CardCode instead of DocNum could take more time
    2.  The number of invoices are high
    3.  Bad network
    Suda

  • Find program for an IDOC type

    Hello Gurus,
    I need to identify what program or transaction does a Particular IDOC type is associated to.
    How do I find Program related to IDOC type?
    How many ways to find such link?
    Regards,
    Abhishek.

    Hello Gurus,
    My scenario is to find the easiest way to search for the Link between and IDOC type (Outbound idoc) to a program.
    I have list of all the IDOC type now I need to find from where these IDOC´s are triggering from?
    Regards,
    Abhishek...

  • Find TR for  a movement type....How??

    Hi Friends,
    Is there any standard SAP transaction which can provide us a list of TR for specific movement type.
    Thanks,
    Mike
    Edited by: Mike on Nov 25, 2008 9:59 PM

    Hello,
    yes it is: LX09 - Document Overview
    Andrzej

  • Fixing automatic printing of material document for goods movement type 101

    Hi experts,
    I have a situation, where I want to fix automatically printing of material documents good receipt and transfer posting related to movement type :
    101- GR for plant XYZW to the printer AB12 with output type WE03 " GR note version 3" Language EN.
    311 - transfer posting plant XYZW to the printer AB12 with output type ZUGT language EN.
    Please provide pointers!!

    Hi Biju,
    Thanks a lot for the information. But I a facing a problem, I have maintained the Plant/Storage/Condition type in OMJ3 with printer also maintained in it.
    But, I am not able to generate output when I am doing MIGO for the Purchase order.
    I have to go MB02, maintain output type 'WE03' and printer-PL56 in the message tab of material document and then only i can see the spool is generated in SP01.
    My output condition type is maintained in MN21, with following parameters; Trans/Event type: WE,  Print Version: 3, Print Item: 6 for output type WE03.
    Moreover, Do I need to maintain the new printer in the printer settings.
    Please help me in getting the material document print output at MIGO only.

  • RPM - BADI/FM/TABLES to find authorizations for item in ABAP

    Hi all.
    I have an issue.
    I am italian and I am not very good on writing in english, I am sorry for this.
    I must hide a field (STATUS for item dashboard) for some users (tab. Authorizations).
    I have write my code in class /RPM/OBJECT_SERVICES, method GET_FIELD_INFO.
    I need to find BADI, FM or tables to read the authorizated user for a specificated item.
    Can you help me?
    Thanks in advance.
    Vanessa

    Resolved!!!
    ACO_USER table!!!
    Code:
    METHOD /rpm/if_ex_item_api~item_ui_config_modify.
    DATA ls_field_description LIKE LINE OF ct_field_description.
    DATA lo_activity TYPE aco_actvt.
    **DEBUG!!! - inizio
    DATA lo_exit.
    DO.
    IF lo_exit = 'X'.
    EXIT.
    ENDIF.
    ENDDO.
    **DEBUG!!! - fine
    LOOP AT ct_field_description INTO ls_field_description WHERE fieldname EQ 'STATUS'.
    SELECT SINGLE activity
    FROM aco_user
    INTO lo_activity
    WHERE object_id = is_item_attributes-guid
    AND user_id = sy-uname
    AND type = 'RIH'. "Item
    IF lo_activity = 'Write'.
    MOVE 'X' TO ls_field_description-enabled.
    MOVE 'X' TO ls_field_description-visible.
    MOVE 'X' TO ls_field_description-required.
    MOVE ' ' TO ls_field_description-read_only.
    MODIFY ct_field_description FROM ls_field_description.
    ENDIF.
    ENDLOOP.
    ENDMETHOD.

  • How can I find invoice for recent purchase?

    Hi all!
    I purchased at 6 of August in Thailand a macbook pro with retina display using Apple ID and now I need an invoice. Unfortunately, I deleted an email with attached invoice that Apple sent me.
    My next steps were:
    Logging into my account -> Account home page -> Print an invoice -> I see my mac order and no link or button about invoice. What should I do and where can I get this invoice?
    Thanks for your answers!

    Hi,
    What do you mean by duty?  If it is excise duty, you can find it in Excise Invoice Header table.  Table name is J_1IEXCHDR.  Link billing and excise invoice header table with join condition VBRK-VBELN = J_1IEXCHDR-RDOC.  Fields EXBED, ECS & EXADDTAX1 are Basic Excise Duty, Education Cess and Secondary & Higher Education Cess respectively.  You will get the duty values at document level.
    Reward if answer is useful.
    Regards,
    Hema

  • Excise Invoice for ther movement type

    Dear ALL SAP Gurus,
    In 100% EOU plant when we purchase materials against CT3 there is no excise duties on purchase. But when we purchase material without CT3 there are excise duties which will get add into material cost.
    When same material I transfered to other plant , may I have to make excise invoice( J1IS and J1IV). Client does not have any cenvatable facility.
    Also when I return this material to vendor whether J1IS and J1IV has be necessory.
    Please explain this scenarios.
    Thanks in advance
    Mahesh

    Hi,
    PLz maintian the excise data for that mterial in ithe Excise master data J1ID.
    1.For no excise dute just select as No excise duty at the time of MIGO from Excise invoice tab on the top.
    2.For Excise duty select as exise duty during MIGO.
    3.For STOS maintain as assessable value in the J1ID master data for that material in the supplying plant, the excise calculated Through J1IS as per assessable value u maintained in the master data.
    4.For vendor returns, reverse the FI documents manually for MIRO, then cancel the material doc after u post the Excise invoice , then agian u cancel the Excise invoice so that excise registers can be reversed. Then u do the vendor returns through MOGO and 122 Mov type.
    Plz check and clear.
    Regards,
    Andra.

  • Prevent GR cancellation after receive the invoice (for Specific PO Type

    Is it possible to prevent GR cancellation (Movement 102) after invoice is received for a specific purchase order type. Currently this setting is at client level. So when you have this indicator checked, it is applicable to movement 102 globally.

    Hi ,
    as u already stated , config change in mvt type is applicable at system level, so best way is to use an user exit and put a check..
    try using ennhancement MB_CF001  component: Function module EXIT_SAPLMBMB_001 with Include ZXMBCU01)
    All the material document data is passed on to this function module from MKPF / MSEG / VM07M
    u can easily setup an error message for your conditions
    reg
    dheeraj

  • How to remove or disable "Finder Preview" for a file type?

    I have some large .hdr files which are large image files, and cause PathFinder (but I guess the issue is not really Finder or PathFinder but the preview app being called in Preview feature) to beachball forever. The problem is the calculation of image size and thumbnail display when either clicking on the .hdr image file (which brings in preview) or ctrl-clicking on the file which kicks off image size calculation for contextual menu in PathFinder (confirmed by PathFinder support). While I can get around ctrl-clicking until this issue is fixed, there is no walking around preview feature for thumbnail viewing unless I tell Preview not to consider .hdr files as image files (while still being able to view thumbnails of other image formats such as jpg and tif, which is what I will like to do).
    Those .hdr files are not valid Photoshop radiance files. They are generated by Photomatix (www.hdrsoft.com). So, Preview seems to be having issues with it. Whenever I click on a large file (no problem with an empty file labeled with .hdr extension), PathFinder memory shoots from 50+MB to 500+MB and it beachballs forever until I kill it.
    So, I will like to tell Preview not to consider .hdr files as image files. Pointers on how to do this will be appreciated. I am guessing that Preview.app is being called by Finder (same thing should apply to PathFinder) to calculate image sizes and render thumbnails. Please correct me if I am wrong about it.

    You can turn off the preview column in Finder's Show View Options. I don't know if this will help with your problem. Also, I 'think' if you use a program to create a preview icon for the file (assuming it supports that format) the Finder will use that. It sounds like you want to keep icon preview selected, so I don't think there is a way to conditionally show the previews. You can also set Finder's PreviewDisclosureState to 0, which hides the preview icon--it controls the disclosure triangle in the preview column. Again, I don't know how this will affect what you want.

  • Error in Viewing Draft Invoice for Service Item Type

    Hi
    I am facing an error in viewing draft service invoice.
    I am saving a document (PO/ Invoice)  as draft.
    When i am trying to view from document draft list by double-clicking it. the Visual Studio Just-in-Time debugger opens up stating SAP Business One.exe encounterd an problem and by clicking NO button the SAP closes.
    Note: The Invoice is created for Service Items, it is working perfect with Item.
    This is urgent - any help
    I am using 2005 B PL 05 with SQL 2005 on Win 2003 SP1
    Indrajit

    Do you have any Addon's.
    As you seek answers here please post a support message to SAP Support
    https://websmp205.sap-ag.de/sbo-message-old

  • Posting GR against inbound delivery document by MIGO for the movt type 101

    Hello Team
    To put my question in a simple way, i have changed the subject also. my requirement as below.
    In my legacy system GR against PO is happening and the same data is passing to SAP system through PI. Where i need to post GR against the inbound delivery document of that PO.
    I followed the below steps
    1. i have used idoc mbgmcr03 and copied the FM ZIDOC_INPUT_MBGMCR.
    2. In PI system i am doing all relavent mappings.
    Now i want to retrieve the inbound delivery document from SAP for the PO which i got from legacy system. Then i need to post the GR against that inbound delivery document. Finally IDOC should gets created with that inbound delivery document details.
    So please let me know the procedure to follow to resolve my issue.
    Thanks in advance.
    Regards
    Sree
    Edited by: sree@technical on May 11, 2010 5:20 PM

    Hi
    As far as my experiance with SAP says we don't have any SAP Standard setting to update the entry related to T-code. Internally all the ABAP code reads the t-code and based on the processing type define it execute the code and update the table so that later analysis can be done by which t-code the document got generated

  • Table for Special Stock Types

    Hi All,
    I am creating a report to display the stock information of a material. In that i need to include all the special stocks also.
    Can anyone please tell me the table containing the data for special stock type E,K,M,O,P,Q,V,W,Y

    Check these tables.
    MSCA     Sales Orders on Hand with Vendor
    MSCD     Customer stock with vendor
    MSCS     Customer stock with vendor - Total
    MSFD     Sales Order Stock with Vendor
    MSFS     Sales Order Stock with Vendor - Total
    MSID     Vendor Stock with Vendor
    MSIS     Vendor Stock with Vendor - Total
    MSKA     Sales Order Stock
    MSKU     Special Stocks with Customer
    MSLB     Special Stocks with Vendor
    MSOA     Total Sales Orders on Hand with Vendor
    MSPR     Project Stock
    MSRD     Project Stock with Vendor
    MSRS     Project Stock with Vendor - Total
    MSSA     Total Customer Orders on Hand
    MSSL     Total Special Stocks with Vendor
    MSSQ     Project Stock Total

  • Function Module/Table to Retrieve subobjects for a main object.

    Hi experts,
    Is there any FM or table to find subobjects for a main object for example, in SE80 when you give an object say MP000100, it gives the list of subobjects associated with it like screens, inlcudes fields...etc, or is there any other way?
    Thanks in Advance.

    Hi Mahesh,
    Thanks for your reply. The Table which you have given me is helpful, but I need to find the subobjects of any given object. For example, for module pool mpXXXX00, i need to know all the subobjects, related to this module pool. The main object can be anything. If it is a (report, WDA program etc) I need to get the list of sub objects tied to the main object.
    Hope you can understand my requirement.
    Thanks and regards.

  • Standard table to find all cubes loaded recently

    Hi,
    Is there any standard table to find out for all cubes in the system when it was loaded recently? Please let me know....
    Thanks in advance,
    Jaya

    Hi,
    Please sort on Date Time Stamp in the tables :
    rsreqdone
    RSSELDONE
    -Vikram

Maybe you are looking for

  • Bridging a network connection

    I am lucky enough to live next to my university and am in range of it's free wireless internet, unfortunately it requires a vpn connection so some of my other wifi devices can't connect (e.g. Wii, DS, PDA). I want to share the connection on my mac wi

  • Protocal adapter error

    hi , i have my database on windows server2003, and my database version is Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Prod PL/SQL Release 10.1.0.2.0 - Production CORE 10.1.0.2.0 Production TNS for 32-bit Windows: Version 10.1.0.2.0 -

  • Flashplayer 11.3 install stuck

    I am trying to install Flashplayer 11.3 on my MacBook Air and it is stuck at 95%.  Can't finish it and can't get rid of it. What do I do?

  • Info on my app disappeared when I synched...

    I'm a newby and didn't realize that once I purchased an app, I had to transfer it into iTunes. So, I created some new notebooks on a new app I purchased called PenUltimate with quite a bit of information in each notebook, and when I synched my iPad t

  • EDI - SAP -- Sterling Interfacing

    Hello , I am currently working on IDoc - EDI 810 to sterling & EDI 850  to IDoc . I want to understand interfacing using IDOC - EDI 810 . 850 with Sterling & role of XI/PI in case needed . Can we send XML files to sterling  ? Also want to understand