Newly-added field  missing in the field catalog  for NR00

I  am about to creat condition record for condition type NR00 free goods . I need to make some customizing to meet our requirement .So  I changed  the field catalog for the condition table by adding a new field BWAST  (purchasing document type) . After that I am going to creat a new condition table 501 with this newly-added field ,but I can't find the field in the right part for field catalog .
Can you give me some advice ?   Thank you in advance.

I 've got the answers ,  
Note 21040 - Allowed Fields not appearing for condition table
thaks

Similar Messages

  • Change field value in a table, based on another field value in the same row (for each added row)

    Please Help, I want to change field value in a table, based on another field value in the same row (for each added row)
    I am using this code :
    <HTML>
    <HEAD>
    <SCRIPT>
    function addRow(tableID) {
    var table = document.getElementById(tableID);
    var rowCount = table.rows.length;
    var row = table.insertRow(rowCount);
    var colCount = table.rows[0].cells.length;
    for(var i=0; i<colCount; i++ ) {
    var newcell = row.insertCell(i);
    newcell.innerHTML = table.rows[1].cells[i].innerHTML;
    switch(newcell.childNodes[0].type) {
    case "text":
    newcell.childNodes[0].value = "";
    break;
    case "checkbox":
    newcell.childNodes[0].checked = false;
    break;
    case "select-one":
    newcell.childNodes[0].selectedIndex = 0;
    break;}}}
    function deleteRow(tableID) {
    try {var table = document.getElementById(tableID);
    var rowCount = table.rows.length;
    for(var i=0; i<rowCount; i++) {
    var row = table.rows[i];
    var chkbox = row.cells[0].childNodes[0];
    if(null != chkbox && true == chkbox.checked) {
    if(rowCount <= 2) {
    alert("Cannot delete all the rows.");
    break;}
    table.deleteRow(i);
    rowCount--;
    i--;}}}catch(e) {alert(e);}}
    </SCRIPT>
    </HEAD>
    <BODY>
    <INPUT type="button" value="Add Row" onClick="addRow('dataTable')" />
    <INPUT type="button" value="Delete Row" onClick="deleteRow('dataTable')" />
    <TABLE id="dataTable" width="350px" border="1">
    <TR>
    <TD width="32"></TD>
    <TD width="119" align="center"><strong>Activity</strong></TD>
    <TD width="177" align="center"><strong>Cost</strong></TD>
    </TR>
    <TR>
    <TD><INPUT type="checkbox" name="chk"/></TD>
    <TD>
    <select name="s1" id="s1">
    <option value="1">1</option>
    <option value="2">2</option>
    <option value="3">3</option>
    </select>
    </TD>
    <TD><input type="text" name="txt1" id="txt1"></TD>
    </TR>
    </TABLE>
    </BODY>
    </HTML>

    Hi,
    Let me make sure u r working with table control.
    First u have to create a event(VALIDATE) to do the validation.
    Inside the event,
    1. First get the current index where user has pointed the curson
    2. Once u get the index read the internal table with index value.
    3. Now u can compare the col1 and col2 values and populate the error message.
    1. DATA : lo_elt TYPE REF TO if_wd_context_element,
                   l_index type i.
    lo_elt = wdevent->get_context_element( name = 'CONTEXT_ELEMENT' ).
         CALL METHOD LO_ELT->GET_INDEX( RECEIVING  MY_INDEX = l_index.
    above code should be written inside the event.
    Thanks,

  • Field Name  of the field on the Selectiion Screen

    Hi,
    I am executing report program and we get a Selection Screen .The question is  can we catch the field names of the fields on the selection screen dynamically.
    We can find the field name by pressing F1 and looking into the Technical Information of that perticular field.
    But can we fetch the field name dynamically.
    Any pointers/information in this regard will be highly helpful.
    Thanks & regards,
    Abhijeet

    Hello Abhijeet,
    Here's what I think you're looking for -
    tables spfli.
    parameters     : p_test   like spfli-carrid.
    select-options : s_carrid for  spfli-connid.
    DATA:
      descr_ref TYPE ref to cl_abap_elemdescr.
    START-OF-SELECTION.
      descr_ref ?= cl_abap_typedescr=>describe_by_data( p_test ).
      WRITE: / 'Typename     :', descr_ref->absolute_name.
      WRITE: / 'Kind         :', descr_ref->type_kind.
      WRITE: / 'Length       :', descr_ref->length.
      WRITE: / 'Decimals     :', descr_ref->decimals.
      WRITE: / 'Output Length:', descr_ref->output_length.
      WRITE: / 'Help ID      :', descr_ref->help_id.
    Kind------> data type (C , I , etc.,)
    Help ID---> data element (usually).
    There are other classes in ABAP of the form CLABAPDESCR which can provide you with other information. These classes all belong to what is called RTTI (Run Time Type Identification). However, these are available only from 46c. You can explore the other classes, as I think they would be very interesting and useful in the future.
    Regards,
    Anand Mandalika.

  • No measures found in the OLAP catalog for user CS_OLAP

    Working in XP, with Oracle Database 10g 10.2.0.1.0, AWM 10.2.0.1A, JDeveloper installed from the 10.1.2.0.2 Developer Suite, BI Samples are 10.1.2.0.0)
    I'm receiving this error when connecting to the CS_OLAP schema through JDeveloper:
    "Warning: No measures were found in the OLAP catalog for user CS_OLAP; therefore, you will not be able to create OLAP queries with this connection."
    From the top...
    I've installed the sample databases (oe, pm, sh, etc..) from the Companion CD. The SH schema (required for installation of CS_OLAP) is present.
    I've executed install.bat from the ...\common_schema directory. It creates the CS_OLAP tablespace and user. There are no errors in the log file. It appears to be building the datafile. When it finishes, Enterprise Manager shows the CS_OLAP tablespace using 87% of its 325MB allocation.
    In Enterprise Manager, there are a total of three tables listed for the CS_OLAP schema. They are: AW$AWDEBUG, AW$SHAW, and AW$UTILS. There are no "regular" tables listed, just these three Analytic Workspaces. I open an OLAP Worksheet in AWM, and I can execute AW ATTACH CS_OLAP.SHAW FIRST RO, and see all of the objects in the AW. They are populated with dimension values and data. It's a full blown AW.
    I then installed the BI Beans sample applications. Again, no problems during installation.
    I opened JDeveloper, drilled on the BIBEANS sample workspace, opened the CATALOG project, and checked the connection settings for the catalogBIDesigner. The TEST of the connection was successful, but I received that warning message. The 'Presentation 1' crosstab returns no data, only the little default table. Basically, the system can't see any data in the CS_OLAP schema.
    So, an AW has been created for CS_OLAP, it's populated with dimensions and data, but JDeveloper doesn't see the contents.

    Nevermind.
    The answer is found in the version of the BI Samples zip file.
    BI_10_1_2_1_0_samples.zip works just fine.
    BI_10_1_2_0_0_samples.zip didn't.

  • [svn] 3775: Adding a link to the FxCheckBox example for ASDoc.

    Revision: 3775
    Author: [email protected]
    Date: 2008-10-21 09:22:17 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Adding a link to the FxCheckBox example for ASDoc.
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxCheckBox.as

    guess not

  • Fields missing in the printouts

    Hello everyone
    I have a crystal report application in VB.NET 2005, which gets the values of a field from the database and supports printing of the report in the following formats
    1.     pdf
    2.     directly to a printer - printout
    When i export the report using reportdocument to pdf , all the fields are getting printed :  Normal - As expected
    But when i print the report directly using PrintToPrinter method,i am not able to print some of the fields.  i.e some of the entries are missing in that report printout
    Can someone guess and guide me what could be the problem ???
    Are there any limitations / preconfigurations that needs to be doen before using the PrintToPrinter method
    Regards
    Srivatsa

    Hi Srivatsa,
    Since you are facing the issue while printing the report from VB.NET 2005, the best forum to post this question would be: -
    Business Objects SDK Application Development Forums.
    However, can you please let us know if the fields which are missing in the print out, what is their data type and what is the printer type (prefrably the printer name and model number).
    Please re-post the question on Business Objects SDK Application Development Forums with the requested information.
    Regards,
    Abhishek Jain.

  • Fields Missing in the data source

    Hello Friends ,
                          I have to Append structures in my data source , and there are few fields under each append , the fields existing in Dev are missing in QA under one of Append strcuture's in QA. I see the fields when I double click the extract str but dont get to see them in the data source in QA, has anyone had this earlier ?
    Need y

    Hi,
    Go to transaction RSA6 -> datasource. You will see number of fields ( standard and appended). Check missing  field there and checkbox in HIDE column against it. If box is checked it wont be shown in the datasource. It will hide the field in the datasource.
    Hope this helps.
    Regards,
    Viren

  • MISSING FUNCTIONALITY-The field "VatIdUnCmp" is not exposed in DI API & DTW

    The field "VatIdUnCmp" (Unified Federal Tax ID) is not exposed by the
    DI API and therefore not available in DTW.
    This is a missing functionality.
    In order to have this non-legal requirement, as request in the note 1028874, I send this development request
    Thanks for your cooperation.
    Fabio Fambrini

    Maybe check here:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c5f5dbcc-0a01-0010-5d82-f25f2bee715e
    HTH,
    Frank

  • Some fields missing from the Information interface

    On iTunes 12 I can’t find the "Description" field that was in the Video page.
    The field still shows in the list of songs, but it doesn’t appear on the new "Information" interface. And I don't think this is the only field missing compared to the previous Information interface. Can anyone help? Thank you.

    ... before you click Get Info.
    tt2
    YES!
    Thank you turing! That really helped.
    (it seems a bit of a complication to me, the system was just fine as it was, but what do I know?)

  • Field missing in the sales order.

    Hi Experts,
    We have notification for which the sales orders are created.
    Whenever some changes are made in the notification they get reflected in teh sales order once u open it an save it again.
    But this time when we made some changes on the notification and hence opened and saved the sales order along with reflecting the changes in the sales order as per the notification one crucial field got cleared.
    But we are not able to trace how is this field getting cleared.
    We have tried creating new sales orders and again tried the same changes  but this time no field got cleared and everything is fine.
    But the original sales order still have the field blank which is important.
    Please advice.

    Hi,
    The copying controls are same as for other notifications.
    We have tried creating sales orders without changing the copy controls. But this prob has not occurred with the sales orders we are creating now. But the prob that has occured in case of original sales order still persist.
    Please advice.

  • Adding search Help - In the transaction MIGO for the Field WEMPF.

    Hi All,
    In the Transcation MIGO there is a field - Good Recipient ( WEMPF ) -this does not have any F4 help.
    Now i need to create a search help for this field.
    Can any one suggest me how to proceed.
    I am thinking about -- creating a search help - and assigning it to a data elemet(WEMPF) of that field.
    is this a right way. if so please guide me the steps to do.
    Thanks in advance.
    Guru

    hie
    to add a search help to a particular field u need to get the table name where that field is located. secondly go to se11 and enter an appropriate name for your search help, allocate the table where values are going to be taken as well as the search criteria. Afterwards to the table where WEMPF is and on the search help enter your custom search help. save and activate and you shud try MIGO once more and the field WEMPF should have an F4 help.
    regards
    Isaac Prince

  • How to display the field name in the tabulated view for a content query web part

    I have added a content query web part changed the web part file to include custom columns imported and reffered itemstyle.xsl
    to include the tabulated view for the content query.
    However the way it is displayed is such that only the content is displayed.
    As i am using a tabular view wto display the data, i want to display their field names as well.

    Hi  ,
    According to your description, my understanding is that you need to display the field in the tabulated view for a content query web part.
    For your issue, please refer to the code as below:
    <xsl:template name="VendorCustomStyle" match="Row[@Style='VendorCustomStyle']" mode="itemstyle">
    <html>
    <table width="100%">
    <xsl:if test="count(preceding-sibling::*)=0">
    <tr>
    <td width="8%" valign="top"><div class="item"><b>Vendor ID</b></div></td>
    <td width="12%" valign="top"><div class="item"><b>Vendor Name</b></div></td>
    <td width="50%" valign="top"><div class="item"><b>Vendor Description</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Country</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Vendor Date</b></div></td>
    <td width="10%" valign="top"><div class="item"><b>Created By</b></div></td>
    </tr>
    </xsl:if>
    <tr>
    <td width="8%" valign="top"><div class="item"><xsl:value-of select="@VendorID" /></div></td>
    <td width="12%" valign="top"><div class="item"><xsl:value-of select="@Title" /></div></td>
    <td width="50%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Description" disable-output-escaping="yes" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Country" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Vendor_x005F_x0020_Date" /></div></td>
    <td width="10%" valign="top"><div class="item"><xsl:value-of select="@Author" /></div></td>
    </tr>
    </table>
    </html>
    </xsl:template>
    For more information, please have a look at the blog:
    http://www.codeproject.com/Articles/756834/Customizing-the-Content-Query-Web-Part-and-Item-St
    http://msdn.microsoft.com/en-us/library/ms497457.aspx
    http://clarksteveb.hubpages.com/hub/Customized-Content-Query-Web-Part-CQWP-in-SharePoint-2007-with-results-Tabbed-Grouped-and-in-an-HTML-Table
    http://blog.sharepointexperience.com/customitemstyle/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • How can i make text in a field stay within the field wrap

    I need text to wrap in the text field box, please tell me how?

    Assuming this is a web form...
    You do that by adding a field that is "Text Field (Multiline)" and sizing it appropriately. It's possible to set both a minimum and a maximum limit the number of characters in a field. If your field is sized too small, text will still be able to be entered, and will export just fine, but just might not display fully when viewing on the web or when printing the web page.
    Hope that helps,
    Brian

  • Newly Added Topics Missing From steve o'hearn Exam Guide (1Z0-047)

    Hi,
    I am planning to take exam 1Z0-047.
    I got to se the exam guide for this,(OCA Oracle Database SQL Certified Expert Exam Guide (Exam 1Z0-047)) by Steve o'hearn in market.
    But it seems that syllabus of the exam is modified on 15th september 2014; and newly added topics are NOT present in the exam guide.
    Below are the objectives and topics I feel are missing from the book.
    Restricting and Sorting Data
    Use the SQL row limiting clause**
    Create queries using the PIVOT and UNPIVOT clause**
    Use pattern matching to recognize patterns across multiple rows in a table**
    Displaying Data from Multiple Tables
    Use the cross_outer_apply_clause**
    Using Subqueries to Solve Queries
    Create a lateral inline view in a query**
    Using DDL Statements to Create and Manage Tables
    Truncate tables, and recursively truncate child tables**
    Use 12c enhancements to the DEFAULT clause, invisible columns, virtual columns and identity columns in table creation/alteration**
    Manipulating Large Data Sets
    Use explicit default values in INSERT and UPDATE statements**
    We can find material on these topicsover internet(in fact I have actually worked on few of these topics already as part of my job.)
    But i prefer referring to book as it helps to understand the scope.
    I just joined the oracle forums,and not sure if I am placing this discussion on correct forum/category.
    A humble request to advice if it is at wroing place.

    I am just thinking what next course should I take ?
    Immediate target will be obviously  some PL SQL related test like 1Z0-147.
    BUT what to do after that ?
    In my work experinece so far, I have worked as a developer, senior developer(mainly in maintenace projects , both OLTP and OLAP projects I have worked for.
    that is, small as well as relatively big data volumes.Right from simple DB to DW systems of big enterprise corporation where millions of transactions happen and enter into system each day). I have  also participated in database designing when I worked on project where database was being designed from scratch. so, I am aiming/aspiring for a role something like Designer  or architect roles in the long run.
    I'm glad you found my page useful. I actually recommend 1Z0-144 over 1Z0-147.  The two exams are equivalent in their results, but I feel 144 is the better exam.  Also, 147 was almost retired at one point.  OU backed off, but may put it back on the chopping block at any time.  I wrote an article explaining why I prefer 144 here:
    Oracle PL/SQL Developer Certification: 1Z0-147 or 1Z0-144?
    As to the step after that, 1Z0-146 is the obvious one to gain the PL/SQL OCP.  147/144 will only gain the OCA-level cert.
    If you want to end up as a designer or architect, eventually you must get into database design, which would argue pursuing the DBA track.
    Millions of transactions implies a significant requirement for performance tuning which would argue for the SQL Tuning (1Z0-117) or performance certifications (1Z0-054/1Z0-064).

  • Highlighting TEXT - not the field - and clearing the set value for a new one

    I have a form in which various text fields are set with a message to inform the user as to what kind of information I want typed in. My goals are:
    1. Have the text get highlighted so when the user starts typing, the "old" value gets replaced with the "new"
    2. Or, when the user tabs or clicks in the field all of the "old" value is deleted and they can start typing the "new" value from the beginning of the field.
    I am trying to eliminate having to manually highlight the field in order to type in the needed information. But each field needs to start with a value so the user knows what kind of information I am looking for.
    Does this make sense? By the way, I have no JavaScript experience...uh oh!

    Use the Media Manager (under the File menu bar item).
    Link:
    What Can You Do with the Media Manager?

Maybe you are looking for

  • Report cannot print in full page

    Hi all, I have generated the report and when view on screen, the format is ok but when submitted to printer, the report output does not show in full page, right hand side of the paper is blank off. I am using report v.6.0.8.25.0 Rgds Lim

  • Problems with text using Photoshop CC on Windows 8.1

    I am using Photoshop CC on Windows 8.1.  I get  flickering on the screen as described by others.  My main problem, however,  is that when I try to use the text tool the layer goes completely black and I cannot see what I am typing or edit the text. 

  • HT2523 Word docx file conversion and saving problems

    I've recently switched back to Mac after many years as a Windows user. I was delighted to be able to open my Word documents in TextEdit, but have had to reformat certain parts of the documents (specifically, bullets, tabs, and wrap to page) EVERY TIM

  • Problem Importing Photos from Aperture 3 into iPhoto '11

    I store my photos in Aperture 3, but import them into iPhoto to create calendars, cards, etc. I usually work with RAW or high resolution JPG images in Aperture. However, when I import these into the new iPhoto '11, it automatically converts my RAW im

  • Why does SQL Developer sometimes refuse to activate the debug controls?

    I can find the procedure or package that I want to work in, compile it for debug, set break points, provide the required input parameters, and sometimes SQL Developer works as expected. That is, it activates the debug control buttons (step into, step