I want to block SO line item wise qtg Change ,after Post goods received .

Dear Expart
I want to configue SO line line item wise qtg change after PGI.
Can any one tell me the SPRO for the said configue.
Yeasin

Hi YEASIN,
This option is not supported by standard functionality.
But still you can achieve this thru User exit - MV45AFZZ -
Ask your abaper to write the logic and input in the user exit - and issue a warning message as 'no changes can be made as Delivery for this item is completed' or wht ever way you want.
Because we had similar issue and we had done this thr user exit and it was working fine now.
Revert back if you need any more clarification on the same.
Rgds
Sunil.

Similar Messages

  • Sales Orders line item quantity getting Zero after free good line item

    Hi experts,
    i am creating sales order using BAPI  BAPI_SALESORDER_CREATEFROMDAT2   sales order having some free goods material  and line item after free goods line item having quantity zero.
    for example A B are  materials, A having free goods a1.  when SO  having 3 line items 10 for A ,line item  20 for a1 and line item 30 for B . But line item 30 having quantity zero.
    find code below and advice .
    lwa_ord_head_in-doc_type       = 'ZSO'.
        lwa_ord_head_in-sales_org      = '1000'.
        lwa_ord_head_in-distr_chan     = '10'.
        lwa_ord_head_in-division       = '10'.
        lwa_ord_head_in-req_date_h     = lwa_rof_s-date_del.
    *Order Header Update
        lwa_ord_head_inx-doc_type       = 'X'.
        lwa_ord_head_inx-sales_org      = 'X'.
        lwa_ord_head_inx-distr_chan     = 'X'.
        lwa_ord_head_inx-division       = 'X'.
        lwa_ord_head_inx-req_date_h     = 'X'.
        lwa_ord_partners-partn_role  =  'AG'.
        lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
        APPEND lwa_ord_partners TO lt_ord_partners.
        IF lwa_rof_s-del_addr IS INITIAL.
          lwa_ord_partners-partn_role  =  'WE'.
          lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
          APPEND lwa_ord_partners TO lt_ord_partners.
        ELSE.
          lwa_ord_partners-partn_role  =  'WE'.
          lwa_ord_partners-partn_numb  =  lwa_rof_s-lease.
          APPEND lwa_ord_partners TO lt_ord_partners.
        ENDIF.
        lt_rof_it_t = lwa_rof_s-zsd_rof_it_t.
        LOOP AT  lt_rof_it_t INTO lwa_rof_it_s.
          lwa_ord_items_in-material = lwa_rof_it_s-matnr.
          lwa_ord_items_in-plant = lwa_rof_s-plant.
          lwa_ord_items_in-target_qty = lwa_rof_it_s-qty.
          lwa_ord_items_in-comp_quant = lwa_rof_it_s-qty. "added on 12/29
         lwa_ord_items_in-target_qu = 'EA'.
         lwa_ord_items_in-t_unit_iso = 'EA'.
          APPEND lwa_ord_items_in TO lt_ord_items_in.
          lwa_ord_items_inx-material = 'X'.
          lwa_ord_items_inx-plant = 'X'.
          lwa_ord_items_inx-target_qty = 'X'.
          lwa_ord_items_inx-comp_quant = 'X'.
         lwa_ord_items_inx-target_qu = 'X'.
         lwa_ord_items_inx-t_unit_iso = 'X'.
          lwa_ord_items_inx-updateflag = 'I'. "'U'
          APPEND lwa_ord_items_inx TO lt_ord_items_inx.
         ** Schedule Line Information
          lwa_schedule_lines-itm_number = '000010'.
         lwa_schedule_lines-sched_line = '0003'.
          lwa_schedule_lines-sched_line = 'X'.
          lwa_schedule_lines-req_date   = lwa_rof_s-date_del.
          lwa_schedule_lines-date_type  = '1'.
          lwa_schedule_lines-req_qty    = lwa_rof_it_s-qty.
          APPEND lwa_schedule_lines TO lt_schedule_lines.
         lwa_schedule_lines_x-itm_number = '000010'.
         lwa_schedule_lines_x-sched_line = '0003'.
          lwa_schedule_lines_x-updateflag = 'I'.
          lwa_schedule_lines_x-sched_line = 'X'.
          lwa_schedule_lines_x-req_date   = 'X'.
          lwa_schedule_lines_x-date_type  = 'X'.
          lwa_schedule_lines_x-req_qty    = 'X'.
          APPEND lwa_schedule_lines_x TO lt_schedule_lines_x.
        ENDLOOP.
        CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'
          EXPORTING
      SALESDOCUMENTIN               =
            order_header_in               = lwa_ord_head_in
            order_header_inx              = lwa_ord_head_inx
      SENDER                        =
      BINARY_RELATIONSHIPTYPE       =
      INT_NUMBER_ASSIGNMENT         =
      BEHAVE_WHEN_ERROR             =
      LOGIC_SWITCH                  =
      TESTRUN                       =
      CONVERT                       = ' '
       IMPORTING
         salesdocument                 = lwa_saledocu
       TABLES
         return                        = lt_return
         order_items_in                = lt_ord_items_in
         order_items_inx               = lt_ord_items_inx
         order_partners                = lt_ord_partners
         order_schedules_in            = lt_schedule_lines
         order_schedules_inx           = lt_schedule_lines_x
      ORDER_CONDITIONS_IN           =
      ORDER_CONDITIONS_INX          =
      ORDER_CFGS_REF                =
      ORDER_CFGS_INST               =
      ORDER_CFGS_PART_OF            =
      ORDER_CFGS_VALUE              =
      ORDER_CFGS_BLOB               =
      ORDER_CFGS_VK                 =
      ORDER_CFGS_REFINST            =
      ORDER_CCARD                   =
      ORDER_TEXT                    =
      ORDER_KEYS                    =
      EXTENSIONIN                   =
      PARTNERADDRESSES              =
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' .

    Hi experts,
    I am still waiting for your response......
    Thanks in advance
    Deepanker

  • How to Block PO line items

    Hi,
    I want to block PO line items using Program/BAPI/FM or etc....
    Actually my requirement is I want to upload a excel file with PO # and PO line item # s,  that Program/BAPI/FM should block the PO line items which are sent by excel file.  and in EKPO-LOKEZ should 'S'.
    Regards,
    Ganesh

    Hi Ganesh,
    I dont think there such a BAPI or FM.
    However try with CIF_ADC_TRANSMIT_PO_BLOCK
    Regards
    Abhii...

  • Want to see all Taxes such as BED,AED,SED etc in line item wise in PO Print

    Dear All,
    Please help me to do this.
    My client wants to see print of PO in such way that all taxes such as BED,AED,SED etc should see line item wise.
    suppose for first line item it should show in such way that
    Basic Price      BED      AED     SED            Total
    100                   12        4          2                118
    Please help me to do so
    Regards
    SANTOSH  K. KADAM

    no std way to print tax in PO
    you will have to develop ur own program with help of abap and print the taxes as u like
    their is no tax details in any table
    u will have to pull calculat it on line and print according to ur tax code or condition record for taxes
    hop ethis helps

  • How to view ACCNTS payble reconaccount Line Item wise after cheking tick

    I want to see the ACCOUNTS Payble RECONCILITION acoount LINE ITEM wise.
    I had seen the GL Master and their I found that The LINE ITEM was not Checked.
    later I had checked the Line Item Display, but Iam not able view the previous transactions Line Item Wise For that GL Account.
    1. Kindly suggest me how I can see the Previous Line Items after cheking the Line Item Disply.
    2. kindly Tell Me if I can Run any Programme.
    3.If its so what programme I can run and how.
    4. Is there any problem by checking the line item display to the GL account.
    Thanks In Advance
    I will definately reward the points
    Akash Narayana

    Hi,
    1. Enable Line Item Display in GL master.
    2. Block the GL for Posting in Company Code.
    3. Run the Program RFSEPA01.
    4. Check whether Line item details are available and then unblock the GL.
    Regards
    Hari

  • Line item wise Qty in Handling Unit Management

    Dear All,
    I am working and testing Handling Unit Management. As per the client requirement, he wants Multilevel Packaging (Manually) for materials as-
    E.g. 100 Pieces will be packed in 1 Small Carton.
           100 Small Cartons will be packed in 1 Big Carton.
           10 Big Cartons will be packed in 1 Pallet.
    Now while creating delivery I packed 2 materials separately. And in the item level it is showing as a whole, means total 1100 PC packed in 11 Small carton, 11 Small cartons packed in 5 Big cartons and 5 Big cartons packed in 2 Pallets. Please find the below screen shot.
    Now when I check this delivery number in tables LIPS-VBELN, it is showing the entire qty of Small carton, Big carton and Pallets as 11, 5, 2 respectively. But actually it has show each material or line item wise No. of Small carton, Big carton and pallet used.
    E.g. For 1st material Small Boxes = 5
                                   Big Carton = 2
                                   Pallet = 1
          For 2nd material Small Boxes = 6
                                   Big Carton = 3
                                   Pallet = 1
    My question is, is there any table or logic where I can fetch all these details for all material that how many packaging material and qty has been used. Because in packing list the same needs to get printed each line item wise. I checked in VEPO and VEKP table as well but not getting any input.
    Kindly help.
    Regards:
    Abhishek

    First of all, why you don't have any quantities assigned against Small cartons, big cartons and pallets?
    Well, for your requirement. As functional consultant, you should be smart enough to interpret & analysis the data when you have tables and data in hand. Anyways, in your case,
    As Pallet is the highest level pack material.
    Pass HU no of pallet in VEKP- EXIDV, in your case for one of the pallet, it is 1000013558.
    For that you will get, Internal HU no. VEKP-VENUM, say, 86.
    Pass VEKP-VENUM = VEPO-VENUM.
    With that you will get Lower-level HU, VEPO-UNVEL, that will be internal HU No for Big Cartons & VEPO-VEANZ for packing material quantity.
    Then pass VEPO-UNVEL = VEPO-VENUM, by this you will get internal HU No for Small Cartons in VEPO-UNVEL & VEPO-VEANZ for packing material quantity.
    Again, pass VEPO-UNVEL = VEPO-VENUM, by this you will get following info:
    Table - Fields
    Field Desc
    VEPO-VEPOS
    HU item
    VEPO-VBELN
    Delivery
    VEPO-POSNR
    Delivery Item
    VEPO-VEMNG
    Packed quantities
    Try and share your feedback.
    Thanks, JP

  • PO (Line Items wise) Payment Status Report

    Hi Friends,
    Is it possible to get a PO (Line Items wise) Payment Status Report.
    My client wants PO Line wise payment status as a MM report development.
    We have Down Payment, Residual & Retention money as a business practise with our vendors
    Following is the MM-FI flow in our company code..
    Create & Release PR u2013 MM - Creating PR
    Create & Release PO (ME21N) u2013 MM u2013 Creating PO
    F-47 Down Payment Request u2013 MM u2013 Creating DPR
    F-48 Post Vendor Down Payment u2013 FI - Posting DPR
    FBZ5 Print Check for Payment Document u2013 FI - For printing cheques for DP only
    MIGO/ML81N, GR u2013 MM u2013 SES/GR for PO
    MIR7/MIR6 IR - MM/FI u2013 Parking & IR
    F-44 Clear Vendor u2013 Linking advance with IR (as residual clearing)
    F-53/F-58 u2013 Posting Payments after deducting Retention
    F-04 Post with Clearing u2013 Clearing Outgoing account entries with Main account
    Thanks in advance.
    Regards,
    Vikrant Sood

    as per my knowledge you can configue a new Z table or prepare a Query using EKPO table you will your desired result.
    regards,
    Ninad Kshirsagar

  • Goods Receipt Value line item wise

    Hi Experts,
    My client wants show Goods Receipt Value line item wise at the time of GR entries.
    He wants show GR Value before saving the GR document.
    Please advise me how it is possible.
    Thanks in advance,
    Chandhu

    and what will be the benefit of such request? do you think a receiver (warehouse personell) can valuate whether the Po price is correct maintained by a buyer?
    Maybe it is better to create check reports for the buyers instead.
    you can certainly check in a user exit if price is far away from the price maintained in material master and can issue a warning or even an error.

  • Line item wise billing

    Hi All,
    Can we do sale order related billing for individual line item wise and quantity wise?
    If this is for delivery related billing then the setting will be in item category, billing relevance as K. But what will be the settings for order related billing?
    Kumar

    Hi,
    In two ways you can achieve your requirement.
    1.Goto the T.Code VF01
    Enter your sales order number.Donot press Enter.
    Click on "Selection list".
    Select your items.Click on Copy.
    Save the invoice.In "VOV7" T.Code maintain the billing relevance as "C".
    2.Goto the T.Code "VA02".
    Double click on the item.Goto Billing document tab.
    Maintain the billing block under "Billing" tab.
    Save.
    Goto the T.Code "VF01".Enter your order number.
    Create the billing document.
    Next Goto VA02 and remove the another block.
    Create the invoice.
    Regards,
    Krishna.

  • Auc to Main Asset Line Item wise details

    Hi Expert,
    i have find and read number of thread regarding details of converted from AUC asset into Main Asset. in sap there is no any standard report where i got the details like AUC asset converted into Main Asset.
    scenario is , we have create Capital  PO  say 5 lacks account assignment category A. under purchase we have given Internal order and Auc Asset No.2005001.
    after received the goods. entry has been made.
    now we have book some expenses against AUC PO say Rs.25000+10000+3000 =38000/- Total extra so now while settle the AUC asset to main asset amount would be 5,00,000+38000= 5,38,000/-.
    in above process we do settle thru KO88 . AIAB and AIBU.
    kindly help where which table we can see the line item details i.e Rs.38000 coz  not any standard report to achieve the above process.
    also give me the idea of Zreport. to achieve.
    Thanks in advance.
    Kind regards
    Pranav Kr. Gupta

    Mukthar sir,
    we have already transferred from auc asset to Main assset. now we want to know  line item wise how much cost occurred while AUC Asset time . say Rs.5,50,000/- same amount will come in Main asset number.
    only accounting entry showing below
    70 : GL No. 211200 Furniture main asset A/c  No.i.e      2005009        5,50,000
    75  GL No. 217300  WIP Others AUC Asset A/c i.e No. 3210000        5,50,000
    Note : we want details of 5,50,000/- how many line items generated .
    if i give on selection screen Main asset Number system will suppose to show the details of Rs. 5,50,000/- line item wise along with AUC Asset Number.
    Kindly help . or if any standard report to get this information , like if i give main asset Number then system automatically show the details of AUC to Main Asset.
    Thanks
    Pranav Kr. Gupta

  • Print out of line item wise tax for each material code.

    hello all,
    Requirement is that my client want to print tax of all item in purchase order seperatelyi.e.line item wise tax for each material type.
    is there any standard procedure available in sap?
    Your valuable input will be apperciable.
    Regards
    sumit bisla

    Take the help from ABAPer and give your requirment to print the tax at item level.

  • Fetch screen fields Line item wise

    Hi All,
    I have a requirement where i've to display some popup messages based on some conditions in MIGO transaction when POST button is clicked.
    For that i have done certain changes in a BAdI IF_EX_MB_MIGO_BADI~POST_DOCUMENT .
    But i require to read the screen field for G/L account ie GOITEM-KONTO of screen number 0345.
    the G/L account can be accessed thru internal table IT_MSEG-SAKTO in the method, but the problem is the screen field has been left blank and when POST is clicked, by the time this BAdi is reached, the value is filled. And i need to add few codes only when the screen field has been left blank.
    I found out FM - DYNP_VALUES_READ . But this reads only header screen data, so i'm unable to retrieve the line item wise G/L account screen values.
    Please help.
    Thanks,
    Ateet

    Hi Petr,
    I dont think u read the question properly.
    The problem is the screen field has been left blank and when POST is clicked, by the time that BAdi is reached, the value is filled. And requirement is to execute some part of code only when the screen field for G/L account is left blank/not blank. I want screen field value , not the value which is in IT_MSEG.
    While giving inputs in MIGO screen it is blank but by the time it reaches the BAdI where i've written the code its getting filled. I want the values from screen just before it gets filled.
    I was hoping to find some FM like DYNP_VALUES_READ which fetches screen elements line item wise too.
    I think i will have to try n search a different BAdI where i can get the screen values b4 updation.
    Regards,
    Ateet

  • RV document posting line item wise in FBL5N tcode

    Dear Experts,
    I had posetd the Invoice to accounts with 3 line items. While checking the FBL5N report the Rv doument no is displaying 3 items i.e. repective line item wise prices are displayed. But my requirement is  i want to check the doument wise i.e. all line items rolling up to singlke price. How to achied this.
    Regards
    abhi

    Hi Lakshmi,
    We are using ECC 6.0 Version i am unable to find the path as per your reply wherein  Perform Document Summarization for Sales and Distribution is available in PERIODIC PROCESSING> Integration> SD. But what settings needs to be done when i check the Perform Document Summarization for Sales and Distribution system is asking for Ref Transaction and when i check Billing document header it is in display mode with New Entries required.
    My requirement is  i am posting a Invoice with 2 line items ( service related Billing). Please find the below report in FBL5N
    6700147    6700147    RV  22.07.2009 22.07.2009          123.00
    6700147    6700147    RV  22.07.2009 22.07.2009          222.00.
    But the accounting document  No is same. i need one  A/c No 67000147 and the total amount has 345.
    Regards
    jayanth

  • RV document type psoting line item wise...

    Hi experts,
    My requirement is i am posting a Invoice with 2 line items ( service related Billing) from SD module with doc type RV. i am getting the  report in FBL5N
    6700147 6700147 RV 22.07.2009 22.07.2009 123.00
    6700147 6700147 RV 22.07.2009 22.07.2009 222.00.
    But my requirement is in the FBL5n report i must not get line item wise report i need to get consolodated report i.e. document no 6700147 and amount 345.
    Kinldy help me out how to configure the same .
    Regards
    Abhi

    Hi Praveen,
    i can do the subtotaling by applying a new layout.... but this is not agreed by the client  this was shown to client already but in the layout i can see two line items and sigma of total two line items. This client doesnt want .  Anyother alternative to show the report in document no and clubbing of amout for total line items as show in my 1st thread.
    Regards
    abhi

  • Interest Calculation report line item wise

    Hi,
    We want the details of interest posted line item wise. Do we have any standard report for the same or is there any configuration for that?
    Regards,
    Sharmi

    Hi Sharmi,
    Please check the report RFINTITAP (FINTAP) regards. This is the report to access Vendors Item Interest Calculation
    Regards,
    Gaurav

Maybe you are looking for

  • Report output Issue

    Hi, I have a T.code S_AL0_96000493, in which we can see the Purchase Orders... When we run this report, it display only these columns..Purch.Doc., Vendor, PGroup, POrganisation, Doc. Date... Now i want to add more field from change layout but in adde

  • Error says: Warning: Cannot modify header information

    I keep receiving an error message after my form is sent (the form still send the information I need just wont re-direct to the next page) It redirects to a page that says: Warning: Cannot modify header information - headers already sent by (output st

  • Linking an LOV to a form in webDB 3.0 and getting the help files to work ?

    Hi All I can link an LOV to a form in webDB 2.2 I can link an LOV to a report in webDB 3.0 but I cannot seem to figure out how to link an LOV to a form in webDB 3.0 can anyone help me ? Also I can't get the help files to work I get the message : Data

  • Dear, what is BAPI_INTERNALORDRGRP_GETDETAIL  used for?  do me a favor

    Hello experts:     Thank you in advance for all your replies.     what is  BAPI_INTERNALORDRGRP_GETDETAIL  for and when to use it?    couldn't thank you more.    Best regards.    Frank

  • Dynamic Approval

    How can we model dynamic approval in Oracle BPM 11g, such that a task is approved by n number of participants, where n is determined at run time. Any help would be highly appreciated. Thanks,