Order Display

Hello GUrus
Is it possible to diplay all the orders, that is , purchase order , sales order and the transport order, all open and closed.
Thanks in advance
kaushik

Yes possible,use to get the data from SD Tables,MM Tables and display the data by using REUSE_ALV_BLOCK_LIST_APPEND FM.
SD Tables :
VBAP,
VBAK,
VBFA,
VBUP,
VBUK,
VBPA,
MARA,
MAKT.
MM Tables :
EKKO
EKPO
EKET
EKKN
EKBE
MARA
MAKTX
Reward Points if it is helpful
Thanks
Seshu

Similar Messages

  • Stats Tab in Header ( Purchase order Display )

    Warm greetings,
    In Purchase order display Stats Tab in Header ( Purchase order Display )
    Purchase order consists of K & A (Account assignment category) K Stands for Cost center & A stands for asset
    4 Qty for 500 = 2000
    1Qty of Asset 5000/=
    Here the total Value of the PO is 7000/=
    Once the purchase order is created in status tab
    Still to deliv : shows whole quantity of the PO Example 5Qty
    in which 4qty to k( cost center) & 1qty to A( Asset)
    But amount value  shows only 2000/=
    instead of 7000/=
    Generally it should show as 7000/=
    Help me out to fix this issue pleas,
    Regards
    Shamul heq

    Hi,
    pls check that the item which you are procuring for Asset is Non-Valuated.
    Thats why it is showing amount as 2000 only.
    Regards,
    Rahul Patil.

  • MVC in Purchase orders display

    Hi friends,
       i would <b>like to work purchase orders display scenario using MVC. if any body done this please let me know which CLASS</b> i need to use while i will create controller.
    thanks in advance,
    cheers,
    Kannan.

    Nothing special to creating the method.  You just create a normal global class in the ABAP workbench.  The only special thing you should do is make your class inherit from CL_BSP_MODEL. 
    Unlike Views and Controllers, there is no integrated creation or visibility to the model in the workbench. 
    Generally in the coding of your Controller (usually DO_REQUEST or DO_INIT) you create the link to the model class in code:
    if me->model is initial.
        me->model ?= create_model( model_id = 'SO'
                                   class_name = 'ZCL_ES_BSP_M_SE16' ).
    endif.

  • Open orders display in BEX report based on Key date

    Hello All,
    I have a requirement:
    We have an existing report which needs to have input selection as Key Date.
    The report should display the Open orders based on the key date mentioned.
    For Eg: if an item A was Opened on 20th Sept, 2010 and now CLEARED and if I run the ECC report today and mention the key date as 20th Sept, 2010, then the report will show me the item A status as OPEN
    Plz help me with the logic for the same at the earliest
    Tthanks..
    Sneha

    Hi Sneha,
    I assume you have open and crear dates in your query. So put an open date in your query filter and restrict it as less then Key date variable(which is a variable of type user-input on 0calday), then create another variable that feeds from keydate variable (it can be a replacement path or simplest user-exit).
    Note: the another variable is needed because as far as i can remember you cant use the same variable to restrict two different chars in the same query/anyway test if it's not possible - then create another variable as i mentioned.
    Take Cleardate in your query filter and restrict it as more than keydate variable andr # (not assigned). (in case if it hasnt been creared at all yet at the key date time)
    Pls let me know if this was helpfull

  • Order Change vs Order Display in VA05

    Does anyone know what would cause an R/3 originated order to open from a VA05 list in Change mode, while a CRM originated order would open from the same listing in Display mode? The orders are the for the same customer, and same order type, however they do not open the same way in R/3. Any ideas?

    Jami,
       By default you can't open orders in change mode, which originated from CRM.
      You need to make below settings in ECC CRMPAROLTP table.
    PARNAME     CRM_SCENARIO
    PARNAME2    INT_CHANGE_ORDER
    PARNAME3    <Sales Order Type>
    PARVAL1        A
    Even you need to follow settings according to the note 888665 to apply cross sytem locks.
    //Bhanu

  • Sales order display-how to change color of item with high level 0

    Please does anyone know how can i chenge the color of item with high level 0 in display of sales order in red or yellow so it can be seen better for better searching on page?
    thank you in advance...
    regards..

    You'd probably have to do a modification in SD for that. But what you can do, is make the higher level item not changeable. You could also set the display range to UHAU to only see the main items, do this in transaction VOV8. Or you could change your item category in VOV7 only to show main items.
    good luck

  • Procurement tab in Sales order displays two line items per material

    Folks
    I am not a SD guy and i have a very basic question on how to read the details in the procurement tab for a sals order.
    In the Procurement tab of a Sales order, two line items per material are displayed as shown below. whats does this mean ?
    Further, I had observed the below differences in the below 2 lines
    1. Mat. Avail Date is 06/19/2007 for line 1 & 06/20/2007 in line 2.why r the dates different ?whats the significance?
    2. Confirmed qty is 0 line 1 & 1in line 2.( when does confirmation trigger or update ? Is it upon ATP check or upon delivery ?)
    3. Order qty is 1 line 1 & 0 in line 2.
    Item     Material     Plant     Confirmed Qty     SU     Mat. Avial Date     SL     Req. Type          Deliv. Date     ATP Qty     Loading dt     Route     Part. Deliv/ Item     Deliv priority     Desc                              
    10     NTE801NC     2400     0     EA     6/15/2007     CT          D     6/19/2007     0     6/15/2007     24GB03     C     98     Priority 98 (Normal)                              
                                    1     EA     6/15/2007     CT          D     6/20/2007                   6/15/2007                    Priority 98 (Normal)                              
    Thanks

    It means  2 schedule line for that materials ,
    06/19/2007  is the date on which material is requested by  customer  but there is not sufficient stock on that day so 0 quantity is confirmed for that day.
    On 06/20/2007 material is availabe and you can start delivery to customer on 06/20/2007 and system confirms the material for 20th and it is reserved for this sales order.
    Confirmation is based on your MAT ( Material availability date ), but you can revist these dates through by triggering availabilty check or Back order processing through GATP or ATP.
    Manish

  • BOP Monitor missing Sales Orders, Displays only STOs

    Hi,
    We have an issue with a back order processing monitor screen.  BOP Monitor displays both SO and STO immediately after the BOP run but wipes out the SO from display after few hours. I guess the SOs have been deleted from buffer and so we don't see them on monitor screen.
    We have no functional issues as SO have been processed and confirmed but only the monitor screen misses SO. How does the buffer removes only SO?  Do we have any programs to change the buffer? Much appreciate your clues here.
    Thanks

    Hi Asokan,
    BOP Monitor is a dymanic display unlike SM37 background jobs log. So, if you see the Monitor immediately after BOP run, it would show you the results of BOP. However, if you see after some hours, the display will show you dynamic situation of your BOP result elements i.e. situation of schedule lines at that moment.
    If you have any program in R3 that updates sales orders, then there is possibility that the sales order schedule lines are updated and no longer available for display.
    Please check whether you get any messages in BOP Monitor. Also, for reference to BOP runs, please refer BOP_RESULT instead of Monitor. This report is static and will show you situation before BOP and after BOP.
    Regards,
    Bipin

  • PSE9 Organizer File Order display

    Before PSE9 if I chose to display the images in file order it did just that, no more.
    In PSE9 displaying the images in file order imposes a selection on the images, So, if choose to look at a particular folder the it selects the files in that folder to the exclusion of files in all other folders.
    In this screenshot I have clicked on a folder which has 17 files in it. It says at the bottom left of the screen that it has 'selected' 17 images out my 16000 files.
    Now here is the same display in PSE8
    The same 17 files from that folder are displayed, but them so are the ones in the following folder and I could scroll down through all 16000 of them without needing to select another folder. Note that there is no mention of 17 files having been selected at the bottom left hand corner.
    All I specified was a display order, not a selection of which files to display.
    It seems that in PSE9 if I want to select images from an assigned tag the only way it can be done is to display the images in date order in the tagged files are in different folders. This is useless.
    Please can anyone explain the logic in this 'update'?

    I would love to go back to PSE8 as it worked perfectly.
    Unfortunately I bought a new Nikon D7000 and PSE8 does not recognize it.
    I was informed that I needed PSE9 to use my new Nikon.
    Here is my post to a response that claimed I needed to do a 10-14 step workaround for an issue :
    I realize that I sounded extremely negative BUT I have had Photo Elements since 2001.
    I Never had a problem with any part of the software.
    To me the main reason that individuals like me get Elements is because of its ease to work with compared to PhotoShop.
    Let me list the problems that I am having :
    Bridge
    (1) The thumbnails do not show the picture
    (2)  You cannot attach to an email from Bridge.
    (3)  It now lists the file by date not consecutive numbering.
          I contacted Nikon and they say it is a software issue not the camera.
    Organizer :
    (1)
    It takes over an hour to load a picture from Elements (after you do a PP, even a simple crop) into organizer and it renders Organizer useless during the load process.
    A window drops and says "Element Organizer is currently busy and cannot process the request".
    Sometimes it shows the picture and says : "edit in progress" with a Lock symbol.
    If you wanted to share or do anything else in Organizer you are stuck until it transfer the picture.
    (2)
    The email size has issues :
    Big, medium level (slide bar with numbers) : never loads and I have to force quit Organizer and Mail
    Very Big, medium level: looks like a postage stamp or never loads
    Medium, any level size is Ok and what I have to use.
    (3)
    When I send a picture via email from Organizer from my ATT email address after it sends it, it puts it back in my MAC mail draft box.
    I have to delete it and close mail out otherwise if I only delete it, it reappears again in the draft box.
    (4)
    I have not tried any of the other features, Facebook etc, Heaven only knows what else I would encounter.
    (5) Periodic crashes of Organizer while in it.
    (6)
    The Notion that previously went from RAW edit to PSE for PP and the adjusted pictured stayed in Bridge or where I wanted to put it and now
    Adobe decided that you need to use Bridge for RAW edit into PSE and then into another program (Organizer) is not the simplistic way it was originally designed for people like me.
    (7)
    These issues occur with both RAW and jPeg files.
    In the past several PSE always had a separate MAC version that came out several months after the windows version.
    This time they consolidated the versions and I am concerned that this was a mistake that is leading to these issues.
    I am a MAC User and bought a new DLSR Nikon D7000, Which Adobe told me that I would have to upgrade to PSE 9 to allow Adobe to work with the D7000.
    I am guessing that there are too many issues here and Adobe should have check any MAC issues and issued a separate software package.
    If anyone from Adobe reads these posts and gets PSE 9 to work with a combined MAC and D7000 or just corrects their issues contact me so I can use this program again as I have used for 10 years with any issues.
    Otherwise I will have to after the holidays be forced to look for new software.
    Again I state that PSE was the easiest software I could use and now it is a nightmare.
    I decided to drag and drop out of PSE to the desktop and load them in iPhoto and email from there.
    Goodbye ORGANIZER !
    Greg
    I am not going to spend hours trying all kinds of gimmicks and 10 step workarounds which as a person with limited computer skills will only get into deeper trouble.  I am already tired and frustrated spending the amount of time with this.
    Greg

  • Sales order display - ship-to-party

    hi
       when VA03 transaction is run after providing the order value it displays header and item details. but in ship-to-party filed from which table the data is coming exactly how to find. and tell me the table name.
      I know the process.  pressing F1, in the technical information it is displaying the structure name.  after that we need to double click on data element and we have to use the where used list and there select table fields. it is displaying so many.  but i couldn't able to find the exact table.  is there any way to do this.

    Hi
    Ship-to-party is a partner function so you will find it in table VBPA.  The Key for this table is VBELN-POSNR-PARVW where PARVW is the partner function.  For ship-to-party (on our system anyway) the value you require is 'SH'.
    Hope this helps
    Andy
    There is also VAKPA which kind of does the reverse of VBPA in that it it is an index of sales orders for a given partner function.  The one you need will depend on your specific requireements.
    Message was edited by: Andrew Wright

  • Interactive sort order display

    How can I display the order in which the user has clicked the report columns using interactive sort feature?
    If I apply the interactive sort on two columns and user sorts first Column1 and then (holding Shift key) sorts Column2, then it is different sort order than when he clicks Column2 and then Column1.
    Unfortunately in both these situations, the column headers look the same. You can't tell which column used clicked first (which column is first in the sort order).
    I want to display the sort order before the tablix:
    - sort order: Column1, Column2
    or
    - sort order: Column2, Column1

    Hi jedrekc,
    According to your description, you have two columns with interactive sort in your report. Now you want to display the sequence of sorting so that you can see which column is sorted first. Right?
    In Reporting Service, we don’t have any variable or function to record some kind of event like you click on interactive sort icon. That means we can’t catch this click action so that it’s impossible to display the column names based on sorting order. So
    currently, your goal can’t be achieved.
    However, this kind of requirement is sensible and useful. I would recommend you to submit it as a feedback to the Microsoft Connect at this link https://connect.microsoft.com/SQLServer/Feedback.
    This connect site will serve as a connecting point between you and Microsoft, and ultimately the large community for you and Microsoft to interact with. Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you
    can learn more about and contribute to the exciting projects on Microsoft Connect. 
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou (Pactera)

  • IPhoto albums order display on iPhone

    Using iPhoto 9.5.1 on new Macbook Air with OS UTD, and iPhone 6 using iOS 8
    I know how to sort Events album orders in iPhoto View>Sort Events>by date & descending
    but in my iPhone, they are all in random order.
    I have synced multiple times.
    How do I get them to display on my iPhone like they do in iPhoto (i.e. chronologically descending)?
    Also, why is my selected Key Photo for each album lost when the albums are on the iPhone?

    iPhoto  for iOS is no longer supported nor works in iOS 8 and has been dropped from further development by Apple.  Go to the iPhoto for iOS forum and look for how to migrate  photos from iPhoto to the Photos app on the iPhone.
    It's a whole new ballgame now.  Here's some info on how the Photos apps now works.
    Your photos are still on your phone.  With iOS 8 there is no My Photo Stream or Camera Roll any more.  The MPS has been replaced with the Recent Activity album.
    The CR is replaced by the Collections mode.  The closest we can get to the Camera Roll is to turn off the Summarize Photos feature in the Settings/Photos & Camera pane and view the photos in the Collections/Moments window.
    The photos will be in chronological order when scrolled up from the bottom of the window.
    The Recent Activity album is showing the photos added in the last 30 days going back to 8/20 (today being 9/18).  In iPhoto on a Mac the My Photo Stream is showing more like 31 days, 8/19 to today, 8/20. It must be how the two devices calculate the last 30 days.
    WARNING:  If you use iTunes to sync photos between your iPhone or iPad and your Mac do not activate the iCloud Drive. Doing so will kill the capability of using iTunes to sync with your mobile device and disable Documents & Data syncing for your iCloud account on OS X Mavericks and earlier Macs, as well as iOS 7 and earlier devices.

  • Ordering display in a KF

    Hi All,
    I am writing a query where I have the user selection on Region.
    The query gives the sale figures as per these regions. Now, the requirement says that these regions need to have an order of their own. Like,
    N           1
    E           2
    W          3
    S           4..
    Likewise there are 7 regions. I want to know that how can I display these in my query.
    Is adding a navigational attribute the only solution?
    thanks and best regards,
    Sharmishtha

    Hi,
    Krish's Idea will almost solve your problem.
    1)Take the Region characterstic in teh filter area and restrict with USer entry varible.
    2) In the rows Take a Structure.
    3) Under the strcture Create 7 Selections , each one should restricted with Different Regions. These restrctions in those Selections should be in the same order in which you want to see regions.
    4) I.e In  First selection , you will take Region and restrict with North.
    In  Secon selection , you will take Region and restrict with East.
    In  Third selection , you will take REgion and restrict with west.
    In  fourth selection , you will take REgion and restrict with South.
    5) take the property 'Donot show null rows"
    Final most important is We need to see whether COGNOS enough good to understand these selection and strcuture concepts.
    With rgds,
    Anil Kumar Sharma .P

  • Invalid Orders displayed in DSPB

    Hi,
    We are facing an  issue in the DS plannign board.
    Issue is the orders with invalid PDS are displayed in the DSPB.
    For a Product Prod1 planned order is created and start date is 06.08.2013 and available date is 31.10.2014.
    we have 3 PDS with different validity dates.
    PDS1 -01.10.2013
    PDS2-01.10.2014
    PDS3 -01.10.2015
    The above mentioned order is picking PDS2 but the validity date of the PDS starts from 01.10.2014.
    Likewise around 20 products are displayed on the  planning board with invalid PDS(But orders exists in RRP3).
    Can anyone suggest why wrong orders are displayed in the DSPB abruptly
    Thanks in advance!

    Hello,
    Please check the propagation range used in Product view as well in DS board.
    Also check the capacity of the resources with the operation also if there are overlapping orders chances of picking other PDS is possible.
    Check if the routing maintained are parallel/alternative type.
    Hope it helps
    Regards,

  • Sales Order display in CNMM

    Hi ,
    In our scenario we are assigning multiple sales orders to project at  WBS levels ranging from 1-2.
    In CNMM we are getting the display of only one sales order which is assigned at Header WBS.
    Other  sales orders ( which are assigned to level 2 ) can be seen in Left side tree structure but while selection we are not getting the details at right side it doesn't show any row for sales order.Eventhough I used same sales document type for all sales order.
    Wht can be the reason ?
    Pl suggest.
    Rgds
    Edited by: Shrikrishna Rasam on Aug 26, 2008 8:58 AM
    Edited by: Shrikrishna Rasam on Aug 26, 2008 2:36 PM

    Hi,
    Thanks or the reply.
    The Inspection lots are of lot Origin 04, and the Process order for which these lots are created is having a link to Sales orders.
    Hence the requirment is to see the Sales order also against which these Process orders are created and for these process orders the Inspection lots are created.
    I know that the sales order option in the dynamic selection is to show sales order against which the insp lots are created.
    Is there any user exit for the QA32 or QA33 Tcode which solves my requirement.
    Thanks
    Navin

Maybe you are looking for