Block PO line items en-mass

Hi Experts
Im a new member so pardon me if this question has been answered before. We are on IS Retail 4.0b.
I need to block multiple PO line items in mass (EKPO u2013 LOEKZ). Donu2019t think the version we use has the transaction MEMASSPO. The transaction MASS does not have the object for POu2019s. Any idea how I can do it?
Thank you

You can do a simple LSMW recording on transaction ME22 and carry out this mass update. If you don't know LSMW, contact your ABAP consultant.

Similar Messages

  • How to block certain line items in vendor invoive for payment

    Hello FI Guru's.
    We have a business requirement where we have to block cetain line items on a vendor invoice and pay the balance. How can we achive that ?
    Cheers!
    Sajal

    Hi
    There are three ways in which you can block an invoice for a payment:
    a) Block at the document level
    b) Block at the Vendor Level or
    c) Block at the Payment Program level.
    Any of the 3 blocks above will block the whole invoice as the block is at the vendor line item.
    I don't think there is an option to partially block the invoice atleast by Automatic Payment Progam.
    You can opt for payment through F-58 & make partial payments.
    Thanks

  • 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...

  • How to place a delivery block at line item level from Inbound ORDERS IDoc?

    Hi EDI/ABAP Experts,
    Can anyone please tell me how to place a delivery block at line item level from Inbound ORDERS IDoc?
    I tried using exit "EXIT_SAPLVEDA_001'. But there is no LIFSP field in either of XVBEP and YVBEP structures.
    Can you guys throw some light. How to place a delivery block @ line item level on sales order from Inbound ORDERS IDoc.
    Thanks,
    Matt .

    Look into the Include: LVEDAF5A that is the only place where this exit is hit... double click on the Structures and look which structure has billling block field.. and use that..
    FORM CUSTOMER_FUNCTION_IDOC USING IDOC_DATA.
      CALL CUSTOMER-FUNCTION '001'
        EXPORTING SEGMENT = IDOC_DATA
                  DVTCOMAG = VTCOMAG
                  DXMESCOD = IDOC_CONTRL-MESCOD
                  CONTRL   = IDOC_CONTRL
        TABLES    DXBDCDATA = BDCDATA
                  DXVBAP    = XVBAP
                  DXVBEP    = XVBEP
                  DYVBEP    = YVBEP
                  DXVBADR   = XVBADR
                  DYVBADR   = YVBADR
                  DXVBPA    = XVBPA
                  DXVBUV    = XVBUV
                  DD_FLAG_P = D_FLAG_P
                  DXKOMV    = XKOMV
                  DXVEKP    = XVEKP
                  DYVEKP    = YVEKP
        CHANGING  DXVBAK   = XVBAK
                  DD_FLAG_K = D_FLAG_K
        EXCEPTIONS
                  USER_ERROR = 01.
    If you are in ECC6.0  you can also use Enhancement point : INTERPRET_IDOC_ORDERS_01 SPOTS ES_SAPLVEDA. in include: LVEDAF2U

  • Blocking SA line item on creation of new lines or reset via userexit

    For a Schedule Agreement(SA ), tcode ME32L, when the following happens
        - new line item
        - reset a block
        - reset a delete
    I want to change the 'Deletion Indicator' (LOEKZ) to 'Block', value 'S', at the time of saving.
    As a standard, this field would have been blank.
    In EXIT_SAPMM06E_013 l assigned XEKPO-LOEKZ with value 'S' and updated the internal table.
    On run-time, this field (XEKPO-LOEKZ) is updated but after saving the SA, LOEKZ is not updated in table EKPO.
    I have checked EXIT_SAPMM06E_012, I cannot use it for what I want to do.
    Has anyone done something like this successfully?
    Any practical suggestons welcomed.

    Dear,
             Thanks for your reply, i changed the item category of SO line item and shedule line item in the xvbap and xvbep and i changed updkz to U. i have two item categories ( i.e YNAA and YNAB ) for YNAB system automaticallty creates Purchase requisation, If i change the item catergory  in the user exit TO_VBEP . system not creating the PR for YNAB. by the time control comes to TO_VBEP user exit system already detemining shedule line and sale order line items category in XVBAP and XVBEP . if  i change any thing at this place system giving error while saving .
                  Thanks in advance.
    Regards,
    Manoj
    Edited by: manoj kv on Dec 26, 2010 4:40 PM

  • Blocking a line item in quotation from printing

    Hi,
    Is there a way to block a particular line item in a sales quotation from Printing in output?
    Regards,
    Mahi

    Hi,
    Use the BAPI: BAPI_SALESORDER_CHANGE.

  • EXIT_SAPLVEDA_001 : Delivery block at line item : Error - No LIFSP field

    Hello EDI Experts,
    I have a problem.
    I am trying to place a delivery block @ line item level. (VBEP-LIFSP)
    I am using the structure dxvbep.
    But it's giving me an error say
    the object zxvbep does not have any component "LIFSP"
    How should I place a delivery block @ line item level.
    Thanks,
    Matt

    Look into the Include: LVEDAF5A that is the only place where this exit is hit... double click on the Structures and look which structure has billling block field.. and use that..
    FORM CUSTOMER_FUNCTION_IDOC USING IDOC_DATA.
      CALL CUSTOMER-FUNCTION '001'
        EXPORTING SEGMENT = IDOC_DATA
                  DVTCOMAG = VTCOMAG
                  DXMESCOD = IDOC_CONTRL-MESCOD
                  CONTRL   = IDOC_CONTRL
        TABLES    DXBDCDATA = BDCDATA
                  DXVBAP    = XVBAP
                  DXVBEP    = XVBEP
                  DYVBEP    = YVBEP
                  DXVBADR   = XVBADR
                  DYVBADR   = YVBADR
                  DXVBPA    = XVBPA
                  DXVBUV    = XVBUV
                  DD_FLAG_P = D_FLAG_P
                  DXKOMV    = XKOMV
                  DXVEKP    = XVEKP
                  DYVEKP    = YVEKP
        CHANGING  DXVBAK   = XVBAK
                  DD_FLAG_K = D_FLAG_K
        EXCEPTIONS
                  USER_ERROR = 01.
    If you are in ECC6.0  you can also use Enhancement point : INTERPRET_IDOC_ORDERS_01 SPOTS ES_SAPLVEDA. in include: LVEDAF2U

  • Removing invoice block at line-item level

    Hello SAP gurus
    I've been asked by a client to create a way to delete invoice blocks at a line item level via workflow.  The workflow sends a workitem for each blocked line-item that the invoice has.  What I need to do now is create custom code that will delete a single line-item block instead of removing the block at the header level.  This header-level block deletion will only occur when all the line item blocks are cleared.
    I know there are a few programs that exist for doing this at the header level (BAPI_INCOMINGINVOICE_RELEASE, MRM_INVOICE_RELEASE_UPDATE, running a MRBR BDC, etc.), but so far I haven't found a standard SAP code to make this possible at the line-item level.  I am aware that making changes to standard SAP table records is heavily not recommended (if not practically forbidden), but the client is insisting they want this functionality and soon.  Is there another way of making this line-item block deletion without resorting to modifying the RSEG/RBKP/RBKP_BLOCKED tables?  Thanks a lot for your help.
    Regards,
    -Juan Ramos

    Hi,
    If you want to split the deliveries in to number of nvoices general configuration is in Item category use Billing relevence = K (Delivery-related invoices for partial quantity).
    At the time of creating Invoice in VF01 give the delivery number and click the selection list on the right side top.
    You can split based on your line items.
    Thanks,
    Sree.Manam

  • Dunning block on Line item but not in customer master data

    Hi,
    What is the procedure to block a customer for the dunning process?
    I have following example:
    1. A dunning block was entered in an invoice line item (there was no dunning block in the customer master data)
    2. A dunning run was made
    3. A dunning letter was printed for the customer
    Is the block in the master data required for preventing a dunning for a customer?
    Thank you for your feedback.
    Kind regards,
    Linda

    Hi Linda,
    You can block the items of a customer without blocking his account completely by allowing his account for dunning program.
    1. Allow the customer account for dunning
    2.Edit the dunning proposal and block the items individually to the customer and save.
    3.Now you can see the dunning notices for only unblocked items of the customer.
    Thank you,
    Ramesh.

  • Default payment block for line item generated with Special GL Indicator

    Hi
    I want to make default of vendor line item which is generated through a special gl indicator

    Hi,
    You can try substitution.
    Best Regards,
    Madhu

  • 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.

  • Validation not working during Mass Change of Vendor Line Items

    Hi All,
    I created validation for Reference Key 1 field of Vendor line items, in this validation i used customized user exit.
    Whenever i select multiple line items in FBL1N for mass change & try to put a unauthenticated value system gives error as per Validation only for 1 st item but it not work for subsequent items & put the unauthenticated value in subsequent line items.
    I am not able to understand why Validation is working only for 1st line item during mass change & not for subsequent line items.
    Please provide your suggestions in resolving this issue.
    Thanks
    sandeep

    Hello Sandeep,
    I understand your issue. First check if the changes as per the SAP Note 640908 (https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=640908) is available in your system.
    Actually, Mass changes call FB02 in background and at this stage Validation gets activated and hence, the control doesn't go back for the next item changes. You can test this by deactivating the Validation and then the mass changes will me fine.
    I hope this explains the behaviour.
    Thanks and regards,
    Suresh Jayanthi.

  • Block Line items in sales order with no confirmation and auth check

    Hi.
    We have a requirement to block some line items ( hold for review ) in a sales order while allowing other line items to be delivered.  In the standard SAP system, a schedule line block is possible, but it does not remove the confirmation for the line item. Also, we would like only some authorized people to be able to remove the block.
    Would appreciate suggestions from the forum
    Thanks and regards
    Rohit Zalani

    Hi,
    Thank you for your responses. We could do a reason for rejection, but would not like to go down that path since the item is not classically rejected and it may show up in the rejection reports or give wrong information. We wanted to use a delivery block and remove confirmations for the line item. Standard SAP does not operate this, but would appreciate inputs from the esteemed members if anyone has done this before.
    Thanks and regards
    Rohit Zalani

  • Line item Delivery block is greyed out

    Dear All
    I want to restrict the transfer of Requirements for those Sales orders line items which needs Sales Order BOM for Make to Order scenario. So that Requirement does not get transferred with Standard Production BOM until the Sales Order BOM is created.  For that I want to put a delivery block at line item which will restrict transfer of Requirement. However Delivery block field is grey in Main Screen of Sales order in shipping tab.
    Can the delivery block be always put in Header or at Schedule line level and Not at line item level.
    Regards,
    Neeraj Srivastava

    Putting a delivery block will not stop the transfer of requirements. You have to give a reason for rejection to stop the transfer of requirements. Once you want the requirements to be passed the reason for rejection may be removed.
    Delivery block can be given at header level and schedule line level. If the delivery block field is greyed then you need to check whether the used ID has got necessary authorization to release the block. Only if authorization is available the delivery block field will be in change mode.
    Regards,
    GSL.

  • BLOCKING THE PAYMENT TO VENDOR LINE ITEM IN APP

    I am doing  APP Run in F110.  Here I want to block one vendor line item.  In the Edit proposal button I tried to block the line item.  But system is throughing a Error messeage saying that You cannot block the payment in proposal run.
    Can any one pls help in this regard.

    hi seshagiri,
    In <b>F110 </b>while running the Payment Proposal click on that and u can see the list of the invoices to to clear and select the line item whcih u want to block and Double click on it. The window popups and ask for the Payment block in that select the Payment block as A to blokc the invoicess and then continue it. Save it
    Again get back to the previious page and press enter .
    then only the opne invoices will be cleared in that.
    AGain if u want to release that invoices then go to <b>MRBR </b>and slect the invoices and release from there.
    Assign the points if usefulll
    Ranjit

Maybe you are looking for

  • Delay when querying from CUBE_TABLE object, what is it?

    Hi Guys, We are using Oracle OLAP 11.2.0.2.0 with an 11g Cube, 7 Dimensions, Compressed and partitioned by Month. We have run into a performance issue when implementing OBIEE. The main issue we have is a delay while drilling on a hierarchy. Users hav

  • My embedded video is not playing in my pdf.

    I used the multimedia fonction to insert a video in my pdf but I'm not able to play it after. It's just a grey windows. I've tried differents format and videos in different pdf and also tried few different advanced settings.  What I'm doing wrong?  T

  • What **exactly** does Icloud sync do with my mails?

    I use ICLOUD to sync win7 PC mail (outlook)  with iphone and ipad. What **exactly** does icloud do with mails in Outlook? There is this peculiar [email protected] email address that is required. What is its role? Is it some intermediate account to lo

  • After 10.5.7, downloaded dmg's can't be emptied from trash

    I have noticed since the last update to 10.5.7, whenever I download a dmg, I can't empty it in the trash because it says "file in use." Anyone else see this? It will empty after restart or if I use secure empty trash. I have replicated this on multip

  • Change the delta pointer at source system side

    Hi BI friends,    I'm facing some problem while extracting the data from XI system. Whenever i try to fetch the data from XI then it throws an ABAP dump TSV_TNEW_BLOCKS_NO_ROLL_MEMORY.   As per my konwledge, we have made setting in source system to m