Req:Download of purchase order item details using normal ALV

Hi all,
Can we display the output as script form by using function module reuse_alv_grid_display_lvc.

u can use the PRINT button above in the output...

Similar Messages

  • Req:Download of purchase order item details using ALV oops

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

    Hi all,
    How to download the purchase order item details using ALV oops from the output of header details

  • Req:Download of purchase order item details using ALV

    Hi all,
    In my requirement i have to display the output like this by using fm reuse_alv_commentary_write.But i need space in between them like this.please help me in doing this.
    From:  Belverin B.V.                    Order nr. : PO-B013554        
    To:      GRAF.  BV
    Date:  28-JUL-2005 14:02            Doc. Currency: EUR

    Hi,
    To add more gap you can try html_top_of_page in place of commentry write ....
    FORM html_top_of_page USING top TYPE REF TO cl_dd_document.
      DATA: l_text(255) TYPE c.
      DATA: text1(255)  TYPE c.
      DATA: t_header TYPE REF TO cl_dd_table_element ,
            wa_header TYPE REF TO cl_dd_table_area.
      CALL METHOD top->add_gap "to add gap as you like....
        EXPORTING
          width = 10.
        CALL METHOD top->add_text
          EXPORTING
            text          = <your text>
    *    fix_lines     =
            sap_style     = 'HEADING'
            sap_color     = cl_dd_document=>list_heading_int
            sap_fontsize  = 'MEDIUM'
            sap_fontstyle = 'ARIAL'
            sap_emphasis  = cl_dd_document=>strong.
    *    style_class   =
    *  CHANGING
    *    document      =

  • Purchase order item details in the drop box is not appearing

    Hi all ,
    I have created a 'Z' transaction  ME22N .Purchase order change .
    In that transaction purchase order item details in the drop box is not appearing.
    Please suggest .

    Hi,
    System will not display the Purchase order item details in the first screen. First enter the data on the Item overview like Material or short text then only it will display the Item details.
    I think you are checking with out entering the data on Item overview .
    Check by entering the material/short text.
    rgds
    Chidanand

  • Purchase Order: Item Details account assignment repeat function

    Dear All,
    When am trying to create a PO, the system always pops to enter cost centre, gl account, unloading point in acct assgnment category . Is there any repeat funcrtion that can be used so that there is no need to enter it evertime we create PO's.
    Thanks in advance

    dear ashwin
         In creation of the po u can use the default settings in the line item, by going to default settings u can select what ever u want to put as permanent after that u can remove this things
    or also use repeat function so that u can ease u r creation of the po.u can do that by going personal setting also
    regards
    Edited by: a s rao on Apr 25, 2008 5:07 AM

  • Reg: Block purchase order item level using MEMASSPO

    Hi,
    I am checking to see if we can block PO item level  in MEMASSPO.There is field for deletion indicator but i could'nt find any option to block.I searched forum but i found that deletion indicator LOEKZ value could be S for blocking and L for deletion.I want to know if any enhancemet or exit is required to include the feature of blocking PO item through MEMASSPO.Any information on this would be appreciated.Thanks in advance

    why do you want to set the block?
    Blocking an item is from s SAP point of view a short term solution until you have decided about a final solution. E.g. you have not yet an accurate price, hence you wont allow a GR, so you set a block.
    But blocking does not close a business case. Someday you want archive old purchasing documents, but archiving is only possible for not blocked  items.

  • Import data to Purchase Order Item Level Text from DMS system

    Hi,
    I have the material PO Text maintained against the Material in the DMS system.
    In R/3, when I am creating the Purchase Order, I want the system to retreive the PO Text maintained in DMS against the material in the Purchase Order and paste it in the Purchase Order Item details - Material PO Texts.
    Could anyone suggest me which User Exit or BAPI and the Function Module to fetch this data from DMS.
    Thanks in advance.
    Regards,
    Jeetendra

    Dear Gurus,
    We are able to populate the "Import Data" in the backend PO in our backend system 4.6C, thorugh user exit
    EXIT_SAPMM06E_004   &   EXIT_SAPLV50E_004.
    Now when we create PO from SRM , the import related foreign trade data gets filled up from the master data.
    Problem: In Header and Line item condition: We are not getting the condition type GRWR automatically, if the PO is comming from SRM. Because of this the statistical value is 0.
    ( If we create manual PO, the condition GRWR appears in PO - and the Statistical value gets filled in automatically )
    How can we put the condition type GRWR into the PO using user exit ?
    Thanks and regards,
    Anil Rajpal
    Edited by: ANIL on Aug 12, 2010 6:18 PM

  • Standard program for unbilled  sales orders and purchase order items

    Can anyone advice,  is there any standard program which gives the unbilled sales order and purchase order items.

    Hi,
    Use the T.Code VA05/VA05n for list of all the sales order s which are open.
    Take T.Code:VA05N
    Select the option "Open Sales Orders".
    Execute.
    It will give you all the orders which are open.
    The standard program for this is:"SD_SALES_ORDERS_VIEW".
    The same you can also get by using the T.Code VF04.
    In this if your scenario is "Order related",then select the option "Order related".
    Else if it is "Delivery related",then select "Delivery-related".
    Execute.
    The standatd program for this is:"SDBILLDL".
    T.Code:VF05/VF05n is for list of billing documents.
    Regards,
    Krishna.
    Note:Pls search the forum.

  • Free Item in Purchase Order Item

    Hello All,
    I would like to ask where in table level can I identify Purchase Orders which have "Free Item".  Because on the screen field i saw from the technical definition that the "Free Item" is of field MEPO1211-UMSON, but when I go to EKPO I cannot find the corresponding field.
    I have this idea but I don't know if it is right or not, in case I uncheck the "Invoice Receipt" in the Purchase Order Item details, the "Free Item" check box appears.  So I am thinking is all Purchase Order Items which have "Invoice Receipt" (EKPO-REPOS) uncheck considered as a "Free Item".
    Thanks.

    Hi,
    When we are talking about Free Items, in SAP terms, it means that we would not have any conditions/Gross/Net Price.
    Also, Invoice Receipt will be unchecked because for free items, there would not be any invoice right?
    So we can conclude that, once Invoice Receipt is unchecked + Free items is checked, this particular line item will be received as free goods.
    Note that if the material is valuated, it will affect your MAP (moving average price).

  • Purchase order Item note

    Hi,
    I am displaying a Purchase order report. I need to display the Purchase order Item Note.Using read text i am unable to find out can any one suggest me how to find out.
    Regards,
    Raghu

    Try below code
    data : it_address type table of tline with header line.
            call function 'READ_TEXT'
              exporting
                client                  = sy-mandt
                id                      = 'F01'
                language                = sy-langu
                name                    = <CONCATENATE PONUMBER &PO LINE ITEM>
                object                  = 'EKPO'
              tables
                lines                   = it_address
              exceptions
                id                      = 1
                language                = 2
                name                    = 3
                not_found               = 4
                object                  = 5
                reference_check         = 6
                wrong_access_to_archive = 7
                others                  = 8.
    Regards
    Vinod

  • Purchase order item 00001 still contains faulty ac count assignments

    Hello guys,
    I have an issue with PO not being processed to SAP: it get on status, held, error in process. In SRM portal I get the message "Purchase order item 00001 still contains faulty ac count assignments".
    I have checked the Purchase Order status in SAP SRM using the transaction BBP_PD and I got the status I1132 "Transfer failed (E.Sys.)".
    Is there a way to reprocess the order and release the status to "Ordered"?
    Please describe me the process in detail
    Thank you,
    Sarah

    Hi,
    First please check whether the Account assignment is allowed in the backend.
    1.     Copy the GL account from the SC --> Go to backend system --> Go to FS03 transaction --> Paste the GL account and respective company code --> Go to tab Create/bank/interst --> Click on Field status group --> Check for Addtional account assignments --> Check whether this GL account is allowed to post for the account assignment enter in the Shopping cart.
    If not allowed. Change the GL account in the SC and Retransfer the SC.
    You can resubmit or retransfer using following FM or Report -
    1.     BBP_PD_SC_RESUBMIT --> FM
    2.     This is the new report BBP_SC_AUTO_RETRANSFER to change the status from
    3.      Go to the portal --> SC monitoring --> Click on Create Follow on document or RZ20
    Thanks.
    From RBEI,
    Snehal

  • Purchase Order Items open vs ME2M discrepancy

    First posting so if this is not the right section please move this topic.  Was the closest I could come to correct forum placement.
    Hello all,  I am in the process of setting up BPM to monitor u201CN* of Purchase Order Items openu201D from various plant locations and I am noticing the number BPM gives is different than what the system you give if I used ME2M.
    For example:  I am setting up BPM to monitor Number of Purchase Order Items Open for plant location 2102.  The set up is scarce and I only have a few fields filled out in the set-up:
    -Document Type u2013 Single Value u2013 NB, UB, FO, ZPC, ZGR
    -Plant (Item) u2013 2102
    -Doc. Category u2013 F (Purchase Order)
    -All of fields are left blank
    When this runs I will get an example of 1487 (it changes on an hourly basis so I canu2019t give a static value).
    When I try to verify this number using ME2M I get a value of 1237.  A difference of 250.
    The configuration I am using for ME2M is as follows:
    -Plant u2013 2102
    -Scope of List u2013 ALLES
    -Selection Parameters u2013 WE101
    -Document Type - NB, UB, FO, ZPC, ZGR
    -All other fields at left blank
    Any reason for this discrepancy?  The closest I can guess is SAP is pulling in some additional information OR my configuration is incorrect.  Anybody run into this issue that has some tips?
    Thank you
    -nic

    I know that ME2M has nothing to due to with BPM.
    I am confused as to why when I set up BPM, in Solution Manager, to monitor Purchase Orders that are open I am getting a different number than when I use the transaction ME2M in SAP ECC.
    For example:
    When the process runs in Solution Manager I get back 1425 open POs
    When I go into SAP ECC and use the transaction ME2M it will only pull up 1175 open POs
    Somewhere along the lines I am missing or adding 250 POs.  The current setup (listed above; not sure if BPM is configured the same for everyone) is listed above.
    I have tried various set-up options in both BPM Solution Manager and SAP ECC (ME2M) but can't seem to find where these additional numbers are coming from.
    Thank you
    -nic

  • Developed a report which gives PO(Purchase Order) Pricing details.

    hi experts,
    please give me tables and fields for following report, and also exlain me briefly,
    Developed a report which gives PO(Purchase Order) Pricing details.
    thanks in advance,
    radhakrishna

    Hello Radhakrishna,
    you can use the function module
          CALL FUNCTION 'RV_PRICE_PRINT_HEAD'
            EXPORTING
              comm_head_i       = wa_komk
         LANGUAGE          = ' '
       IMPORTING
         COMM_HEAD_E       =
         COMM_MWSKZ        =
            TABLES
              tkomv             = gi_komv
              tkomvd            = gi_komvd.
    in wa_komk pass the condition record number.
    this you will get from your vbak table
    reward  points if helpful

  • In MR11 - u201CNo (suitable) purchase order/item found     u201C.

    Hi Friends,
    We are having issue with MR11 in 4.6 B. While doing MR11 for a PO where Delivery costs have not been balanced, we are getting message u201CNo (suitable) purchase order/item found     u201C.
    In the research, we found that in 4.6 B, MR11 is using program SAPMM08K, where as in ECC 6.00, it is using program SAPRCKM_MR11.
    Initial fetch from PO history table :
    4.6 B -> In 4.6 B we are using EKBI view (Join via EKKO / EKPO / EKBE for MR11) to fetch the PO history table. (It is not considering EKBZ table for delivery cost records)
    Program is checking the Quantity of EKBI, if there is no difference in quantity then it is coming out of loop and showing message
    No (suitable) purchase order/item found
        Message no. M8 401
    3CAUSE&
        No purchase order exists which corresponds to your entry for a quantity
        difference posting.
    ECC 6 -> In ECC 6.00 we are using view V_CKMLGRIR (DB View: Selection for MR11 Clearing GR/IR Clearing Account Table u2013 EKKO, EKPO and EKBE)
    Here also program is checking the Quantity in the View, if there is no difference in quantity then it is going for another fetch (which is missing in 4.6 B).
    In the another fetch, it is checking View V_CKMLGRIR_FR (DB View: Selection for MR11 Clearing Freight Clearing Accnt Table u2013 EKKO, EKPO and EKBZ)
    I've searched sap notes but couldn't find much help. I've tried different search criteria but no luck. Could anyone able to help me?
    Thanks,
    Ramesh S

    HI
    MR11 will show only the blocked invoices due to quantity/price difference.
    First of all please check your invoice (MIRO of your required PO) that it is blocked for invoice verification or not .(Please note block for payment is not relevant for MR11).
    Further please check if you have mainatined any tolerance in GRN (MIGO) for under or over delivery , so it is not escaping the PO due to under/over tolerance limit.
    Cheers
    Mukta

  • Create additional field in sales order item and copy to purchase order item

    Dear SAP Gurus,
    I am hoping that someone could help me by providing me with how to implement the following 2 requirements in the SD order and in the purchase order.
    1. I am wanting to add a custom field to the SD sales order item copying a value from the vendor customer master.
    2. I then want to add a custom field to the purchase order item and copy the value from my custom field in 1. to this new custom field..
    Can you please advise how I would go about implementing the above requirements?  I am assuming that there are exits to allow me to implement these 2 requirements.
    Many thanks
    Henry

    Hi,
    For the first requirement you can use the USEREXIT_MOVE_FIELD_TO_VBAP in report MV45AFZZ.
    For the second, as I think that you will create a RFQ you can try to use the enhancement MEREQ001.
    Regards,
    Eduardo

Maybe you are looking for

  • Installation Issue On Vista

    I am currently trying to install iTunes 8 on my computer. However when the installation gets to the bit where it says 'unschedulling Apple Software Update' i get the following message: There is a problem with the windows installer package. A programm

  • Hidden, Visible and back to Hidden using a radio button

    Ok this might be really simple for someone to answer. I have a radio button I'm using to toggle between two list boxes with multiple lines of text (hidden and then visible). Here's the problem, when I toggle the radio button back and forth I have bot

  • Help! with creating a J2ME program using the http connectivity interface

    So this is what I have to do using the http connectivity interface: 1.Creating two threads – one for communication (receiving and sending) and the other (main) thread will be for interaction with the user. 2.The main thread will make use of three mid

  • Horizontal lines appear in grab acquision after a while

    Hello everyone, My system is using 4 cameras. this system worked for about 3 years and never had a problem with this. But now, When I start my process for less than an hour, I start to see horizontal lines in my acquisition image. Even when I close a

  • Can't seem to perfectly sync two clips...

    I'm working with a split screen effect, with each side of the screen showing a different angle of the same, simultaneous action.  I'm trying to line them up perfectly (using the audio), but can't seem to. The video shows a hammer hitting nails, so th