Customer/Vendor Code in Form Settings

Hello everyone,
I'm facing a strange problem. When I want to add an extra column (Customer/Vendor Code) using form settings in the list of A/R Invoices, the system is displaying Customer/Vendor name instead of the code. When I use the View System Information, the CardCode is displayed at the bottom of the screen. This is happening in all sales documents. I tested this issue in different versions (2007A, 8.8 and 8.81), but the same problem exists.
Please any idea? Thank you.

Hi Nadia.....
At every Form Setting you find Restore Default Button at the bottom.
Please press that button and then try to see the same you trying to see.......
Hope this will solve your problem.........
Regards,
Rahul

Similar Messages

  • Extracting the card code (vendor code) from form 133

    hi all.
    im kinda new in SBO sdk
    and im trying to extract the data from form 133 item 4 = cardcode
    i tried this code
                         SAPbouiCOM.Item oItem = null;
                        oItem = oForm.Items.Item("4");
                        SAPbouiCOM.ComboBox oEditStatus = (SAPbouiCOM.ComboBox)oItem.Specific;
                       string strStatus = oEditStatus.Selected.Description;
    but it didnt work
    please help
    thank you
    Guy

    Dear vitor
    thank you very much for your help
    your tip gave me the lead i needed to get the data from item 4
    it was like this after all
                       SAPbouiCOM.Item oItem = null;
                        oItem = oForm.Items.Item("4");
                        SAPbouiCOM.EditText edit = (SAPbouiCOM.EditText)oItem.Specific;
                        string strStatus = edit.Value;
    i dont know why sap made it so hard to extract data from a form.
    does any one have a dictionary  to read the invioce A/R after getdata method ?
    thanks

  • The Customer/Vendor Name in the General ledger Report Form.

    I have Questions about General Ledger Report in SAP Business One. Display the Customer/Vendor Name in the General Ledger Report.
    Just would like to ask if its possible to display the Customer/Vendor Name in the General Ledger Report? The format simply have the Customer/Vendor Code on the said report. Is there a work around on this?
    Please help me.

    Hi,
    In the Standard Reports, you cannot add a new column.
    As mentioned by me earlier, please check 'Offset Account Name' column in the Form Settings if the same is of help in your case.
    You can check Note No. [1045356|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1045356] regarding the issue. The same has been fixed in 2005 A PL23.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • One customer / vendor used to share by two company codes

    Hi experts,
    is there any possibility to share same vendor or customer in two different company codes?
    my client have two company codes 8000 and 9000 and that two company codes sharing the same customer /vendor  XXXXX.
    now they want to post the two company codes transactions to one customer/vendor.
    means when we open the customer /vendor line items  we should able to see two comapny codes transactions of that customer/vendor.
    plz advice.
    Thnaq,
    sandhya.

    yes it is the same way the SAP suggests- provided address is same.
    SAP vendor / customer has got two segments -
    General data - which is common for all company codes and is at client level data and stored in table KNA1 (customer) and LFA1 (vendor)
    Co code data- which is specific to company code - create as many views for each co code which are specific to co code decisions and accounting - and is stored in KNB1 (customer) & LFB1 (Vendor)
    In the same way Sales organisation and Purchase Organisation also stored separately.
    For creating Co code data, enter existing customer/vendor code and type co code and it will allow u to create both data.
    Hope this is of help to u

  • Display the Customer/Vendor Name in the General Ledger Report

    **I have Questions about General Ledger Report in SAP Business One. How can Display the Customer/Vendor Name in the General Ledger Report.**
    *Just would like to ask if its possible to display the Customer/Vendor Name in the General Ledger Report? The format simply have the Customer/Vendor Code on the said report. Is there a work around on this?*

    If ur selection creteria by g/l account,u can display customer/vendor name by including
    offset account from form settings.

  • Is there a standard way to plug in custom authentication code

    Is there a standard way to plug in use my own custom authentication code using forms authentication when I am using servlets/jsp for my website. I read the spec and found that the spec requires servlet containers to support forms authentication, but, the process seems to be transparent to the developer. This restricts me to store user information in the format imposed by the container provider. I cannot use, MS Active directory for example, to store user attributes and use it for forms authentication. Also, I could not find any standard way in which HttpServletRequest.getRemoteUser() works. Shouldn't there be a set of interfaces abstracting authentication process, which developers can implement for customized authentication mechanisms.
    Thanks
    Nikhil.

    Greetings,
    Is there a standard way to plug in use my own custom authentication code using formsNo. There are standard "authentication mechanisms" but that's not quite the same thing. Like most things in J2EE, the "what" of things are specified but the "how" them are left to the vendor. Consult your vendor docs.
    authentication when I am using servlets/jsp for my website. I read the spec and found that the spec
    requires servlet containers to support forms authentication, but, the process seems to be transparent
    to the developer. This restricts meFor the most part, "forms" authentication is transparent to the developer - at least, with respect to directly responding to and handling the request. The developer, however, does have some significant work to do with regard to the form itself and any associated error "pages". The point of the "standard authentication schemes", however, is to delegate the work of actual authentication processing to the container and, thereby, make it transparent to the developer (one of the many "application services" provided by the application server ;).
    to store user information in the format imposed by the container provider. I cannot use, MS Active
    directory for example, to store user attributes and use it for forms authentication. Also, I could notAgain read your vendor docs on how to "plug in" your own authentication handler(s). Most support it in some fashion which typically involves implementing some interface(s) and/or abstract class(es). Many also support it through their own "standard" component handlers, like an EJB invoker, where the invoked component is expected to function in a pre-determined way.
    Of course, there's nothing in the specification that says authentication must be handled by the container (only that it must be supported)! You're free to implement a login mechanism through your own proprietary JSP page and/or servlet (and/or EJB), and bypass the container entirely. ;)
    find any standard way in which HttpServletRequest.getRemoteUser() works.Regardless of the standard authentication scheme used (i.e. handled by the container), the user's authenticated login ID is returned by the method. Unfortunately, this means the method is useless if your own "authentication system" is used in lieu of the container - but, of course, in such a case the method should also be un-needed. ;)
    Shouldn't there be a set of interfaces abstracting authentication process, which developers can
    implement for customized authentication mechanisms.It's a matter of debate.
    Thanks
    Nikhil.Regards,
    Tony "Vee Schade" Cook

  • Copying Sales Order Form Settings

    Hi,
    How can i copy the Sales Order Form Settings from one user ot another? Everytime i create a new user code, the form settings are not arranged as same as i set from the customized form settings. Is there any query or solutions that i can use to prevent to this issue?
    Thanks and Regards,
    vin

    <<Copied from http://www.sbonotes.com/content/how-copy-one-screen-layout-another-user>>
    Edited by: Matt on May 10, 2010 9:27 AM

  • FAGLL03 vendor code LIFNR

    Hi,
    In FAGLL03, vendor field (LIFNR) is available but it is empty. In order to have value for such field, I have modified the customizing: financial accounting --> general ledger accounting --> master data --> G/L accounts --> Line Items --> Define special fields for line item display. In such table I have specified BSEG - LIFNR as an special field.
    I did such customizing in our devolopment (test) system  (DSA) and everything was ok. When I run FAGLL03, I can see the vendor field and with the correct value. Afterwards, I transported such customizing to our test system (TSA) and then to our production system (PSA). But in both systems the result was not the same as in our DSA system. The problem was that in FAGLL03, after transporting the changes in customizing, vendor code was not available, the field had disappeared.
    I wrote an oss note and they have answered me telling:
    "I compared and I found the reason for different behaviour in DSA and PSA:
    Please analyze the activation log of the relevant structure for FAGLL03
    -> FAGLPOSYEXT.
    Call transaction SE11 and enter the relevant structure in the 'Data
    type' field:
    FAGLL03 -> FAGLPOSYEXT
    Display the structure.
    Then, choose Utilities -> Activation Log.
    Under DSA you can find
    Activate table FAGLPOSYEXT (VAALL001/02.12.08/12:33)
    Field name U_LIFNR can be provided in this system. Please do not use.!! Table FAGLPOSYEXT was activated successfully
    Field name U_LIFNR can be provided in this system. Please do not use.
    Message no. DT283
    Diagnosis
    The field with the name you selected can be included in a later system
    delivery, for example with an upgrade. In this case your field would be
    overwritten with the attributes of the delivered field, which might
    result in a conversion.
    System Response
    The table is not activated if its name is in the producer namespace. It
    is activated with warnings if its name is in the recipient namespace.
    Procedure
    Use a field in the namespace you were allcoated.
    You did a modification that has been overwritten.
    By standard design:
    The G/L Line Item List contains a selection of Standard Fields from
    table BSIS. Vendor Name is not a field in this table. The Special Fieldsthat can be included in the Display Variant come from tables BKPF, BSEC,BSED, BSEG, PAYR, BSEGC and BSBV.
    In table BSEG, Vendor Number (BSEG-LIFNR) is only stored in the Vendor
    Line Item, not in the G/L Line Item. FAGLL03 cannot display the Vendor
    data, since it selects only the G/L Line Items. "
    I do not understand all the answer, but I know that I should not have done such customizing, and I do not know who can I rollback my customizing. I would like to go back to the beginning, I would like to have the vendor available and empty as it was at te beginning. I have erased the BSEG-LIFNR from the special fields in DSA and I have transported it to TSA. But after doing that two vendors appeared in FAGLL03 in TSA (one empty as it was at the beginning and the other one shows an error saying that now is not an special field or something like that). I have put again BSEG-LIFNR as special field directly in TSA and vendor disappeared again, then I have erased it in TSA and now it seems to be as it was at the beginning (the field is available and empty). I do not kwow if it is correct to transport to PSA the special fields with vendor erased or not... ¿What should I do? ¿Should I have to erase the BSEG-LIFNR from special fields directly in PSA, should I transport the changes from TSA to PSA to erase BSEG-LIFNR  from special fields? ¿If I erase it, am I going to have problems in the future? I am really awared because I do not know if what I have done is going to give us problems in the future with systems upgrades for example...
    Thank you really very much,
    Ariana

    Hi,
    I have transported to PSA (our production system) the customizing in order to erase BSEG-LIFNR from special fields, and everything seems to be ok, it seems to be as it was at the beginning. In FAGLL03 I have the field vendor only once and it is blank as it was at the beginning.
    Am I going to  have problems in the future with system upgrades, for example? I ask this because of what the person of SAP told me in his message.
    Thank you very much,
    Ariana
    Edited by: Ariana Landaluce on Dec 5, 2008 12:36 PM

  • Display the Customer/Vendor Name in the Check Register Report

    Just would like to ask if its possible to display the Customer/Vendor Name in the Check Register Report? The format simply have the Customer/Vendor Code on the said report.  Is there a work around on this?
    Thanks...

    Llowen,
    You may develop a Query like this
    SELECT T0.CheckNum, T0.PmntNum, T0.VendorCode, T0.VendorName,  T0.TaxDate, T0.CreateDate, T0.PrnConfrm, T0.CHECKSUM FROM OCHO T0
    WHERE T0.Canceled = 'N' AND (T0.CheckDate BETWEEN  '[[%0]]' AND '[[%1]]') OR (T0.CheckNum BETWEEN '[[%2]]' AND '[[%3]]')
    Suda

  • AP Invoice Object : Passing Customer Code instead of Vendor Code Using SDK

    Hi,
    Can i use customer code instead of the vendor code in AP Invoice SDK Object?
    i.e.I want only one code for Customer and Vendor in BP Master system.
    I know this is not possible in system then also if anybody knows the alternative solution Kindly suggest the same.
    Warm Regards,
    Mahendra

    Dear Mahendrakumar,
    You can not implement the required function by SDK also.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Failed to open the connection - database vendor code 17

    I'm upgrading a VB.net Windows Forms application from 1.1 to 4.0.  In the reporting form, the list of reports you can choose are pulled from a folder where the .rpt files reside.  Once the user chooses a report and executes it, vb code populates the current database connection information and displays the report in the report viewer control.
    The following things are true:
    - Version 1.1 works on my systems and my customers systems
    - The code has not been changed, except that it now targets .Net 4.0 instead of 1.1
    - The exact same .rpt files are being used
    - Version 4.0 connects to the same database my customer is using, and I can run the reports just fine from here.
    - Version 4.0 is able to connect to the database just fine from my customers systems (using the same connection information provided to the report)
    - My customer installed this:  http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip
    The only problem is that my customer encounters this error when trying to run any report from his systems:
    Failed to open the connection.
    Details:  Database Vendor Code: 17
    Failed to open the connection.
    Orders.BOL.TaskDetail {393C9017-0ED1-4E1E-8824-E222F4B9D14C}.rpt
    Details:  Database Vendor Code: 17
    I read all of the articles I could find, and they either don't describe this exact situation, or there is insufficient information for troubleshooting this issue.  Are there steps that I've missed to make Crystal Reports for VS2010 work on my customer's systems?
    Your help is appreciated,
    Mark

    Hi Mark,
    More information required -
    - Does this happen with all reports or few?
    - What is the connection type used for the report to connect to the database (OLEDB,ODBC etc)
    - Are you changing the database at runtime?
    few things you could check
    - Check if the database is accaessible from the client machine with proper permissions / rights.
    - If its an ODBC connection check if the DSN with same name is created on the client machine.
    - Check the driver / provided used by the report to connect to the DB, verify that the same is installed on the client machine. (SQL NAtive client, SQL Server etc)
    Also take a look at below articles discussing the simillar issue.
    [CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]|CR for VS2010: Failed to Open Connection [Database Vendor Code: 17 ]]
    [1474461 - Unknown Database Connector Error when connecting to a Dataset in a VS .NET application |http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433373334333433363331%7D.do]
    Hope this helps,
    - Bhushan.

  • How to assign Vendor balance Confirmation form to F.18

    Hi All,
    I have customized the vendor balance confirmation form and program.
    Is it possible to assign this to Transaction code : F.18, if yes where to specify this.
    Thanks and Regards
    Parthi.

    hi,
    try trx.:
    ob77-79,  ob96
    A.

  • Customer Vendor Ref. No. in Incoming Payment

    B1 8.8 PL14 and PL18
    Are we able to include the Customer Vendor Reference Number in the Incoming Payment?
    1. Open Incoming Payment
    2. Select Form Settings
    3. Cust./Vendor Ref No is selected as Visible but the Incoming Payment window does not display the Cust./Vendor Ref. No.
    I then Deselect Cust./Vendor Ref No in the form settings and Click OK.  Then I open the Form Settings window and the Cust./Vendor Ref No. is still set as visible. 
    What am I missing?

    This is what I did and is seams to be working.
    1. Tools -> Customization Tools -> User Defined Field - Management
    2. Expand Payments
    3. Click Paid Documents
    4. Click Add Button
    5. Create a query to auto-populate the field
    SELECT T0.[NumAtCard] AS 'BP Reference No.' FROM  [dbo].[OINV] T0  WHERE T0.[DocNum] = $[$20.1.0]
    6. Save the Query
    7. Open the Incoming Payment window
    8. Place cursor in the new field and select Tools -> Customization Tools -> User-Defined Values - Setup
    9. Select Search in Existing User-Defined Values according to Saved Query
    10. Select the Saved Query
    11. Select Auto Refresh
    12. Select When Field Changes
    13. Select Customer/Vendor Code

  • Form Settings getting cleared for system form

    Hi All,
    I have added the code for setting editable=false for the following items in Updatemode and Ok mode.Then in add mode,i made the columns to editable = true .First time it is working fine.
    the next time, I got the error message as "item is not a user defined item" on ItemCodeCol.editable = true.Then i check the form settings, the Active field for the itemcode cleared.When i set to Active as checked and run my code,it is working fine.How to solve the issue and how to avoid the setting of the fields.
    This is my code :
    If oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_ADD_MODE Then
                    oSQItemCodeCol.Editable = True
                    oSQItemNameCol.Editable = True
                    oSQQtyCol.Editable = True
                    oSQWhsCodeCol.Editable = True
                ElseIf oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Or      oSalesQuotationForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Then
                    oSQItemCodeCol.Editable = False
                    oSQItemNameCol.Editable = False
                    oSQQtyCol.Editable = False
                    oSQWhsCodeCol.Editable = False
                End If
    Thanx in advance
    Regards
    Mohana
    Edited by: Mohana Annadurai on Feb 20, 2009 5:28 AM

    Hi,
    This is not UDF in system form.That is , the itemcode,itemname,qty,warehouse field in the content tab of the sales quotation form.when i change the field to editable and noneditable,
    1)it is allowing to set the editable property to false and true for the first time.
    2) After adding the record,i navigate the record to check ,at that time,as per my code,in update mode,it is not allowing to edit.
    3)When i click add menu,and i chose customer, at that time it is not allowing to add a itemcode,becoz the itemcode field is disabled.
    4)when i check in form settings, in Table format, Active gets unchecked for the above fields.
    5)I want to avoid this changing of active in form settings.How to to this...
    Regards
    Mohana

  • Display Vendor Code in FBL3N GL Line Items

    I am working on ECC 6 Version. I have observed that in the GL Line Items list ( T code FBL3N) for GR/IR accounts, Vendor Code Field is blank for some of the line items. Mostly the document types involved are RE (MIRO) and WE (Goods Receipt) where vendor code field is blank in the GR/IR Account line item list.
    Is there any way that I could update the Vendor Code in all the line lines displayed in the GL Line Items list (FBL3N).
    Thank you for the reply.
    Gemini

    Hi Gemeni,
    GO TO FIBF -  SETTINGS > PRODUCTS > CUSTOMER
    ASSIGN NEW PRODUCT AS ZOFF..OFFSETTING ACCOUNT DETERMINATION
    AND ACTIVE THE PRODUCT
    COME BACK
    SETTINGS > P/S MODULE > CUSTOMER >
    EVENT : 00001650............USE FM.......LINE_ITEMS_GET_GKONT
    SAVE.....
    GO TO GR IR ACCOUNT IN FBL3N AND CHANGE LAYOUT ASSIGN OFFSETTING ACCOUNT
    YOU CAN GET OFFSETTING ACCOUNT NUMBER AS VENDOR IN FBL3N
    NO NEED ABAP DEVELOPMENT
    Rgds
    SumaMani

Maybe you are looking for

  • [OT] Need Help Tweaking Photos in Photoshop

    Although I know Photoshop fairly well, I am a novice in this general area of tweaking photos ... and could use some help. I have some inferior photos that I would like to do my best to fix up in Photoshop CS2. Many of them somehow turned out quite fa

  • Missed calls arnt showing up

    Ok so i just relized this today that when someone calls me it dosnt ring saying that someone is calling me. It dosent even say they were trying to call me in missed calls. The only way i know this is that my friend called me at 2:45 and at 2:57 i hea

  • How to set material standard price to zero

    Hi, I am facing a problem relating to standard price of material. The material price control indicator is S. The standard price of that material is 300/-. I need to change 300/- to zero. How can i do that? Pl. advise. I will assign the points for the

  • Error when trying to load smart print

    a network error occured while attempting to read from file C:\documents and settings\Local settings\temporary internet file\content.\E5\P68N50b0\hpsmartprintbingbar[1]1.msi

  • 10 lucky people to be compensated this month ?????...

    i get this in my skype chat.....  Good day To You, This is to inform you that you have been selected among the 10 lucky people to be compensated this month, and you are been compensated with the sum of 450,000.00 GBP (FOUR HUNDRED AND FIFTY THOUSAND