Tcode : LX16 and Tcode : LI11N

Hi all,
As a part of warehouse management , these transactions are used to carry on continuous inventory and inventory count.
My first question is what are these things used for.
I have an inbound interface where i am confirming the Transfer order and carrying out these transactions.
Please do help me out in understanding of this transaction and the related BAPI to create.
Thanks in Advance,
Regards,
B.Anandha Krishnan.

Documentation for LX16 Tcode
Carry out Continuous Inventory
<b>Purpose</b>
With the continuous inventory method you take inventory on a selected number of storage bins in a storage type.  The inventory can take place at any time during the fiscal year. Compared to the annual inventory count at the end of the fiscal year, the continuous inventory has some advantages.
The effort for the inventory is not concentrated on a certain day or days but is distributed over the entire year.  This can result in a better levelling of the workload in the warehouse.
Inventory can be conducted during slow times, for example, during the summer vacation period.
With a reduction in the effort required at the end of the fiscal year, a company can respond better to problems that might arise during an end-of-year closing.
When an inventory is carried out on a continuous basis, up-to-date information about the correspondence between the warehouse stock and the book inventory is always available.
Try with these BAPI's for LI11N
BAPI_WHSE_TO_CREATE_STOCK   
BAPI_WHSE_TO_GET_DETAIL     
BAPI_WHSE_TO_GET_LIST       
BAPI_WHSE_STOCK_GET_DETAIL 
BAPI_WHSE_STOCK_GET_LIST   
Regds
Manohar

Similar Messages

  • Process chain tables and tcodes

    Hi frinds,
    can any one send me the process chain tables and tcodes . plzz
    regards,.
    rajesh
    my mail id is [email protected]

    Hi Rajesh,
    Process chain tables:
    RSPC_BUFFER Shared Buffer for Processes (Esp. Customer
    RSPC_MONITOR Monitor individual process chains
    RSPCABAPASYNC Logging for ABAP Processes(Synchronously a
    RSPCCATEGORY Process Type Categories
    RSPCCATEGORYT Texts for Category
    RSPCCHAIN Process chain
    RSPCCHAINATTR Attributes for a Process Chain
    RSPCCHAINEVENTS Multiple Events with Process Chains
    RSPCCHAINT Texts for Chain
    RSPCCOMMANDLOG System Command Execution Logs (Process Cha
    RSPCENQUEUE Dummy Table for Runtime Locks of a Process
    RSPCEXOR Excluding Or: Log Table
    RSPCINFO Special Values for Communication between P
    RSPCINFOT Special Values for Communication between P
    RSPCINSTANCE Generic Instance Storage
    RSPCINSTANCET Texts for Generic Instance-Storage
    RSPCLOGCHAIN Cross-Table Log ID / Chain ID
    RSPCLOGCROSS Cross-Table Log ID Old / Log ID New
    RSPCLOGS Application Logs for the Process Chains (G
    RSPCPROCESSLOG Logs for the Chain Runs
    RSPCRUNVARIABLES Variables for Process Chains for Runtime
    RSPCTRIGGER Variants for the Trigger Processes
    RSPCTRIGGERT Texts for the Trigger Variants
    RSPCTYPESDEP Dependencies for Processes
    RSPCTYPESPROC Attributes of BW processes (RSSM)
    RSPCVARIANT Generic Variant-Storage
    RSPCVARIANTATTR Attributes of a Process Variant
    RSPCVARIANTT Texts for Generic Variant Storage
    Regards,
    R.Ravi

  • TCODE PRAA and inactive employees

    Hi all!
    I'm new to tcode PRAA and I'd like to know if it's possible to create vendors from inactive employees.
    For example: I have an expatriate. His original file is inactive - expatriate file active in HR - and I want to create the vendor using his original file.
    Is it possible?
    Thanks for your help!

    Hello Matthieu
    I wonder if this relates to how you have configured your leaving action for inactive employees? Please check if the flag 'Maintenance permitted after leaving' is maintain in table V_T582A, for the relevant HR infotypes 0000, 0001 and
    0017.
    Then check if you configured a leaving action for Travel relevant employees?
    You can find these under the tree menu for Person Related master data.
    When an employee leaves the company, the general process is to create an action for the master data. You can either use the standard delivered action 'Org reassignment' or create/copy your own based on the standard.
    You can do this in transaction PR05, menu point environment > personnel actions. Here you activate the radiobutton "Organizational reassignment"and press enter. Then you can create an action. You should use the action type 'leaving' (10).
    That said, I am not sure if this will extend to PRAA as I could find no specific support issues from FI-TV side whereby the same checks will then allow vendor to be created  - it seems to only be the case that bank update can occur for already created and previously active employess in which case would leave me to believe you would have to run PRAA in update mode to update having manually created the vendor in FI.
    Sally

  • Upload File to Content Management Server (Tcode OAC0) and Return a URL

    Dear Experts,
    We use webdynpro ABAP for UI and now we have a requirment: User want to upload a attachment to Content Management Server (Tcode OAC0) and get the URL like "http://svsrmd01.csvw.com:8000/sap/ebp/docserver/Daily.txt?attcget&ClId=4F45CC6E84F31335E10000000A7A05C5&sap-client=280". Is there any stand function to achieve it? Many thanks!

    Hi,
    This link will be helpful for u.[content ngmt|http://help.sap.com/saphelp_crm700_ehp01/helpdata/en/07/53291e70e346b1bf16977cc8dcabdd/frameset.htm]
    regards,
    Karthik.R

  • Use of Tcode: UPX_MNTN and UPX_MNTN1

    Hi,
    Can anybody give me idea what is the use of Tcodes:  UPX_MNTN and UPX_MNTN1.
    It would be great help for me.
    will assign the points.
    thanks
    BPS

    Hi consult following as well:
    Layout missing in UPX_MNTN
    Also check the following threads for more information on how to use this transaction:
    SEM-BPS enhancement layout
    Enhanced Planning Layouts in BW-BPS possible?!?
    regards
    D

  • Validation check for Tcode FB10 and FB60 - FICO.

    I have an issue in validation check for Tcode 'FB60' and  'FB10'.
    there are two exits coded for these transactions through transaction 'GGB0'.
    details for the two exits.
    exit 1.
      when posting a vendor invoice, the network status is checked whether it is completed or not - if status is completed error message is raised.
    exit 2.
      when posting vendor invoice - for G/L Account in 60000 - 69999 series network should not be posted. if posted error message is raised.
    when these two exits are entered via a prerequisites in code 'KGB' a code is generated automatically to call these exits- when transaction 'FB10' 'FB60' is executed.
    Issue:
    for  code 'FB10' is executed with network with status completed and with G/LP account in 60000 - 69999 series -
    error message is raised in sequence i.e. exit 1 is raised and then exit 2 is raised.
    but for code 'FB60' if condition for exit 2 is  not satisfied then exit 1 message is raised.
    but it should be in sequence in raising the error message i.e. exit 1 and then exit.
    Even though for both the transaction the auto generated code is similar and even exits are similar - but it is execution in raising the error message is diffrent.
    - Since it is auto generated code i am able to figure out the issue.
    i would appreciate if any one could help me out in this issue.
    thank you,
    with dregs,
    Karthik.

    Hi,
    I have tried what you have suggested. But still validation is not working
    I have done the following validation based on your inputs.
    Prerequisite
    Company Code = '1265' AND Transaction code = 'FB60' AND
    Account Type = 'K' OR
    Transaction code = 'F-43' AND Account Type = 'K' OR
    Transaction code = 'F-48' AND Account Type = 'K'
    Check
    Business Place > '' AND Business Place = Section Code
    Message
    E - Error Message
    Still it is not working.
    Please suggest.
    Best Regards
    Shashikanth.M

  • In which table can I find the tcode, username and data of login ?

    Hello,
    I would like to know which tcode and when specific users use.
    And therefore I have  question:
    In which table can I find the the tcode, username and data and time of login ?
    Rgds Stenwa

    Depending on the version of SAP you are using, you can trace this via:
    1. STAD.
    2. SM20. But proper config should be maintained via SM19.
    Please read this documentation by SAP for details: [http://help.sap.com/saphelp_nw70/helpdata/EN/8a/a8b5386f64b555e10000009b38f8cf/content.htm]
    BR,
    Suhas
    Edited by: Suhas Saha on Apr 22, 2010 6:45 PM

  • While executing TCode F13 and F13E, purchase order number is not appearing.how it should be displayed into tcode f.13, please any one help me

    While executing TCode F13 and F13E, purchase order number is not appearing.how it should be displayed into tcode f.13, what are the requirements need to display into tcode f.13, please any one help me, i am facing this problem in  production server

    Hi Nattu,
    Please check it will show the PO no under Purchasing doc field
    Check which layout you are applied.
    its should be
    SAP&F124
    Without Specification of Crcy
    Regd,
    Khan.

  • Standard Texts (Tcode CA10 and SO10)

    Guys,
    Also posted [here|http://www.sapfans.com/forums/viewtopic.php?f=7&t=317636]
    Has anyone seen any decent SAP Help documentation on standard texts (TCode CA10 and SO10)
    These are the texts that are used in operations, paging and some action-box functions, etc.
    PeteA

    Kaushal Rai,
    I'm looking for some comprehensive documentation relating to the use of standard texts
    We are investigating the possibilities/options for use in the PM module.
    PeteA

  • Table contain user name and tcode

    Dear Experts,
    Can you tell me which Table contained user name and tcode field?
    Thanks and Best regards,
    wilson

    You need to be even more carefull with parameter transactions.
    If SU24 is not maintained for them, PFCG will pull the proposals from the core transaction (via which the parameters are used in the skip screen feature...). If the core transaction has authority proposals for S_TCODE, then you will get those tcodes and their proposals as well.
    A carefull choice of menu objects (not only limited to Tcodes), taking heed of SU24 defaults and tuning it to meet your needs is the key. But it requires organizational discipline and good training, otherwise rather dont use it for anything other than important objects which you want to control manually only, even if your business roles are a mess.
    You can also restrict the authorizations of the security admins for example (as unpopular as that may sound... to segregate authorization concept development (SU24 etc), role building development (PFCG etc) and user administration (SU01 etc). Object S_USER_TCD also has a field called TCD...
    There are also other objects (as Dipanjan has pointed out) which have TCD as a field of an object which is not S_TCODE. In addition to I_TCODE, Q_TCODE, P_TCODE, see also S_IDOCMONI for example.
    To be honest I have given up on trying to find them all
    The easiest solution is to use the menu and maintain SU24 when the transaction is configured or the application is developed and tested. That is what SAP does as well in SU22. It is more work upfront, but more sustainable in the long run.
    If your users (and auditors) only see the menu (and use the SUIM --> Executable transactions) options, then you can get away with it in the short or even medium term. Latest when someone else need to maintain the roles they will hate it...
    My 2 cents,
    Julius

  • IDOC setting for tcode PB40 and applicant creation

    In tcode PB40 (a tcode of HR Module), when for example, Applicant Creation is done, an IDOC is triggered.
    We are encountering an error in the IDOC which is trigered when Applicant Creation is done because that IDOC is picking up a partner profile which is not correct.
    Please tell me where is the setting maintained which dictates the triggering of IDOC in tcodes like PB40 (so that i can debug why is it picking up a wrong partner profile)

    Hi,
    This output determination is done using NACE..
    For your scenario in We20 check the message type you are using and associated partner profile...there you need to configure the message control for generation of the idoc check whether this has been configured in different partner profile than required..
    Also check any distribution model associated for this data (Tcode :BD64)
    HTH
    Rajesh

  • Addition of field on TCode QM02 and QM03

    Hi,
    We would like to add an additional field in TCode QM02 and QM03 on the claim information, vendor address tab. This field should be a free text field, where one can type explanations given by vendors for non-conformance. How can we go about achieving this? Are there any screen exits which we can use?
    Thanks and Regards,
    MIck

    Hi,
      Check the following i am not sure if you can get a field exactaly where you want but we have the below screen exits for notifications, i would suggest please go through the documentation for them:
    1. QQMA0001-incorporate additional data in notification header
    2.QQMA0008-additional data on the details screen fro notification item
    3.QQMA0010  QM/PM/SM: User Subscreen for Additional Data on Cause
    4.QQMA0011  QM/PM/SM: User Subscreen for Additional Data on Task
    5.QQMA0012  QM/PM/SM: User Subscreen for Additional Data on Activit
    Regards,
    Himanshu

  • IDOC Type for Tcode CC01 and CC02 (Create / Change Change Numbers)

    We are trying to integrate Change Master from a 3rd party system to SAP R/3 4.72.What is the IDOC Type for Tcode CC01 and CC02 (Create / Change Change Numbers)

    Thanks...
    We have looked at this IDOC Type. However we are not very sure how the components (Material/BOM etc.) will be mapped into E1AEEFM segment in the IDOC.

  • Give me some PP important tables and Tcodes for abapers

    give me some PP important tables and Tcodes for abapers
    thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    10     Production Planning (PP)
    10.1     Work center
         CRHH                    Work center hierarchy
         CRHS                    Hierarchy structure
    CRHD                    Work center header
    CRTX                    Text for the Work Center or Production Resource/Tool
         CRCO                    Assignment of Work Center to Cost Center
         KAKO                    Capacity Header Segment
         CRCA                    Work Center Capacity Allocation
         TC24                    Person responsible for the workcenter
         CRCO                    Allocation of costcentre to workcentre
                 S022                    Order Operation Data for Work Center
    10.2     Routings/operations
         MAPL                    Allocation of task lists to materials
         PLAS                    Task list - selection of operations/activities
         PLFH                    Task list - production resources/tools
         PLFL                    Task list - sequences
         PLKO                    Task list - header
         PLKZ                    Task list: main header
         PLPH                    Phases / suboperations
         PLPO                    Task list operation / activity
         PLPR                    Log collector for tasklists
         PLMZ                    Allocation of BOM - items to operations
    10.3     Bill of material
         STKO                    BOM - header
         STPO                    BOM - item
         STAS                    BOMs - Item Selection
         STPN                    BOMs - follow-up control
         STPU                    BOM - sub-item
         STZU                    Permanent BOM data
         PLMZ                    Allocation of BOM - items to operations
         MAST                    Material to BOM link
         KDST                    Sales order to BOM link
    10.4     Production orders
         AUFK                    Production order headers
         AFIH                    Maintenance order header
         AUFM                    Goods movement for prod. order
         AFKO                    Order header data PP orders
         AFPO                    Order item
         RESB                    Order componenten     
           AFVC                    Order operations
         AFVV                    Quantities/dates/values in the operation
         AFVU                    User fields of the operation
         AFFL                    Work order sequence
         AFFH                    PRT assignment data for the work order(routing)
         JSTO                    Status profile
    JEST                    Object status
         AFRU                    Order completion confirmations
               PRT’s voor production orders
         AFFH                    PRT assignment data for the work order
         CRVD_A               Link of PRT to Document
         DRAW                    Document Info Record
         TDWA                    Document Types
         TDWD                    Data Carrier/Network Nodes
         TDWE                    Data Carrier Type
    10.5     Planned orders
         PLAF                    Planned orders
    10.6     KANBAN
         PKPS                    Kanban identification, control cycle
         PKHD                    Kanban control cycle (header data)
         PKER                    Error log for Kanban containers
    10.7     Reservations
         RESB                    Material reservations
         RKPF                    header
    10.8     Capacity planning
    KBKO                    Header record for capacity requirements
    KBED                    Capacity requirements records
    KBEZ                    Add. data for table KBED (for indiv. capacities/splits)
    10.9     Planned independent requirements
         PBIM                    Independent requirements for material
         PBED                    Independent requirement data
         PBHI                    Independent requirement history
         PBIV                    Independent requirement index
         PBIC                    Independent requirement index for customer req.

  • Path to tcode MIGO and MIRO???

    I can't find the path to tow tcodes MIGO and MIRO.Help me, please!!!
    Thank you for reading my post^^

    Hi,
    MIGO
    SAP Menu> Logistics-> MM-> Inventory Management> Goods Movement--> MIGO
    MIRO
    SAP menu-> Logistics> MM->Logistic Invoice verification-> document entry----MIRO
    Regards,
    Biju K

Maybe you are looking for