Transaction code to check warehouse stock with storage section combination

Hello Gentalemen,
  Is there any transaction code to check the warehouse stock with combination of storage section in Warehouse Management?
    Please let me know.
Thanks

You can use LX02 or LX03. In the tool bar click the third button which will give you the dynamic inputs from LDB(click the storage bin drop down and click on storage section). You can provide the storage section there.
Kesav

Similar Messages

  • How to create a transaction code for a function group with screen 100 as st

    Hello ,
    I have requirement where I need to create a function group and create screen 100, 200, 300 and include the function in the screens.
    Customer asked me to create a transaction with the screen 100 as the starting screen.
    Can you please let me know how to create a transaction code for a function group with screen 100 as starting screen.
    [ It is not a module pool program ].
    Thanks
    Prashanth.
    Moderator message - Please ask a specific question and do not ask the forum to do your work for you - post locked
    Edited by: Rob Burbank on Jun 2, 2009 11:49 AM

    Go to transaction SE93, enter a transaction code that you want and click on "create". Enter a text and select the "Transaction with Parameters" button. In the Default Values section, enter START_REPORT in the transaction field. Check the "skip initial screen" box. In the Name of Screen field section enter the following lines:
    Name of screen field:                               Value
    D_SREPOVARI-REPORTTYPE                RW
    D_SREPOVARI-REPORT                        ZPCA
    Save and transport accordingly.

  • Transaction code to check delivery lists

    Dear experts
              We have some transactions which shows all the orders, inquiries, quotation and billing. So I want to know is there any transaction code to check deliveries. Like for example, Va05,va15,va25 etc.
    Thanks in advance.

    Hi Shilpa,
    Please check out the below transaction codes which may useful for ur requirement
    VL06G     List of Oubound Dlvs for Goods Issue
    VL06P     List of Outbound Dlvs for Picking
    VL06T     List Outbound Dlvs (Trans. Planning)
    VL06U     List of Uncheckd Outbound Deliveries
    Thanks
    Surendra P

  • Finding warehouse number with storage location

    Hi all,
    How can I find the warehouse number given the material, plant and the storage location? Thanks in advance.

    You need to join two tables :
    MARD - MATNR,LGORT,WERKS
    MLGN - Here you get Ware house number
    Check with LS24,LS26 Transaction and also check with MLGT Table
    Thanks
    Seshu

  • Closing stock with storage location

    i am using MB52 transaction to findout closing inventory in each storage location  for given list of stores. It's not comming in proper format.
    some plz let me know is there any other transaction by which i can get abaove report as per following format
    ARTICLE CODE-STORAGE LOCATION-SITE CODE-VALUE

    Hi Charan
    u can use the T code MC.9
    It will give teh clsing stock for a period
    You can drill down to storage location level here
    Thx
    Vikrant

  • Warehouse stock with production date of batch

    Hello,
    Can somebody tell me any report where user can see warehouse stocks along with production date of a batch. User wants to do FIFO while doing inventory transactions. And user wants to first transfer oldest produced batch first.
    Please suggest.

    Hi Sudhir,
    Thanks for your response. LX02 shows only GR date for quant- for certain quant GR date is updated as todays date if some stock transaction is done for that quant.
    User wants report
    He will then be able to move oldest stock based on production date.  Example quant has GR date as 24th Feb 2011. But its production date is 24th Feb 2010. So ideally this stock should be moved in FIFO method based on production date.
    To summarise, I require standard SAP report  stock in LX02 as well as production date/receiving date of a batch in quant.

  • How to create 2 transaction codes for same report program with diff title

    Hi All -
      I have created report program and create 2 transaction codes with different short description. I want to display the Tcodes decriptions instead of program attributes title.
    Can anyone pls tell me how to do this?
    Thanks,
    Kannan

    Hi Kannan,
    define 2 titlebars t1 and t2 for the report. In report initialization,
    IF sy-tcode = 't1'
      SET TITLE t1.
    ELSE.
      SET TITLE t2.
    ENDIF.
    Regards,
    Clemens

  • Transaction code for checking the capacity of  a job

    Hi,
      Can anybody tell me if there is a transaction code for viewing the capacity of Job.
    Thanks and regards,
    Avinash.S

    Hi Avinash,
    I am not geeting what you want normally CM01 for w/c vise Load you can use.
    Pls elaborate yr problem a little bit.
    Umesh

  • Transaction code/Program to update the Business place/Section

    Dear Sir?Madam
    We have migrated from 4.6B to ECC6. we are implementing EWT and are testing the tax etnries. while doing miro in some douments the users forgot to update the business place and section field. while doing challan updation it is not allowing to update the challan.
    Can you help in suggesting which program or transaction code can be run to update the business place and section so that the challan can be updated and certificate printed.
    Regards
    Sumita

    Dear Sumita,
    It seems you are entering the FI document number in the
    selection screen of the transaction J1INPP. You need to give
    the MIRO document number in the section screen of transaction
    J1INPP instead of corresponding FI document number. Once you enter the
    MIRO document number in the transaction J1INPP, the program will update
    the business place and section code for the corresponding FI document.
    Regards
    Prashant

  • WM - Report for stock with storage time

    Hi Guru,
    How can I get a report with material_name, quantity, and their storage time?
    e.g. part A putaway on 2008/1/1,  100 EA
    The report will show:
    material    Qty          storage time
    part A     100 EA     (2008/12/10 - 2008/1/1)
    We want to find out the stock which have a long storage time - dead stock.
    Thanks,

    Hi,
    Information that comes from WM can be misleading. Even if you have the stock long ago, WM movements may happen within the WH for that material (and this does not mean IM movement but the quant-data in WM may change).
    I think you should consider the use of dead stock and slow moving stock reports (MC46 , MC50). MC.A report can also be used to get information on goods movements.
    Of course, depending on your WM strategy and processes you can extract the necessary information. E.g. in LX02 you can see the GR date, SLED/BBD, the already mentioned last movement, last removal, etc - check the layout.
    Regards,
    Csaba

  • Any standard transaction code to check Batch Creation Date of a batch?

    Please let me know if you know any transaction to check batch creation date of a batch , preferably with valuation information.

    Hi
    You can try with MB5B. It wont give batch creation date, but it will give posting date (most of the cases posting date may be batch creation date)
    Otherwise you can try to pull the information at table level MCHA-ERSDA and develop query.
    regards
    Srinivas

  • FM to check material plant and storage location combination

    I need to build a check that material is extended for plant & storage location.Please guide id some standard function module exists.
    I do not want to write select query using MARD.

    Hi ,
    try this FM
    MARD_SINGLE_READ
    Regards,
    Rohan.

  • Display Warehouse Stock in SAP EWM

    Dear Experts,
    Kindly let me know what is the transaction code to display Warehouse Stock in SAP EWM.
    Thanks,
    Shetty

    Hi,
    Indeed, the Warehouse monitor pretty much gives you all the information that you need. Do not forget that from time to time you need to update the stock data from the EWM to the ERP using the transaction /n/SCWM/ERP_STOCKCHECK - Stock Comparison ERP in order for the monitor from the EWM to be conclusive with the valuated data form ERP.
    All the best,
    Claudiu Maxim

  • T.code for checking stock at WM level

    Hi Gurus,
                   I want to check the warehouse stock at Storage type level in previous week,Can any one give me T.Code where we can satisfy this requirement
    Regards
    Narayana

    Narayana,
    There is no std SAP WM report which will show you this. I will take some calculating to get a total for all movements for a material/ST/Bin/etc. I did it in excel and it took some time, but I'm sure you could write a basic query / ABAP report to get this.
    Good luck.
    Hein

  • Variable with RSCUR transaction code - To Be translated

    Hi All,
    I have created a variable with RSCUR transacton code to get user input date.
    This variable prompts in the sap query.
    Upon my SAP super query we have built an universe, to build bo reports.
    As this variable is created with RSCUR transaction code, it is not reflecting with universe designer to get translated.
    Can you please provide me any approach, on taging this variable with other dimension at sap query level or any other approach to solve this issue.
    My requirement is to include it with sap query, to get reflected with universe.
    Please let me know the approach on passing values from one varaible to other variable, which i guess would solve this issue.
    Thanks.

    Hi ,
    U said the t-code RSCUR  its for currecy transation but i dont no y ur talking about date that and all ..
    the variables in bex query are reflected to universe as a filters .
    i think 1st u need to check the check box in bex query properties i.e "Query allow to external access " then only the query will comes in universe level .
    if u want to any changes in the universe go to file and import the universe and then save finally u have to export then only its stored in the CMS ...
    i think its needful to u ................

Maybe you are looking for

  • How to define join in physical layer between cube and relational table

    Hi I have a aggregated data in essbase cube. I want to supplement the information in the cube with data from relational source. I read article http://community.altiusconsulting.com/blogs/altiustechblog/archive/2008/10/24/are-essbase-and-oracle-bi-ent

  • I have my HP OfficeJet Pro 8500 A connected to my Mac Book Pro on a Wireless network. It works and

    I have my Hp Officejet Pro 8500 A connected to my MAc Book Pro which is running Lion OS on a wireless network.  It works just fine and prints and everything.  The problem is a "HP Utility" window that pops up on my screen and says it is "connecting t

  • TV and audio output

    I have a TV and stereo in close proximity. I'm wondering if there's anyway to rig a single dock so it will output to the stereo for music and to the TV for for video, hopefully without swapping cables. I guess I'm wondering if the Universal Dock acco

  • Retained earnings/annual net income differ in B/S and I/S

    When we run Cxcd, the above message appeared and i tried so many way and could not find a solutions to fix the problem Please advise, you help greatly appreciated Thank you Bali

  • Long fields used in BAPI

    Hi. I have to create a custom BAPI which has one import field as string type. because BAPI doesnt support string data type, I have changed it to char2048 which is giving warning. Ignoring it, when I try releasing it in transaction SWO1, its throwing