New field catalog VOLEH does not display while creating a new table

Dear Gurus,
I added new field as VOLEH in field catalog. However while I am creating a new table, new field (VOLEH) does not showed in field catalog...
How can I fix this error?
Kind Regards,

HI
Check once again in IMG>SD>Basic func>Pricing >Pricing control>define condition table>conditions : allowed fields> go to new entries then press F4
check here newly created field is there or not
(or) when creation of condition table check properly next page button in menu bar
still if its not found
Note 21040 - Allowed Fields not appearing for condition table
or check this link
http://www.sap-basis-abap.com/sd/how-to-add-new-fields-to-field-catalog.htm
Regards,
Krishna.

Similar Messages

  • Create Asset Master Button does not appear while creating SC.

    Dear Friends,
    We are working on SRM 5 and trying SSP with classic scenario. The issue is while creating Shopping cart for account assignment Asset, system does not display “Create Asset Master” button.
    We have maintained following configuration in our SRM system.
    1.     The authorizations object M_BBP_*** is setup and activated for Employee creating shopping cart as well as RFC user.
    2.     Attribute Asset Class (ANK) is maintained in Organization structure as per Backend asset class
    3.     Attribute Account Assignment Category (KNT) is maintained for Asset in Organization structure
    4.     GL account for product category and account assignment is maintained
    Still while creating Shopping cart for Account assignment “Asset” system does not display button “Create Asset Master”.
    Any idea which setting I am missing?
    In R/3 I am able to create Asset master while creating Purchase Requisition.
    Regards,
    Sandeep Parab

    Hi
    <u><b>Please go through this -></b></u>
    http://help.sap.com/saphelp_srm50/helpdata/en/03/340ff8a5c711d4b2d8000102ade1c8/frameset.htm
    Asset Procurement in EBP
    Re: Asset number creation in EBP ?
    Asset Procurement in SRM 5.0
    Re: Cost center in asset item
    Note 492107 - Account assignment with asset (changes in EBP)
    Note 492073 - Account assignment to asset when creating a shopping basket
    Note 897843 - Mixed account assignment types with asset in extended PO
    Note 732374 - No default values from attributes for account assignment
    Note 921767 - Default settings: Account assignment data is blank in ECS
    Note 588898 - Additional documentation for SAP Enterprise Buyer 3.0
    Note 575654 - Additional documentation for SAP Enterprise Buyer 3.5
    Note 750381 - Asset master number is not transferred from details (2)
    Note 674802 - Asset master number is not transferred from details
    Note 484020 - No Asset Class Description when creating asset master
    Note 936541 - Subsequent note to Note 543055
    Note 613671 - RAISE COMPANY_CODE_NOT_VALID with enclosure creation
    Note 455124 - Error message on unavailable asset class
    Note 579900 - Account assgnmnt screen 2000: asset class transltd incrrctly
    Note 399377 - EBP transfer of the asset text via EBP (as of Release 4.5)
    Note 493512 - EBP: Message 197 (BBP_PD) not displayed by system
    Note 423307 - Messages (BBP_PD) 193/194/195/197/202 translated incorrectly
    Note 202684 - No derived account asgnmnt information frm back end
    Regards
    - Atul

  • Getting error 'Item 00000 does not exist' while creating a salse order

    Hi All,
    We are facing an issue, we get an error message saying 'Item 00000 does not exist' while creating a sales order for a particular order type, we do not get this problem with all the materials, only a few of them and the materials which give a problem are part of the supersession chain. The problem is not even coming for all the superseded materials.
    This problem is occuring with none of the other order types but just one. We have compared the configuration for the order types for which this error is not coming and the order type which is giving the problem, and its exactly the same.
    When creating the sales order through VA01 even though the error message comes, but on hitting the enter button the processing goes further. But when creating the sales order through the background program the processing stops the moment the error message comes and the Sales Order does not get created.
    Your valuable suggestions for helping us resolving this issue will be highly appreciated.
    Regards,
    Geeta

    HI Geeta
    As per your post "Problem is when you are executing VA01 in background sales orders are not generating due to error message".
    Apart from configuration check alternative is "Take ABAPer's help and change this error message type to warning/information message type in the system". With warning/information message type you could be able to create sales orders in background also.
    try and revert

  • I have added a new field in IT0006 ,Now when try to create a new record for

    Hi Experts,
    I have added a new field in IT0006 ,Now when try to create a new record for a employee.
    1,If I give the SUBTY in the PA30 screen getting an error "Don't Specify a subty error"
    if and remove the subty and press CREATE button popup's comes and list the subty values.......It was allowing me to enter the subty in the PA30 screen prior to my new field addition in IT0006... is't a problem with the new field addition?
    2, After I choose the subty value from the pop-up I am able to see the next screen....BUT GETTING AN INFORMATION MESSAGE THAT "Assignment to feature P0006 did not take place"?
    3,, In the next screen after I have passed all mandatory fields while attempting SAVE I am getting an error called " Time constraint table in T777D is incorrect" what could be the cause?

    How are u adding fields to table using append in se11 or pm01.
    if you are adding fields using se11 delete it and add it0005 in transaction pm01 and generate object.
    add fields to structure CI_XX_R0005 and generate screen and maintain entry and screen in maintance view add entry and activate program.

  • CRVS2010 beta - Date field from database does not display in report

    Hi there - can someone please help?!
    I am getting a problem where a date field from the database does not display in the report viewer (It displays on my dev machine, but not on the client machines...details given below)
    I upgraded to VS 2010
    I am using the CRVS2010 Beta
    My development machine is Windows 7 - and so is my fellow developer's
    We are using Microsoft SQL Server 2000
    We run the queries within VS and then we send the data table to VS using .SetDataSource
    We have a few reports which display the date on our dev machines (whether we run the EXE or from within Visual Studio)
    When we roll out to the client machines (running Windows XP SP3) then everything works, except that the date does not display (on quite a few reports)
    This is the only real issue I have had - a show stopper for me
    The rest works well - any input will be greatly appreciated
    Regards,
    Ridwan

    Hi Ridwan,
    After much testing I have it all working now using CRDB_adoplus.dll as a data source ( XML )
    Alter your Config file to look like this:
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0"/>
    </startup>
    Then using the code below, and CR requires the Schema to be able to read the date format.
    private void SetToXML_Click(object sender, EventArgs e)
    CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
    ISCDReportClientDocument rcd;
    rcd = rptClientDoc;
    string connString = "Provider=SQLOLEDB;Data Source=dwcb12003;Database=xtreme;User ID=sb;Password=password";
    string sqlString = "Select * From Orders";
    OleDbConnection oleConn = new OleDbConnection(connString);
    OleDbDataAdapter oleAdapter = new OleDbDataAdapter(sqlString, oleConn);
    //OleDbDataAdapter oleAdapter2 = new OleDbDataAdapter(sqlString2, oleConn);
    DataTable dt1 = new DataTable("Orders");
    oleAdapter.Fill(dt1);
    System.Data.DataSet ds = new System.Data.DataSet();
    // We need the schema to get the data formats
    ds.WriteXml("c:
    sc.xml", XmlWriteMode.WriteSchema);
    //Create a new Database Table to replace the reports current table.
    CrystalDecisions.ReportAppServer.DataDefModel.Table boTable = new CrystalDecisions.ReportAppServer.DataDefModel.Table();
    //boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
    PropertyBag boMainPropertyBag = new PropertyBag();
    //boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
    //In the main property bag (boMainPropertyBag)
    PropertyBag boInnerPropertyBag = new PropertyBag();
    //Set the attributes for the boInnerPropertyBag
    boInnerPropertyBag.Add("File Path ", @"C:\sc.xml");
    boInnerPropertyBag.Add("Internal Connection ID", "{680eee31-a16e-4f48-8efa-8765193dccdd}");
    //Set the attributes for the boMainPropertyBag
    boMainPropertyBag.Add("Database DLL", "crdb_adoplus.dll");
    boMainPropertyBag.Add("QE_DatabaseName", "");
    boMainPropertyBag.Add("QE_DatabaseType", "");
    //Add the QE_LogonProperties we set in the boInnerPropertyBag Object
    boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
    boMainPropertyBag.Add("QE_ServerDescription", "NewDataSet");
    boMainPropertyBag.Add("QE_SQLDB", "False");
    boMainPropertyBag.Add("SSO Enabled", "False");
    //Create a new ConnectionInfo object
    CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo =
    new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
    //Pass the database properties to a connection info object
    boConnectionInfo.Attributes = boMainPropertyBag;
    //Set the connection kind
    boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    //*EDIT* Set the User Name and Password if required.
    boConnectionInfo.UserName = "";
    boConnectionInfo.Password = "";
    //Pass the connection information to the table
    boTable.ConnectionInfo = boConnectionInfo;
    //Get the Database Tables Collection for your report
    CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables;
    boTables = rptClientDoc.DatabaseController.Database.Tables;
    //For each table in the report:
    // - Set the Table Name properties.
    // - Set the table location in the report to use the new modified table
    boTable.Name = "Orders";
    boTable.QualifiedName = "Orders";
    boTable.Alias = "Orders";
    rptClientDoc.DatabaseController.SetTableLocation(boTables[0], boTable);
    //Verify the database after adding substituting the new table.
    //To ensure that the table updates properly when adding Command tables or Stored Procedures.
    rptClientDoc.VerifyDatabase();
    MessageBox.Show("Data Source Set", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thanks again
    Don

  • I uploaded a new font and it does not display in firefox

    I have a website that uses a font that is not a standard "Microsoft" font - I uploaded the font to my computer and it displays just fine in Word and Open Office, but my website does not display it. How do I get FireFox to read the font file I just uploaded? I made certain that it IS available in the Windows\Fonts directory.

    Well, browsers only display "system fonts" unless, in Html 5 you establish the CSS @font to use other fonts.
    But, you are sounding like you are not doing that. When you design a webpage on YOUR PC *your* systems fonts will show properly ON YOUR PC because they are *your system* fonts that the browser can find... on *your* machine only.
    BUT, all other PCs/Macs/etc. probably do not have your font installed on their machines and the browser on their machines cannot find the named font, so it substitutes best guesses at it from the normally available generally available system fonts. So, when you create a webpage on *your* machine you WILL see what you are creating because THAT font is available to the browser... but only on YOUR machine.
    **** Only Solution **** is to use Html-5 @fonts CSS definitions BUT that too is tricky but works. Otherwise you get standard system fonts whether *your* machine displays properly or not.
    Hope this helps

  • Added new field to ALV but not  displaying the ouput

    Hi guys,
    I'm adding one more column to be displayed on an old existing program that uses REUSE_ALV_FIELDCATALOG_MERGE to generate the ALV fieldcat.
    DATA : BEGIN OF itab OCCURS 0,
      matnr LIKE eina-matnr,
      extwg LIKE mara-extw,
      matkl LIKE mara-matkl,
      mtart LIKE mara-mtart,
      maktx LIKE makt-maktx,
      lifnr LIKE eina-lifnr,
      wglif LIKE eina-wglif,
    <span style="color:red">idnlf like eina-idnlf,          " <----
    new field</span>
      name1 LIKE lfa1-name1,
      profl LIKE mara-profl,
    END OF itab.
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          i_program_name         = sy-cprog
          i_internal_tabname     = 'ITAB'
          i_client_never_display = ''
          i_inclname             = sy-cprog
         i_bypassing_buffer     = 'X'
        CHANGING
          ct_fieldcat            = t_cat
        EXCEPTIONS
          inconsistent_interface = 1
          program_error          = 2
          OTHERS                 = 3.
    I've added in a new field inside the ITAB internal table, but it wouldn't appear in the t_cat, only all the old fields will appear. What have i done wrong?

    Hi
      Facing similar kind of issue.. added one field to the existing internal table. This is not getting populted by the field catalog merge FM. Tried with the suggested solution also of running programs BALVBUFDEL,
    BCALV_BUFFER_DEL_SHARED then logging off  and logging in..
    But the newly added field is not getting populated. Any suggestions would be of great help.
    Regards,
    sridevi S

  • New field in CI_COBL does not appear in FB01 interface

    Hi!
    I have added new field to coding block (ci_cobl) and created subscreen with this field. I did this through OXK3 transaction (spro->...->special ledger->maintain coding block).
    The field has appeared in field statuses set-up (it is set to "Opt Entry"), but it hasn't appeared in the FB01/02/03 transactions.
    How to enable the field in the interface of standard FI transactions?
    Thanks!

    Some questions
    -Did you solve your problem ?
    -Did you come through OSS <a href="https://service.sap.com/sap/support/notes/174413">Note 174413 - Customer-specific fields in new Enjoy transactions</a> ?
    Regards

  • Image does not display while download with Java 1.6

    Hi,
    I have specified the following line in our jnlp file:
    <icon width="64" height="64" href="filename.jpg"/>
    Under Java 1.5, the image displays while the jar files are being downloaded, but under Java 1.6 they do not. Can anyone tell me why?
    Thanks.
    -Pete Spiro

    Is this a custom application that is viewing the report or is it Infoview or urlreporting?
    If it isn't a custom app, you may be better off posting this question [here|SAP BusinessObjects Web Intelligence; instead.  You may also want to open a case with support for this.

  • Error "Item 000010 does not exist" while creating sales order in VA01

    Dear All,
    As per customer requirement we are trying to validate shipping data( item level) and unloading point( item level)  by customer enhancement.
    Enhancement:       V45A0003
    Function Module:    EXIT_SAPMV45A_003
    INCLUDE:                ZXVVAU05
    Inside include we have written validation code that if user enters any wrong value for shipping data or unloading data
    system will throw error message accordingly.
    It is working fine and we are getting error message if wrong shipping data or unloading data is entered.
    But after the error message is displayed if we try to save the sales order  again system throws a STOP message as a POPUP
    saying "Item 000010 does not exist".
    Now,if we enter proper shipping data or unloading data and try to save the salesorder it is throwing error "Item 000010 does not exist"..
    Please let me know your valuable input on this.
    Regards
    Arindam
    Edited by: Arindam Ganguly on Mar 11, 2010 1:55 PM

    It sounds like your error routine has prevented the insertion of the data in VBAP or XVBAP internal tables.  Therefore, upon return to the screen and SAVE, SAP is examining the VBAP or XVBAP table, comparing to the 'I' index table probably, and finding that there is supposed to be an item 10, but it's not in the necessary table(s).    This may be resulting because your internal tables are now inconsistent.
    Look at where your inserted error coding is occurring...you may want to move that to the SAVE_DOCUMENT_PREPARE routine in MV45AFZZ, so that everything will have been built, and a final check of the content will stop the sales order save until the data is corrected.
    Edited by: Breakpoint on Mar 11, 2010 3:29 PM

  • Error message BP does not exist while creating service order in WEB UI

    Hi Experts,
    i have an issue while creating a service order in WEB UI the system is automatically taking the BP ""created By"" but while saving the document Error message showing "BP does not exist"
    we have already completed set up integration with HR .created the user as  BP Role "employee"
    Kindly suggest what are the other configuration that need to be checked.
    Regards,
    D Panda

    Hi,
    Have you made the assignment of the user (defaulting in created by) to the employee (under the identification tab in employee)?
    Regards,
    Parul

  • Oracle/wh/runtime/server/Util does not exist - while creating runtime repos

    While running OWB Runtime Assistant, at about 60% completed, getting an error.
    Here is the last few lines from the log file:
    oracle.wh.util.DebugUtility: [processSPAWN]: wholeLine =..\..\..\jdk\jre\bin\javaw -classpath ../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/ojdbc14.jar;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.wh.runtime.platform.service.install.ServiceInstaller %host %port %serviceName %user %password
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: after executing the output
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: Runtime Platform Property Load Beginning...
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-29540: class oracle/wh/runtime/server/Util does not exist
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error : java.sql.SQLException: ORA-29540: class oracle/wh/runtime/server/Util does not exist
    Mon Feb 06 11:58:00 CST 2006
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Mon Feb 06 11:59:47 CST 2006
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    =========================================
    The database version is 9.2.0.4 on XP
    OWB version is 10.1.0.2 on the same XP host.
    I'd prefer NOT to change (upgrade or degrade) the versions of db and owb, as the same version combination works just fine in production, and I'm trying to create the same environment on my local PC.
    Thanks for your help.
    vr

    I did that and my output is all good:
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is available
    PL/SQL procedure successfully completed.

  • My already purchased, downloaded, and stored album or song in the Music from iTunes Store does not display already purchased in New Releases, Top Tens, Genres. Why did I purchase this again from the same album??

    This has happened more than 38 times so far, and its still not fixed within iTunes store, upgrade or the latest version of software. For an example, I have in the Top Tens, section Country number 28 this week Keith Urban with For You from the Act of Valor movie soundtrack which displays $ 1.29. Now again upon just searching on the iPhone 4s with the app Itunes, with the keywords Act of Valor, top results show on display Action & Adventure Act of Valor Movie and Keith Urban, For You Act of Valor $ 1.29.
    Now right below with Albums, Various Artists, Act of Valor I selected it displays 1 For You "Downloaded"
    Pretty screwed up if you ask me!!

    really? no answer in a month? no one can help to resolve with a setting ?

  • New version of iWeb does not display photo thumbnails in media panel

    Thats about it. Just upgraded to latest version of iWeb 1.1.1 and now no thumbnails are displayed in media panel. Rich

    Well, how do you think I guessed that was the problem?!! I had spent a frustrated 2 hours cursing iWeb until I realised what was going on...
    It's always good when the fix is a simple one!

  • PIV's not displayed while creating Synchronization

    Hello All
    I am trying to create to synch PSm to M-BOM.
    Once I say PSM to BOm synch, only the Product variant is displayed in the screen, no PIV's are displayed
    Please can any body help to sort out this issue.
    Thanks & Regards
    Satish

    Hi Satish,
    can you please provide some screenshots?
    Please check whether the header data is maintained for the usage Engineering for the header material.
    Best regards
    Bernd

Maybe you are looking for