Line item editing restriction

Hello,
Can we restrict line item details with reference to a particular field. Requirement is business want to restrict "payment BLOCK"  field in vendor line item. Not restricting for other field  like add text, assignment etc through FBL1N.
Requirement is to restrcit field "Payment Block Key" in vendor line item.
Thanks
Dinabandhu

Hi,
Remove the following field from changeable rules  table.
BSEG-ZLSPR.
FA Global settings-documnets-Rules for changing documents-line item change rules.
Rgds
Swapna

Similar Messages

  • Confirmation Reversal - PO Line Item Edit Issue

    As per the business rule, if you reverse/delete the confirmation on a line item on the PO, you should be able to edit that line item.
    However, in my case, even after deleting confirmation also, PO line item cannot be changed.
    Generally when you delete the confirmation, where(which table) does this info stored and where shuld I look for this info - which Badi, FM?. 
    Currently what is happening is that when you change a line item, the program looks in table bbp_pdbei table and if the entry exists, it thinks that that line item is confirmed.  Is that ok or should this entry be deleted from this table if the confirmation is deleted. 
    Any help will be highly appreciated.
    Thanks

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Line item texts restriction for GL accounts

    Hi Gurus,
    I had lots of the Line item texts defined at the client level which can be choosen at the time of document postings.Can we restrict the line item texts with respect to GL accounts number to which we are postings.i.e.If I choose a particular GL account only few of the texts assigned to GL accounts needs to be displayed for text field.
    Thanks in advance.
    Regards,
    Abhinandan

    Hi Parul,
    The fast entry for invoices and credit memos are possible in SAP. Pl refer the URL link for detailed answer to ur question:
    'http://help.sap.com/erp2005_ehp_03/helpdata/EN/20/7248d7852d11d3b84700a0c930dc87/frameset.htm'
    Regards,
    Amish.

  • Add New Screen Fields in Delievery Line Item

    Hello All,
    We have a requiremnet where we should add 3 custom fields to delivery line item tabs,
    please let me know how I can add a new tab for delievry line item tabs and how to add new custom screen fields in that tab,.
    Thanks
    Add New Screen Fields in Delievery Line Item
    Edited by: kishore_99 on Dec 8, 2009 5:31 PM

    No, I won't explain it in detail - you need to read the documentation and at least make an attempt at the process on your own first.  The documentation is right there in the IMG where I said it was but here's the path since you can't find it:
    Logistics Execution -> Shipping -> System Modifications -> Business Add-Ins in Shipping -> BADI for Additional Item Detail Screen...

  • Purchase Orders - Updating Line Items After a Portion Has Been Received

    Is there any way to make a line item editable on a purchase order if only a portion of it has been received?
    Basically, our company will create a Purchase Order in SAP, which goes to our office in Hong Kong to arrange shipment. These Purchase orders will, many times, have multiple items listed at, let's say, 10,000 pieces each. Each of the items may ship on different dates due to our request for different dates or due to limited container space. So really...each item on the Purchase Order is like a "mini purchase order"... as I like to call it. 
    So, when we have a situation where only 5,000 of a specified item has been sent, we create a Goods Receipt for that amount...making that line item un-editable on the Purchase Order.
    I would like for it to be editable so that I can add/change the the "Status Update" column I created (this is for our sales reps to be able to determine when product should be arriving).
    The only solution I can think of is readjusting the quantities right when we know they will be split...so by the time they arrive (usually a month after they are shipped from Hong Kong), the quantities are already separated out in the system.
    Only thing is, I have to be REALLY careful not to mess up the original order...or confuse things.
    Any suggestions??

    There is a good reason that a line item will become non-editable on a purchase order if a portion of it has been received.
    Do not fight with system.  If possible, change the order to small one from the beginning. That would be much better.
    Thanks,
    Gordon

  • Balancing Field "Business Area" in line item 001 not filled.

    Dear Guru,
    I am facing this problem while doing MIGO.
    Kindly suggest.
    Thanks is advance..
    Raj

    There could be multiple reasons for this. Pls check on:
    1. For the Expense Account assigned in DIF, have u made the assignment for deriving Profit Center & Business Area in T Code OKB9
    2. Ask your FI Consultant to check the Splitting Characteristics for the MIGO. Check the Splitting Characteristics assigned to the Accounting Document Type assigned to T Code MIGO. Also check if all the GL Accounts have been assigned a splitting characteritics. The path is:
    IMG> Financial Accounting(New)>General Ledger Accounting (New)>Business Transactions>Document Splitting
    3. Do you maintain profit center as a default in material Master? If yes, check if the same has been assigned in the view extended for the plant concerned?
    4. Last but not the least check Input Business Area field in the Line Item
    Edited by: m_n_novice on Aug 31, 2009 4:47 PM

  • How to restrict separate payment document for each line item in APP

    HI Experts
    PLs let me know how to restrict separate payment document for each line item in APP
    Thanks
    Sneha
    Edited by: Sneha R on Apr 14, 2009 4:18 PM

    Sneha,
    If your query was to group items for payment ,in FBZP  co code data for payment method there are 2 options 1.group payment for marked items 2.payment per due date.
    Also in the Vendor master there is a flag which will ensure that each item is paid individually,if this is what you were looking for  ( FK02 change vendor).
    In case you want to group items to be paid together Payment Grouping Key can be assigned in Vendor Master .
    Shony

  • BADDI FOR RESTRICTING PO LINE ITEM TO 50

    Hi All,
    I wanna to know, is there any bapi/baddi/or exit to restrict the line items in a Purchase Order to maxm 50 items in a P.O.
    Thanks,
    Anu.c
    Message was edited by:
            anu c

    Hi,
      In such case a slight change in logic is required.Make use of deletion indicator wl_mepoitem -LOEKZ..
    Select EBELN EBELP LOEKZ from EKPO into itab for the PO.
    LOOP AT itab.
      IF itab-loekz NE 'X'.
        count =  count + 1.
      ENDIF.
    ENDLOOP.
    IF count > MAXIMUM ITEMS ALLOWED.
    message : not allowed.
    ENDIF.

  • Restricting PO line item quantity

    HI all,
    How should i restrict a PO line item quantity from RFQ Quantity?
    please help me how to restrict PO quantity.
    Thanks,
    Message was edited by: sungnam ko
    Message was edited by: sungnam ko

    Hi
    It is always collecting the Qty of RFQ or referance document but you can change the same manually if you want to restrict to manually change then only option one option is "you have to change po-qty field status to display only" but this will not the proper soluction.
    With Regards
    Dhananjay

  • Restricting any changes to PO and its line items

    Hi Guru,
    Is there way possible to restrict user from making any changes like modification/deletion of line items? Is there any control which can be applied here?
    Thnkx..
    Edited by: Om.P.Singh on Dec 29, 2011 3:53 PM

    Hello Dear,
    Thanks, but it about Pur Order? Is there any way otherthan SU01 control? Something can be played in Pur Ord level?
    Thanks,
    Om

  • Restriction on number of line items in an automatically generated document

    Hi all,
    As per my info, an accounting document must have a minimum of 2 line items to complete the document. At the same time an accounting document can have a maximum of 999 line items.
    My observation:-
    When I am posting depreciation using t-code AFAB, system is posting depreciation document (document type AF). While checking, I found that the system has posted around 16 document for a period.
    On further checking, I observed that the each document contains a max 100 line items.
    I am using SAP 4.7
    My Query:-
    a> Is there any way / place wherein we can restrict the maximum number of line items possible for a given docuemnt type or for all document types in the client?
    b> In case it is not possible to restrict the number of line items per document, what could be possible reason for the system behaviour wherein it is posting about 100 line items per document & thereafter starts a new document.
    Thanking you in advance
    Santosh K Agarwal

    Hi,
    I have been reading CIN. There I came across with a statement i.e. "There is restriction on no of line items to be in an Excise Invoice".
    where you read this i dont know
    but yes for outgoing excise invoice we can put limitation in sap cin
    as per incoming excise invoice i think no  limitation
    in path SPRO-tax on goods movemnet-India-basic setting-maintain excise registration here you can maintain this
    and yes this for india only for other country they may have different
    Regards
    Kailas ugale

  • How to restrict vendor line items to be picked to 6 in f110 payment run?

    Hai
    how we can allow F110 programme to generate a clearing document for every 6 line items.Means if a vendor has 15 open items which are due for payment at the time of Automatic Payment Run . The System should generate 3 clearing documents. Means the split up should be 663. Means for the first 6 open items (1-6) one clearing document. For next 6 Open items (7-12) and for the last 3 Open Items(13-15) , One clearing Document to be generated.
    Kindly Advice me. Surely Iam going to reward the ponits.
    Thanks In Advance, Have A Great Day
    Akash Narayana

    1)block all doc's where count > 6 (per vendor) and do f110
    2)unlock and repeat 1)
    .. until all doc's are paid
    A.
    Message was edited by:
            Andreas Mann

  • Restrict Vendor line items display by Vendor authorization group

    Hi Gurus,
    I have a requirement to restrict Vendor line item diplay for Tcode FBL1N, I have updated the Authorization object F_LFA1_BEK, its work fine if all the vendors have authorization, However it also display vendors whose auth. group is "BLANK" or "SAPCE",
    Is there a way that I can slove this issue, is there any SAP notes of other object which needs to be updated ?

    Hi,
    this problem has been discussed on this forum last week. Basically, SAP does not perform authorization check if the authorization group is blank. Hence you need to assign authorization object to all vendors.
    Cheers

  • Outbound Sales Order - want to restrict line items

    Hello,
       I  am generating outbound Idocs, from sales order (using ORDRSP) , via message control. (RSNASTED - EDI_PROCESSING)
       I have 4 line items in my order, where, item 20, 30, 40 are components(parts) of item 10.  In technical terms VBAP will have UEPOS 000000 for item 10, and 000010 for items 20, 30 and 40. (as 10 is parent item for 20, 30, and 40).
      I need my idoc with just item 10. ie, I dont want items 20, 30, and 40 in my Idoc.
      Which will be the best way to restrict this ?  I have user exits EXIT_SAPLVEDC_001, which have Tables XVBAP in interface in FM IDOC_OUTPUT_ORDRSP.   Shall I go ahead with this user exit or is there a better approach ?  
    Please share your thoughts.
    Thanks

    Hi,
    It would be better to use user exits EXIT_SAPLVEDC_002 in FM IDOC_OUTPUT_ORDRSP to delete the unneeded segments in table INT_EDIDD instead of mess around table XVBAP.
    Regards,
    Ferry Lianto

  • How to Restrict Single Delivery Date for PO with Multiple Line Items

    Dear Experts,
    How to Restrict Single Delivery Date for PO with Multiple Line Items.
    System needs to through Error Message if User Inputs Different Delivery Dates for PO with Multiple Line Items in ME21N Tcode.
    Can we achive this by Some Enhancement in SAP or Not ???
    If so how to do it.
    Any Inputs is highly appreciated.
    Thanks and Regards,
    Selvakumar. M

    Hi Selvakumar,
    we can resrict the PO to have a single delivery date in all the line items by means of giving a error message or overwiting the delivery date keyed/determined in the line item.
    You can use the BADI -> ME_PROCESS_PO_CUST. In which you need to implement the method PROCESS_SCHEDULE.
    (for technical aid - This method will be called for each and every PO line item, From the imporing parameter im_schedule we can get all the details of current PO line, even we can change the data in the current PO line. )
    Regards,
    Madhu.

Maybe you are looking for