How to inactive "Credit Limit" field under "Payment Term" tab of BP Master

Hi,
Can anyone tell how to inactive "Credit Limit" field under "Payment Term" tab of BP Master Data in BP module?   I'd prefer to revise SAP SP (store procedure)...
Thanks in advance

Hi Michelle,
You could use the sample codes available while installing the SDK setup.
like in this path C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET
Add this code under SBO_Application_ItemEvent which will disable the field.
        If (pVal.FormType = 134 And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD And pVal.Before_Action = False) Then
            Dim oforms As SAPbouiCOM.Form
            Dim oitems As SAPbouiCOM.Item
            oforms = SBO_Application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
            oitems = oforms.Items.Item("85")
            oitems.Enabled = False
        End If
Note that the above is only a sample code and you have to track other events as well to disable this field like in add mode, browsing records
If you need help with SDK, post it in SDK forum.
Regards,
Vijay kumar
SAP Business One Forums Team

Similar Messages

  • Credit limit check and Payment terms

    HI,
    Is it possibile to enforce new credit limit check when the payment term is changed? Let's say that customer has "Immediate payment", and after few days wants to change payment term for "90 days payment term". In such case system should check new credit limit check on a sales order (va02). Could you tell me how to do that?
    Best regards,
    MK

    Thanks, You were right. It runs well for the sales order with out delivery. After I create delivery in reference to this sales order and change payment terms in sales order there is no new credit control check.
    Is there a possibility to run credit control check after a delivery is created?

  • How to delete credit card info under my Apple ID?  there is no "None" button under payment info part.  Help! many thanks

    how to delete credit card info under my Apple ID?  there is no "None" button under payment info part.  Help! many thanks

    All you can do is contact iTunes:
    Apple - Support - iTunes - Contact Us

  • Day Limit Field in the Terms Of payment

    hi,
    may i know how to use the day limit field in the terms of payment maintenance with some real live examples?

    Hi Raja,
    The concept of day limit is to divide the Terms of Payment (TOP) in to different intervals
    I will give you an example of that
    As you know you mantain TOP in the customer master data
    Suppose for the same customer you want the baseline date will be different in different time interval of the month
    1) Invoices which are raised in the first 15 days of the month you want to have the baseline date as 15th of the next month
    2) Invoices which are generated in the last 15 days of the month for the same customer you want the baseline date should be the 30th of the next month
    So in this way you can have different baseline dates for a customer for the same TOP
    Regards
    Pratiksha
    Please assign pouints if helpful

  • How to assign credit limit to customer group

    hi,
    sap gurus,
    how to assign credit limit to customer group.
    can we do that
    if we can
    plzhelp me
    regards,
    balaji.t
    09990019711.

    hi,
    You can assign a credit limit to a group of customers, as well as to an individual customer. If a company has different branches, you would define the credit limit for just one customer in this group (the head office) and this customer account then becomes the credit account.
    Procedure
    To assign a credit account to a branch account, from the Credit Management screen, choose Master data - Change.
    Enter the name of your customer, the corresponding credit control area and select the Status indicator.
    The system displays the Change Customer Credit Management: Status screen.
    Choose the function Edit - Change credit account. In the dialog box that appears, you can enter the credit account (the account number of the customer you are using) to set the credit limit for the entire group.
    After you choose ENTER, the system contains the credit limit of the branch as 0.00. The Credit account field displays the account number of the customer for which the reference credit limit is defined.
    You can only specify a credit account within a credit control area.
    The accumulating total of receivables is recorded both for the reference customer and the "dependent" customer. However, the system checks only against the reference customer as to whether the credit limit has been exceeded.
    When displaying the credit account, you can view which customers are referenced to this account. To do this, from the credit account master data screen, choose Edit - Cust. for credit acct.
    regards,
    Siddharth.

  • FBL5N - Required Credit Limit Field ?????????

    Dear Gurus,
    My client want to see Credit Limit of Customers in the screen FBL5N. I can go and modify the Header of the screen layout but there is no filed related to credit management is available (credit limit, limit used etc).
    Can someone please let me know how to get credit limit of the customer display in the screen FBL5N.
    thanks in advance

    hi,
    u want see that feild in the screen are in the report.....
    as i understood in report u can do.....by writing a program...
    so u contact ur abaper to do so...
    if u want on the screen that is standard so u cannot......
    if useful assign points.........
    regards,
    santosh kumar

  • How to change credit limit used % in fd32

    Hi all,
    Credit limit has been maintained to customer with max of 2,00,000 inr previously. Now Credit exporsure is 1,50,000 inr. credit limit used  is 75%.
    But we are going to set new credit limit to a particular customer with 1,00,000 inr.
    We have changed credit limit to 1,00,000 in FD32. Now credit limit has been changed to 1,00,000.
    But the problem is credit limit used percentage 150%. I want to reset the credit limit used to 0%.
    How to make credit limit used from 150% to 0% without any FI adjustment? ( since this has to be done in production server)
    Thanks in advance,
    Babu

    How is the Credit Exposure of Rs. 1,50,000 calculated?
    Is it outstanding Invoices to be paid by the Customer? Then once the Customer pays the amount the % would come to 0.
    Is it due to Open sales order or Open Deliveries or Open Invoices? Then once the entire cycle is completed then the % would come to zero.
    Hope this helps..
    Thanks,
    Jignesh Mehta

  • How to create a new field in a sub screen in material master. ?

    How to create a new field in a sub screen in material master. ?
    Kindly help us.
    LIke wise tell me how to create a new sub screen as per my desired

    Follow the documentation of Logistics - General->Material Master->Configuring the Material Master->Create Program for Customized Subscreens  to add the new field in material master.
    Create Program for Customized Subscreens
    In this IMG activity, you can create a function group of your own by copying function group MGD1 (for industry) or function group MGD2 (for retail). The subscreens are not copied, except for two subscreens which are copied for technical reasons. You can use this copy to create subscreens of your own which you can assign to a data screen in the activity Define Structure of Data Screens for Each Screen Sequence.
    Requirements
    Be sure to read the program documentation first.
    Activities
    1. Create a function group of your own by choosing Execute.
    2. Enter a name containing up to 25 characters, beginning with the letter Y or Z, and choose Save.
    3. Access the Object Navigator.
    You do this from the SAP standard menu by choosing Tools -> ABAP Workbench, and then Object Navigator.
    4. Display either program SAPLMGD1 (industry) or SAPLMGD2 (retail) as required.
    5. Copy the subscreens as required, ensuring that they already contain as many as possible of the field names you want to use in your function group. You do this as follows:
    a) Choose Screens, position the cursor on the corresponding subscreen, and choose Copy in the context menu.
    b) Enter the program to which you want to copy the subscreen, prefixing it with SAPL, and enter a screen number. Use the screen number of the original subscreen where possible. If the F1 help is specific to a particular subscreen, this ensures that this context-specific help continues to be displayed.
    Example
    You have called your function group YENTERPRISE, to which you want to copy subscreen SAPLMGD1 2301. Enter SAPLYENTERPRISE as the program to which the subscreen is to be copied, and enter (preferably) 2301 as the screen number.
    6. Return to the initial screen of the Object Navigator and display your program. In the example above, you would enter SAPLYENTERPRISE.
    7. Choose Update object list.
    8. Select the subscreen you have copied and activate it by choosing Activate in the context menu.
    Using the Screen Painter, you can remove fields you do not require on the subscreen or include additional fields from other subscreens (see the ABAP Dictionary). For information on the Screen Painter, see the SAP library documentation BC ABAP Workbench Tools.
    Points to consider when removing or adding fields
    Make sure that a field statement exists for each field on the subscreen since data may not otherwise be transported correctly. You can use subscreen SAPLMGD1 2002 as an example.
    For the fields you have added, include any check modules and modules for self-programmed F4 help that are called up for these fields on the original subscreen. You can do this by displaying the flow logic for the original subscreen and searching for such modules. They normally have the same names as the fields themselves. When you find a module, copy the corresponding module call to your subscreen.
    If you change the order in which fields are transported that are checked together in the flow logic (such as the safety stock and minimum safety stock), you must deactivate the check module for the first field and activate it for the second. The system would otherwise transport the first field, and carry out the check before the second field is transported.
    Any error messages that fields are unknown when activating the subscreen are due to the fields still being included in checks, even though you have removed the fields from the subscreen. Search for the fields in the source code and make the lines in which they appear comment lines. Then reactivate the screen.
    9. Assign the subscreen to a data screen as required.
    Note on transport
    Use the Workbench Organizer to transport the copy you have created.
    Proceed

  • What field represents Payment terms in order tables

    Hello BW-SD Experts
    I am implementing a project that requires a report on payment terms of an order. This is a BW project but however, it is an SD report.
    I need to know what field represents payment terms in SD tables - header or item table?
    Which field also represents complete delivery indicator.
    Thank you.

    hello
    thanks for your answer, its helpful but those fields you mentioned are not in 2LIS_11_VAHDR and 2LIS_11_VAITM where the SD consultant says I can find the payment terms and complete delivery indicator.
    Can you tell me if they are there? or the datasource with the fields you mentioned.
    Thanks

  • In KNA1 table which field represent Payment Terms?

    in KNA1 table which field represent Payment Terms?

    Hi Payment term will be on KNB1 (ZTERM)
    table or BSID and BSAD table.
    Or you can see in TCode : OBB8, there you can see the Payment terms (descrption and terms)
    REgards
    Rams
    Edited by: ramesh on Jun 27, 2008 7:14 AM
    Edited by: ramesh on Jun 27, 2008 7:15 AM

  • Payment Terms modified in Vendor master data

    Hi,
    I feel enduser have modified the payment terms in the vendor master data. kindly let me know how to check which user have modified.
    Rdgs

    hi SAPFICO,
    GO to FB03 and Select the document number and Go to the Menu
    ENVOIRNMENT--> Document Changes here you can see who has changed the document and also the date....
    Hope this will helps u...
    Cheers 
    Ranjit

  • How configure the credit limit at sales order level

    Hi
    how can i configure the credit limit at sales order level..
    ex: when i create sales order ... if exceeds the sales order value to  credit limit value ...sysyem does not accept to save this sales order ...is it possible...pls help me in this issue
    regards
    sesidhar

    Hiiiii
    It is very much possible in SAP
    first you have to create credit control area
    then assign your company code to your credit control area
    then create your customer and assign credit control area in billing tab (for that u have to activate credit control area for your transaction by OB20)
    Then go to t-code VOA8
    assing credit check to your sales document type
    create credit control area automatic with your credit control area.
    Regards
    Shambhu Sarkar

  • How to set credit limit on Agent

    Hi All
    In My scenario  Liability is generated on Customer but i want to consider agent as well for credit limit.
    As i know credit limit is set on the payer partner function but here i have created Agent as a partner function who is not the payer.
    How to set credit management settings on agent.
    Do i need to take help of an Abaper for this.
    regards
    Prabhakar

    hi,
    this is to inform you that,
    what is the business logic on the same. please let me know.
    1. if your customer as well as Agent is one and the same that means customer then you can have credit limit on the same as per your requriment.
    2. if your AGENT is not playing a role of a customer but a partner then speak to your ABAPER by giving PARTNER INDEX NUMBER which will generate on including the AGENT in the sales order.
    3. please ask your whether it is not possible or not:
    3.1. create a Z table with maintaince views with the list of partner's to consider for credit limit.
    3.2. assign or link this Z table to the credit limit creation program or include.
    please check and confirm
    balajia

  • HOW TO ASSIGN CREDIT LIMIT TO SOLD TO PARTY

    HI Gurus,
    in this senario payer is assigned to many sold to parties. So my client wants to assign credit limit to SP rather than to PY.
    can i do that. if yes how. plz reply since it is HIGH
    Thanks & Regards
    JM

    Hi swapna,
    Thanks for ur reply & i know that we enter credit limit in FD32
    but my question is can we maintain credit limit for SP rather than to PY.
    Plz answer it if possible
    Thanks
    JM

  • How to set credit limit to customer?

    the credit limit for  customer- X is  200000/-
    if more than 2lacs dont allow sales to that customer ..how to set these rules?
    thanks in advance

    The forum [FPM - General|Enterprise Performance Management (SAP EPM); in which you originally posted your question deals mainly with the financial performance applications otherwise known as Enterprise Performance Management (EPM) carrying the BusinessObjects brand.   Your question pertains to SAP [ERP Financials|SAP ERP Financials; which is covered by another forum.  Therefore your message has been moved.  Please adjust any bookmarks you might have and post to the appropriate area in the future, that way you are assured you will have the right audience reading your posts.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

Maybe you are looking for

  • Activation of IS - Retail in ECC 6.0

    Hi Sap Gurus Can any one explain me how to activate IS - Retail in ECC 6.0. I had already changed the option in to  ON  mode   IS - Retail in T.Code  SFW5. But the status is still showing Inactive.Is any patch required for this to get activated regar

  • Importing Local DCs from hard disk into NWDS

    Hi.. I have a Local Webdynpro DC zipped file in my .dtc folder under a package folder (say com.sap). I have extracted this file under this folder. Now I need to extract this in my NWDS local development. I am not using NWDI... I am using only Local D

  • Help! My Canon MG5520 printer is apparently not connected to my late 2013 MacBook Pro!

    Help! My Canon MG5520 printer is apparently not connected to my late 2013 MacBook Pro! I have had this printer a few months and everything has been working fine until today. I did I have to turn my wifi router on and off this morning, so I think that

  • Bookmark Section - Can it be controlled Conditionally?

    When sectioning fields, occasionaly we have some fields that are blank.   This affects the bookmark section property and the navigation map. For example If we have 6 cost centres (6 field columns) and section each of them, not all are required to hav

  • Process Mail Attachments from Java

    Hi all, from my Java application i would like to access to a mail account, check if there are new messages, and if so, save locally their attachments How could it do it? Thanks! T