Inbound Deliveries: Trans VL31N - What ECC Table(s) does this update?

Does anybody know what ECC Table(s) transaction VL31N Updates while creating Inbound deliveries? I'd like to access the vendor carrier and send it over to BW. Thanks!

Hi
I suggest to do a trace with ST05. In this moment I think in LIKP and LIPS, index tables for deliveries (VLKPA, VLPMA,..), others related with status, schedules, and so on (VBUP, VBUK, VBEP,...), infostructures (tables Sxxx where xxx are numbers), tables for flow of documents (VBFA, EKBE), output messages (NAST), conditions (if you are using it in deliveries, see KONP) and so on.
I hope this helps you
Regards
Eduardo

Similar Messages

  • What happens to unused common table expressions ,Does this affect in performance or ?

    If I write a query with one or more common table expressions to which I
    don't actually refer in the query, do they just get pruned off or do
    they get executed regardless? how does it affect in performance
    Prem Shah

    Try below
    seems when the CTE is not refer in the query then statement inside CTE is not executing at all even if it nested CTE, see for your self
    Create table UserInfo
    UserId int primary key,
    UserName varchar(30)
    GO
    Create table UserInfo1
    UserId int primary key,
    UserName varchar(30)
    GO
    insert into UserInfo
    select 1001,'X1' union all
    select 1002,'X2' union all
    select 1009 ,'X9'
    GO
    insert into UserInfo1
    select 1001,'X1' union all
    select 1002,'X2' union all
    select 1009 ,'X9'
    GO
    SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
    GO
    Begin tran
    select * from UserInfo1 where UserId between 1001 and 1009
    and UserName = 'XXXX'
    --Commit
    PRINT 'WITH out CTE access in select'
    SET STATISTICS IO ON
    ;WITH CTE1 AS
    (Select * From UserInfo1)
    select * From UserInfo
    PRINT 'WITH CTE access in select'
    ;WITH CTE1 AS
    (Select * From UserInfo1)
    select * From UserInfo a inner join CTE1 b on a.UserId=b.UserId
    Stats IO
        WITH out CTE access in select
        (3 row(s) affected)
        Table 'UserInfo'. Scan count 1, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
        (1 row(s) affected)
        WITH CTE access in select
        (3 row(s) affected)
        Table 'UserInfo1'. Scan count 0, logical reads 6, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
        Table 'UserInfo'. Scan count 1, logical reads 2, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
        (1 row(s) affected)
    Thanks
    Saravana Kumar C

  • I want to know whats the table according to this requirement

    .   Pending Purchase Order Requirement Specification:  
    1.     Fields on selection screen (input screen) : Vendor Code From to , Period From to , Material Code from to.
    2.     Field in the output List : P.O. No, PO Date , Vendor Name , Vendor code, Material Code , Material Description , PO Qty, Qty received  , Balance Qty.
    plz replly soon
    thanks n regard
    jatin sangal

    1. Fields on selection screen (input screen) : Vendor Code From to (Select option for EKKO-LIFNR) , Period From to  (Select option for EKKO-AEDAT), Material Code from to (Select option for EKPO-MATNR).
    2. Field in the output List : P.O. No EKKO-EBELN, PO Date EKKO-AEDAT, Vendor Name LFA1-NAME1 , Vendor code EKKO-LIFNR, Material Code EKPO-MATNR, Material Description MAKT-MAKTX, PO Qty EKPO-MENGE,  Qty received (EKBE-MENGE), Balance Qty (EKPO-MENGE - EKBE-MENGE).
    Hope this helps.
    ashish

  • Trying to upgrade to 3.6.8, and it says I can't because I "don't have access to some of the items. What in the world does this mean, and what do I do?

    I'm on a new Mac Mini running 10.6.4, bought in January and loaded with what I assumed was the latest version of FireFox--what I have is 3.5.2. I know I upgraded at least once since January
    When I try to download 3.6.8, it says that I "don't have access to some of the items."
    I don't think I've downloaded any plug-ins or anything that should trigger this. I have done a bunch of the standard upgrades that Microsoft incessantly sends out to fix problems in the Office suite. Haven't added any new applications. Can't figure out the problem. HELP!

    Hello.
    Try this:
    - uninstall your current version of Firefox (no data will be lost)
    - delete it's Firefox install folder (not your profile folder)
    - install the new version
    That should circumvent this problem. If you can't delete your Firefox install folder, after having uninstalled it, maybe it's because some of the files are locked. Try rebooting the system. If that doesn't help, ask Apple for support.

  • My iphone 4 keeps asking me to update my software what does this update do?

    i have the iphone 4 not the s and everytime i plug it into itunes it asks me to update the software does any body know what the differance is?

    The current software for your device is 5.0.1
    http://support.apple.com/kb/DL1472

  • WHAT THE **** IS WRONG WITH THIS UPDATE TO 8.1

    At first i thought my problems were limited to CDs not importing.....NOW MY IPOD WILL NOT SYNC WITH IT. What's the point of and itunes upgrade if my BRAND NEW IPOD won't sync with it??????

    You might get better answers if you gave more specifics. What error messages are you getting? What exactly is happening?

  • What kind of exception does this throw?

    Iam doing a cast as I need to cast an object to an integer using the following code?
    int unBroken = ((Number)target).intValue();
    I have to use an object as Iam creating a Converter for JSF and it has pre-constructed arguments. So what Iam wondering is (if it was passed a value that was not in integer would this cast/conversion throw an exception as I would like to catch it?

    Sorry to waste the time of anyone who read this. I worked it out myself just by forcing the error (duh like that wasn't obvious).
    Oh and it was a ClassCastException
    Cheers :)

  • What the freeking hell does this mean ?

    I get a error message in Netscape 6 and in IE6 when loading an applet.
    The error is:
    "Exception: java.lang.ClassCastException: Fruit"
    Why is this and how do I fix it ?
    HELP !!!

    It means somewhere you have an object of type Fruit that is being cast to a different incompatible type. Maybe the other way around I can't remember. Look for something like this in your code:
    Fruit x = new Apple();
    String y = (String)x;
    see
    http://java.sun.com/j2se/1.3/docs/api/java/lang/ClassCastException.html

  • HT6114 My double clicks no longer work after doing this update.  What happened?

    Double clicks in iPhoto no longer work after doing the update.  Trying to troubleshoot, but feeling dense in that I can't get this thing to work.  Any suggestions, please?

    Try this thread >   https://discussions.apple.com/message/23317566#23317566

  • HT203167 I bought some albums with musc through Itunes, but some songs wont download, yet, the other songs on the same album downloads, and I still pay full price for the album!! What is going on, does this happen to other people?

    Bought music albums from itunes, but some songs wont download, has this happened to someone else??

    Morning Dave Steenkamp,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/ht1933
    Best of luck,
    Mario

  • Field Selection for Inbound Deliveries?

    Hi SAP Gurus!
    Good day! During Creation and changing of Inbound Deliveries (VL31N or VL32N), how can I change the field for Movement Type into Optional? I can't find any Field Selection for Inbound Deliveries in IMG. How will I do this? Please help.
    Thank you.
    Mik

    i believe u need to modify the delivery item category for the inbound delivery as system fetches the movement type from there and if u do not want to make use of the movement type then it means there is no requirement of good reciept
    so make use of some delivery item categoy  in which putway is not relevant

  • Hi gurus what is table control can explin with example

    hi gurus what is table control can explin with example

    TABLE CONTROL
    These are the screen elements used to display tabular data they can be called
    as screen tables( like STEP LOOP).To use table control we have to create it on the screen using SCREEN PAINTER(SE51) and declare a control variable of TYPE TABLEVIEW using CONTROLS statement in the ABAP program. We have to use LOOP .. ENDLOOP statement in both PBO and PAI with or without AT int_table parameter. IF AT int_table parameter is not used than we have to place a MODULE call between the LOOP...ENDLOOP statement to fill the screen table rows from the ABAP program in PBO and program our own scrolling functions
    using OK_CODE field.
    Having a parallel loop(at screen table rows & int table rows) by using parameter
    AT int_table makes the ABAP code simple.
    A special structure of type CXTAB_CONTROL is used to set/get various
    attributes of table control at runtime like CURRENT_LINE ,TOP_LINE.
    ABAP declaration
    CONTROLS: tab_con TYPE TABLEVIEW USING SCREEN nnnn
    Here tab_con is the same name we used in screen for the table control.
    This ABAP statement will declare a control variable that will be used to access
    the table control , and set it's various attributes like number of fixed columns(tab_con-FIXED_COLS) ,total number of records it will display(tab_con-LINES).It is of type CXTAB_CONTROL and is a deep structure(structure containing structures).
    REFRESH CONTROL tab_con FROM SCREEN nnnn
    This ABAP statement will initialize the table control on the screen nnnn to its initial values.
    PBO processingI
    n PBO we have to use the screen LOOP ...ENDLOOP statement , with or without
    intenal table.
    LOOP WITH CONTROL tab_con.
    MODULE fill_tab_con.
    ENDLOOP.
    Here a module should be called between the loop endloop statement to transfer
    data from th ABAP program to the screen table through a structure.This module
    should use the CURRENT_LINE attribute of the table control variable to get the
    current screen table record index to read the data from the internal table into a work area.
    e.g.
    READ TABLE int_table INDEX tab_con-CURRENT_LINE
    The record read will be placed in the header line of the internal table and will be available to the similarly named screen fields or if these are different it can be written explicitly. e.g.
    screen_field_name = int_table-field_name
    LOOP AT int_table INTO workarea WITH CONTROL tab_con CURSOR i FROM
    n1 TO n2.
    ENDLOOP.
    Here the module call is not required to fill the screen table.The CURSOR parameter is a integer of type I indicating which absolute internal table line
    should be the first to display on the table control .FROM n1 TO n2 can be used
    to restrict the starting line and ending line number of the internal table , they are of type SY-TABIX.
    In both cases before the LOOP statement a module should be called which
    is generally for setting of status ,in which we should fill the LINES attribute
    (tab_con-LINES ) of the control with the total number of internal table records,doing this ensures correct and automatic scrolling.
    The ABAP statement DESCRIBE TABLE int_table LINES lines can be used
    to get the total lines in an int table.
    PAI Processing
    We have to use LOOP ... ENDLOOP in PAI so that data can transfer fro table control to ABAP program. If we want to write changes to the data we should
    call a module between the LOOP ... ENDLOOP. The MODULE call to process user commands (SY-UCOM) should be called after the ENDLOOP statement.
    e.g.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    In the MODULE call modify_int_table we can use
    MODIFY int_table FROM workarea INDEX tab_con-CURRENT_LINE
    or we can use
    int_table-field_name = screen_field_name.

  • What's the range of this new router from apple?

    what's the range of this new router from apple?

    One, it would help to specifiy which specific model/device.
    Two, reading the specs page for the device likely would answer the question.
    Three, what in the heck does this have to do with iTunes for Windows, the forum to which this silly question was posted?

  • What kind of layout is this?

    I am starting up a website at VisualizeEdits.com and I really like this website theme and would like to make mine similar but make it better.
    http://www.demo1.diaboliquedesign.com/4/
    What kind of layout does this website have? I noticed that the navigation (metro style) should be the header for every page.
    When I opened up Dreamweaver, it allowed me to choose a template type such as
    ASP JavaScript template
    ASP VBScript template
    ASP .NET C# template
    ASP.NET VB template
    ColdFusion template
    HTML template
    JSP template
    PHP template
    I'm just trying to get my home page started with some html and css. Then add some Java, php, and mysql for the login/registration.
    Is there a certain template I'm suppose to choose? If it doesn't matter then what kind of layout should I choose?
    I also mention this website on my help blog.
    http://blog.visualizeedits.com/website-help/

    Actually, about six years ago, before I took the Lynda.com courses on DW and CSS, I learned a LOT from downloading those templates and "playing around with them".
    I learned how to "float" columns, got a basic understanding of margins and padding and the difference between them, and I think the biggest was how to lay out an inline block navigation menu.
    I also found some really cool scripts like Nivo slider, Piecemaker, and of course Lightbox, which I've since replaced in my pallette with Fancybox.
    Some of those templates are very basic, and some are downright "cheesy", but they make for some good example of how to (and how not to in some cases) do basic CSS design. The first website I ever sold was a redone version of one from freecsstemplates.com. In a comparison between the original and mine, you wouldn't know they came from the same basic layout, but that was the point. Not to use someone elses design, but to take the framework and make the page my own. Once I could do that, I started writing my own CSS and webpages from blank documents.

  • SD:Create Billing Wrt Inbound Deliveries - third party Order

    Customer sends his Order forecast, From Interface it comes to SAP System through IDocs SO will be generated,that SO triggers purchase requistion and we have a batch job runs every hour to create purchase orders for Vendor. When the Vendor Sends goods to Customer and the same has notified to the Company, based on that we create Inbound Deliveries(VL31N) and Goods Receipt(MIGO or VL32N PGR) in our SAP System.
    We have batch jobs running every hour to create Goods Receipt for inbound deliveries and Billing due(RV60SBAT) list to generate Billing documents.This Billing is created based on the sales order quantity(Since it is Order Related Billing).Now the Customer wants billing based on the delivery quantity they received from vendor.Here we are not doing any Outbound Delivery.
    We used one Data Transfer Routine from Order to Billing in item category TAS at data VBRK/VBRP level(We copied the standard routine 003 and done modifications to get the inbound delivery no) This routine navigates from the sales document table(vbep) to the Purchase Requisition table(eban) to the Purchase Order history table (ekbe) and to the Material Document no to obtain Inbound Delivey Number
    We are successful to some extent in creation of billing document.but the problem is when there are 3 inbound deliveries for one purchase order, it is creating only one invoice for 1 of 3 inbound deliveries.but we need 3 different invoices for 3 inbound deliveries.
    For example
    Previous scenario: SO quantity is 100. Delivey quantity is say 20,30,50. Billing Quantity is 100
    Present scenario : SO quantity is 100. Delivey quantity is say 20,30,50. Billing Quantity is 20,30,50
    Customer wants billing for the quantitiies 20,30,50 not for 100

    Pradeep,
    Whats is your billing qty based on Order- GR qty? or Order - Inbound delv qty. How did you get this?.
    The problem lies because it is an order related billing.
    Try this make it a Delv related billing w/o any movement type.
    The moment you create an inbound delivery and O/P should be send which in turn will create a delivery document and PGI.(you can use this O/p type to do the dirty work)
    And after this complex process life becomes simple.
    Ravi

Maybe you are looking for

  • Gather_Plan_Statistics + DBMS_XPLAN A-rows for parallel queries

    Looks like gather_plan_statistics + dbms_xplan displays incorrect A-rows for parallel queries. Is there any way to get the correct A-rows for a parallel query? Version details: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi on HPUX

  • Bat File Trace

    Hi I use bat files scheduled to execute batch script late night. at the end of the execution i have no clue that now many statements in batch process successful and how many statements fail to execute. Is there anyway i can make a log of my bat file

  • Chaging Height and Width of POP UP in Webdynpro

    Hi, I want to change the height and width of pop up in webdynpro. Pop up is designed of view which is embeded in window. then i am calling lo_window         = lo_window_manager->create_window(                      window_name                = 'UPLOAD

  • Trying to copy something from ID to IL doesnt work

    I have something I created in IDCS3. It's all outlines. I copy it and try to paste it into Illustrator CS3 and nothing happens. Tried several different ways but nothing happens in illustrator. So, I exported the IDCS3 document to PDF and placed in Il

  • SocketTimeoutException: Read timed out - Context Is Too Large

    I've successfully generated ADS Forms through WebDynpro for a while, but have now run into an issue when the complex node used to fill the report is around 1,000 rows.  The process to retrieve the data via the EJBs, along with the process to fill the