Table for delivery picked quanitity

Hi,
I need to know the table for the picked quantity field PKIMG.However, it resides in a structure called LIPSD.But, does anybody throw some light in which table it can be found.
Sam
Edited by: Sam C on Nov 7, 2008 11:54 AM

Hi Sam,
There is no standard table for the field PIKMG.You can use the structure as you said LIPSD & apart from there some more structure LIPSVB, LEINT_LIPSVB, BORGR_LIPS
Regards
San
Edited by: SAN_SD on Nov 10, 2008 3:34 PM

Similar Messages

  • Tables for delivery details

    Hi all,
    What are the tables for delivery details.
    What i want exactly is header and lines tables for one Delivery .
    Thanks

    Thanks Nagmohan...
    And i want to know what are the tables get affected and the flow of process from the status to shipp confirm ..
    Can you pls tell me patiently..
    thanks

  • Standard output type for Delivery picking list

    Hi All,
    My requirement is to trigger a picking list from the outbound delivery whenever the overall WM status is "B". Probably I need to look at a new requirement routine to add this condition.
    Pls tell me what is the standard output type available for delivery picking list. I have analyed "EK00". Looks like this works only for deliveries without warehouse management.
    Also we dont have a customization path for "EK00" and it has to be assigned to a shipping point.
    Pls confirm if we can use EK00 for deliveries with warehouse management and is it correct?Else what is the other standard output type available for delivery picking list.

    check ZPCK picking list.
    SPRO>Logistics Execution>Shipping>Basic Shipping Functions>Output Control-->Define print parameters shipping
    Here available ZPCK condition type.I think this condition record you can use.

  • T-Code to update condition table for delivery & transport scheduling to SCM

    Hello,
    Could you tell the T-code to update condition table for delivery & transport scheduling to SCM system
    These are the some SAP fileds
    /SAPCN1/KOTABNR (Condition Table)
    /SAPCND/KAPPL(Application)
    /SAPCND/KSCHL(Condition type)
    /SAPCND/KOLNR(Access sequence)
    Thanks in Advance
    RK
    Edited by: RK on Jun 9, 2009 5:58 PM

    HI
    The TCODE for this is /SAPAPO/ATP_GCM.
    Regards
    Anurag.

  • Table for Delivery changed data

    Dear Gurus
    There is a requirement to create a z report based on delivery details. As according to the business process, the delivery weight is changed by z activities somedays after creation of delivery. Is there any table from which i can get the previous (old) value of weight which is now replaced by new weight value. (As this can be seen in delivery change data details, it shows the previous weight value and new weight value but i cant find the table for it)
    Thnx in advance
    Deepak Mehmi

    Hi
    Since Lakshmipati has already answered the question just to add on in CDHDR with VL02N you can find the object class as LIEFERUNG for any change in net weight. You can query in CDPOS with object class as LIEFERUNG as Object class and Object Id as the delivery number (with preceeding zeros-to make it 10 digits). The FNAME would be BTGEW for gross weight and NTGEW would be for net weight. The VALUE_NEW would give the new value and VALUE_OLD would give the old value.
    Thanks
    Indranil

  • Data base tables for delivery & post goods issue

    Hi,
      can u plz tell me which database tables are going to update after the delivery is completed?
    which database tables are going to update after post goods issue.
    Thanks for ur help.
    Regards
    pabitra

    Hi,
    Check the folowing tables:
    LIKP : Delivery header
    LIPS : Delivery items
    VTTP : Shipment item
    VTTK : Shipment header
    VBFA : Document flow
    VBUK : Header status
    VBUP : Item status
    Regards,
    Santhosh

  • Fields and Table for Delivery address in a PO

    Hi Gurus,
    I want to find out the fields and the corresponding table for the delivery address in a PO (line item details). It is the address of the plant. I searched the tables ADRNR, ADRN2 and one customized field (/GLB/Ship_to) in the table EKPO, but of no help. I can find out from other tables the address of the plant, but I want to go to a table for PO, where I can have the delivery address/ship to address.
    Please help.
    Thanks,
    Kumar

    Hi
    For Plant Address, check the table T001W
    If you want complete address details, take the ADRNR field value from T001W and pass it to the field ADDRNUMBER of table ADRC, you will get the details.
    Normally addresses are stored in the table ADRC. If you gave any other Delivery Address in the PO, instead of Plant, get the value of ADRN2 from EKPO and pass it to ADDRNUMBER of ADRC and you will get the address detials.
    Edited by: Arun R on Dec 17, 2010 2:39 PM

  • Creation of New Table for Delivery Output Type.

    Hi Guys,
    I need to replace an existing table by creating a new Table in the existing Access Sequence with the combination of "Ship to Party/Product Hierarchy".
    Logistics>Shipping>basic Shipping functions>Output determination>Maintain Condition Tables-->maintain output condition table for deliveries.
    I am choosing a new table by the name 902, but i am not getting the field " PRODH Product Hierarchy" on the right hand side to choose from.
    I checked the field catelog also. Firstly the field catelog was also not having the field, and then i added the field in it by choosing new entries.
    I guess i am missing some step in between, thats why the new field (PRODH) is not showing on the right hand side while creation of the condition table.
    One more thing, when i am seeing the Field Catelog, i am able to see a very large number of fields, then why only a few are appearing during creation of a new table??????
    Can you guys correct me and let me find a way.????
    Thanks very much indeed.
    Regards,
    Vivek

    Hi If u have already the field in FC u can add with new entries .
    Try with ,enter t- code <b>SE11</b>, enter <b>KOMB</b>- it will ask for access key get from basis and add u r Field catalog
    Field catalog for condition key: output determination
    If at all u want a new field tao add to u r FC u Can try with userexit.
    1)ADDING OF NEW FIELDS IN PRICING  
    In Pricing in SD the fields on the basis of which pricing is done are derived from the FIELD CATALOG which is a structure KOMG .This structure is used to transfer transaction data to the pricing procedure in SD and is also known as communication structure.This structure KOMG consists of two tables KOMK for Header related fields and KOMP for item related fields.
       The fields which are not in either of the two tables KOMK and KOMP
    cannot be used in pricing .Sometimes a need arises when the pricing
    is to be based on some other criteria which is not present in the form of fields in either of the two tables.
      This problem can be solved by using USEREXITS which are provided for pricing in SD.
      Pricing takes place both when the SALES ORDER ( Transaction VA01) is created as well as when INVOICING ( Transaction VF01) is done.Hence SAP provides 2 userexits ,one for sales order processing which is
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    Depending upon which table (KOMK or KOMP) the new fields were inserted we use either of the above two userexits.These userexits are found in include MV45AFZZ of the standard SAP sales order creation program SAPMV45A.
    In the case of userexit which will be called when invoicing is done ,these
    are provided in the include RY60AFZZ which is in the standard SAP
    program SAPMV45A. The name of the userexits are same. i.e
    USEREXIT_PRICING_PREPARE_TKOMP  or
    USEREXIT_PRICING_PREPARE_TKOMK
    These userexits are used for passing the data from the communication structure to the pricing procedure, for this we have to fill the newely
    created field in the communication structure KOMG for this we fill the code in the above userexit using the MOVE statement after the data that
    has to be passed is taken from the database table by using the SELECT statement. The actual structure which is visible in these userexits and which is to be filled for that particular field is TKOMP or TKOMK.
    Before the coding for these userexits is done ,it is necessary to create a new field in either of the two tables KOMK or KOMP .For this purpose
    includes are provided in each of them .
    To create the field in header data(KOMK) the include provided is KOMKAZ
    and to create the field in item data(KOMP) the include provided is KOMPAZ.
    One possible example for the need of creating new fields can be e.g. Frieght to be based upon transportation zone ,for this no field is available in field catalog and hence it can be created in KOMK and then above userexits can be used to fill the transportation data to it.
    2)The other method of finding userexit is to find the word USEREXIT in the
    associated program of the transaction for which we want to determine userexit using SE38.
    3)The other method of finding userexits is to find the include in case of SD/MM applications where the userexits are located ,this can be found in the SAP reference IMG generally in the subfolder under SYSTEM MODIFICATION.
    Some other examples of userexits in SD are:<b></b>
    Message was edited by:
            SHESAGIRI GEDILA

  • User exits for delivery picking confirmation and transfer order creation

    Hi
    We have a scenario for which we need help.
    This is to do with replenishment from plant to plant.
    We have sales sets.
    The sales sets needs to be replenished from one plant to another. We want the componenets of the sales sets to picked from the issuing plant. For this we need a transfer order. this needs tobe confirmed and then the goods issue should take place from the issuing plant. Its a two step process.
    we are doing Sales sets in STO. The explosion takes place in STO. However when we create deliveries for this. Only the sales set header item without its components are flowing into the delivery.
    The Tranfer order does not contain the components either.
    However post  the goods issue we  can create a TO with reference to the TR. This is is not acceptable because we want the picking and confirmation to occur before PGI from the issuing plant.
    Could anybody help: We want the TO to be created with the components even though in the delivery only the Sales set header appears. Can u suggest a user exit in which when we create the TR from the delivery the components of the set.
    After confirmation of the TO then we want the picking status to be put as C.
    Supreeth

    Hi,
    Check the following users exits.
    MWMRFSSG            user exit for sorting TOs in RF system-guided transaction
    MWMRFUP             Customer defined general purpose pushbutton called from scr.
    MWMRP001            Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection
    MWMRP002            Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.
    MWMRP003            Customer Exit for Replenishment using RLLNACH1
    MWMRP004            User Exit for Replenishment using RLLNACH4
    MWMTO001            Enhancements for end of transfer order generation
    MWMTO010            Exit: Calculation of Total Planned TO Processing Time
    MWMTO011            Correction of Planned Processing Time for TO Item
    MWMTO012            Correction of Sorting and Split Transfer Order
    MWMTO013            Stock Removal for Sev. Storage Types as in Stringent FIFO
    MWMTOAU3            Separate selection of posting changes for autom.TO creation
    MWMTR001            Exits at the end of transfer rqmnt creation (IM,PP interf.)
    MWMD0001            Transfer order print via RLVSDR40
    MWMD0002            Transfer order print as multiple process with RLKOMM40
    MWMIDI07            Enhancement for Output WMPIHU (Create Pick-HU) Inbound
    MWMIDO11            Enhancement for message WMTORD: TO with several items
    MWMIDO12            Enhancement for Output WMPIHU (Pick-HUs) Outbound
    MWMIDO13            Extension for WMMBXY (subsequent tasks after goods movement)
    MWMPP001            Enhancement WM/PP Interface (automatic TR generation)
    Regards,
    Murali

  • Table for delivery block status

    Hi,
    Which table can I find the status of the delivery that is block due to legal control ? (e.g. license not found).
    I cannot find it in VBUP nor JEST.
    We want to make a report to show what deliveries are block due to legal control.
    Thanks!

    If this info you are seeking for GTS. As I know these info is not stored in ECC table.
    In addition to that why are you creating a custom report for this, when you have standard reports available in ECC. Check following TCode /SAPSLL/BL_DOC_SD_R3 - GTS: LCE: Blocked SD Documents or Program(SE38) /SAPSLL/BLOCKED_DOCS_SD_R3 in ECC.
    Thanks, JP

  • Table for Delivery number

    Hi All,
    i've created a delivery for a STO order using VL10B.
    Now i need a table which has the delivery number along with the STO doc number and item number so that i can fetch it for further processing.
    Kindly help in this issue.
    regards
    Prabhu

    You have to make the following join to retrieve the delivery and the STO corresponding to it.
    Join LIKP, LIPS : LIKP-VBELN = LIPS-VBELN
    Join EKPO, LIPS : EKKO-EBELN - LIPS-VGBEL AND EKPO-EBELP = LIPS-POSNR
    Join EKKO, EKPO : EKKO-EBELN = EKPO-EBELN
    More than one inbound delivery can be created with reference to a STO, so STO is referenced in the delivery at item level in LIPS-VGBEL.

  • Table for Delivery Loc

    Hi,
    Where can i find relation for Product and delivery location.
    Any table?
    Any FM?
    Regards
    Satish

    Satish,
    Try the function module: CRM_CRMM_PR_SALESA_GET.  You will need to pass the guid of the product to this function module.
    The underlying table is CRMM_PR_SALESA.
    Take care,
    Stephen

  • Table for Delivery Note after Deletion

    Hi
      I want to find out delivery note which are created and deleted at a later point of time against a sales order.
    once i delete a delivery note i am unable to find tables
    which have the delted delivery note. If any one knows the
    tables plz do share
    Thanks & Regards,
    abhimanyu.L

    Hi
         likp, lisp, vbup, vbfa don't have delivery note after
         it gets deleted. i can get it from CDHDR or CDPOS
         but i can not associate it with sales order.
         In cdhdr, cdpos we have entry only for object value
         the delivery note nor.
    Regards,
    Abhimanyu L.

  • Table for Delivery Note History of PO

    Dear all,
    I would like to know is there any table storing the change log of Delivery Note. I have to take log on each changed about the delivery date of the Delivery Note and use that in a customized program. Is there any table storing the history of the changes?
    P.S. The Delivery Note is for PO. Therefore cannot get from the SO History. and I cannot find that in the PO history. Can anyone help? Thanks.
    Regards,
    Mandy

    Check CDHDR and CDPOS tables..

  • Tables for delivery and stock transport orders

    Hi Members,
    I have a requirement where i have to display (in a report output) a requirement quantity of deliveries and stock transport orders which are displayed in MD04 transaction for particular material and plant.
    I don't know which tables these quantities sit into.
    If you know please help.
    Points will be suitably rewarded.
    Reagrds,
    Boby

    >
    Boby wrote:
    > Hi Members,
    >
    > I have a requirement where i have to display (in a report output) a requirement quantity of deliveries and stock transport orders which are displayed in MD04 transaction for particular material and plant.
    > I don't know which tables these quantities sit into.
    > If you know please help.
    > Points will be suitably rewarded.
    >
    > Reagrds,
    > Boby
    if you only have to display deliveries and stock transport orders you can take LIKP and LIPS for the deliveries and LTAK and LTAP for transport orders.
    for all the other elements displayed by MD04 we would have to know about your setup: are you using dispo-areas (which would populate tables MDMA ...) so in that case please provide more information.

Maybe you are looking for

  • Photoshop Pressure Doesn't work on Multitouch Tablet Pc's!

    I have a Hp tx2z. Its got a screen made by Ntrig and not by wacom. So instead of using the standard wintab api it uses standard hid based USB instructions. The Dell Latitude Xt and XT2 both use these screens. I was told by the people at Ntrig that Ad

  • My Ipod is not reconized by Itunes and my computer?

    Every once in a while my computer doesnt reconize my ipod when i plug it in to my computer. and i dont know how to get the computer to reconize it again. someone help!!

  • Can we transfer Business Partner from SRM to MM?

    Hi All, We created BP in SRM through Supplier registration, now we want this vendori .e BP to be present MM...is it prossible to transfer this vendor to MM?... Thanks Ravi

  • No progress of installation for windows 10 (10041)

    Is there any way to know the progress of installation. The message 'just a moment' is displayed for a long time and the internet connection is being used. The instllation is not progressing. What is the download requirement during installation from i

  • Benefit error

    I am getting the error message "Calculated processing end date is before the start date" when I do the benefit enrollment from HRBEN0001 transaction. Kindly help