Regarding "Main Brand" characteristcs Value

Hi,
How to find the related transparent table where the data is physically stored in SAP for the characteristic value "Main Brand" together with the material number.
Main Brand  is maintained under the tab Charactristics description in MM03 (Classification view).
Thank you.

Hi,
Its Data Element - ATWRT
1.Go to the ABAP Dictionary u2013 T-code: SE11and enter the field name into the Data Type fieldu2026be sure to select the Data type radio button, and click Display button at bottom.
2.From the Display Data Element screen, click the u201CWhere Usedu201D button
3.Select u201CTable fieldsu201D (you can play around with the others, but weu2019re looking for a table
4.Now comes the needle in the haystack searchu2026except weu2019ve really narrowed down the haystack a lot. You can do a search (Ctrl-F) for key words that might be in your table, like u201CMasteru201D for Master Data tables, etc. If you canu2019t find the table youu2019re looking for, you might have need to try a different data element.
pherasath

Similar Messages

  • Main Item net value showing as zero by condition type R100.

    Hi Experts,
    I am configured free goods, maintained condition record for exclusive free goods.
    but in sales order free goods item is not populating and when i see the analysis the requirement 55 not met.
    I removed the requirement 55 and i saved it.
    Still in the sales order the  free goods exclusive item not populating.
    and i find that main Item net value showing as zero by condition type R100.
    Why system showing the main item amount as zero by condition type R100?
    Thanks in advance.

    HI ram reddy
    you have to maintain R100 requirement -55 it should be there
    also Alternative Condition Base value - 28(100% discount)
    check your main pricing procedure having conditon type R100 or not if it is not there then maintain
    conditon record in VBN1 for NA00 check all the setting(calculation rule)
    activate free goods pricing correctly(NA0001)
    save it now try
    Regards,
    Krishna.
    Edited by: kris_hna on Jul 14, 2011 11:13 AM
    Edited by: kris_hna on Jul 14, 2011 11:31 AM

  • Regarding contract sales tab value not updating into the standard VA42 t-co

    Hello Experts!!!
    How to add screen shots in sdn...
    so that i can add my screen shots in SDN
    The below shown screen shot is the output of our Zprogram.The table field name:VBKD-BZIRK, where is has been marked as red colur in box.
    While dropping the from Source contract to Target Contract, where the value is not picking to the target contract and finally it is not displaying in the Standard VA42 transaction
         Input value
    That same field should come in the final alv output and also include in the va43 transaction sales tab( sales district)
    This value must then be inserted into every document which is being transferred.
    The above input field dragged from Source Contract to Target Contract, the picked value should reflected in the VA42 transation , but it is not effecting.
    Regards,
    Preethi...

    i already used same But it's not working
    s_order_header_inx-updateflag = 'U'.
    Line items
      REFRESH: i_order_item_in, i_order_item_inx.
      LOOP AT t_data INTO wa_data.
        LOOP AT t_data_item INTO wa_data_item WHERE vbeln = wa_data-vbeln. .
    BAPISDITM
          i_order_item_in-itm_number = wa_data_item-posnr.
          i_order_item_in-profit_ctr = wa_data_item-profit_ctr.
    BAPISDITMX
          i_order_item_inx-itm_number = wa_data_item-posnr.
          i_order_item_inx-updateflag = 'U'.
          i_order_item_inx-profit_ctr = 'X'.
          APPEND: i_order_item_in, i_order_item_inx.
        ENDLOOP.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = wa_data-vbeln
          IMPORTING
            output = wa_data-vbeln.
        CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
          EXPORTING
            salesdocument     = wa_data-vbeln
            order_header_in   = s_order_header_in
            order_header_inx  = s_order_header_inx
            behave_when_error = 'P'
          TABLES
            return            = it_return
            order_item_in     = i_order_item_in
            order_item_inx    = i_order_item_inx.

  • Regarding Main Window issue

    hi all,
    I developed one Smartform Work Order.
    My Requirement is after Completion of Main Window some texts like Terms of Payment and Penalty Clause( These we maintained in texts in PO) needs to come.
    Suppose i am displaying 10 line items . after completion of 10 line items Terms of payment needs to come and next page should start from first line onwards with whatever ending in the first page. It should not start from middle(beacause we define main window from middle ) and also for every page back side terms & conditions needs to come.
    How can we achieve this.
    Please suggest.
    Regards
    Reddy

    Hi,
    check your previous post
    Regarding Page Back in Smartform
    You cannot see it in print preview... try to check it by taking print..
    Regarding printing of terms and conditions after the line items... you can create a text node after the loop node and print the terms and conditions.
    It should not start from middle(beacause we define main window from middle )
    I guess this would be difficult to achieve.. i would like to suggest you to trigger a new page with main window height increased not the width of the main window

  • Regarding Main Window Height

    hi all,
        I am facing probelm that
      I am developing proforma invoice smartform .
    how can we adjust dynamically the height of smartform.
    Suppose i displayed 4 line items but height of main window is more.   it need to adjust to 4 line items.
    suppose i displayed 6 line items it needs to adjust 6 line items.
    like that.
    plz suggest solution.
    Regards
    Rami Reddy

    Ramireddy,
    In smartforms, in the main window U have to create the table and then display the line item data in the body of the table . this will solve ur problem as if the number of line item increase then the size of the table increases dynamically.....
    Regards...
    Edited by: Shakeel Irfan on Jun 25, 2008 8:56 AM
    Edited by: Shakeel Irfan on Jun 25, 2008 8:57 AM

  • Regarding main window in page2

    Hi,
    My requirement is i have to display basic rent header data in first page and their (Basic item details) in second page.So I am using one main window in page1 and other main window in page2.In page one am getting the main window data finely but am not getting main window in second page where i make a mistake.Please tell me.
    Waiting for ur reply........
    Regards,
    Ali

    Hi,
    Plz check out this thread;
    Main Window in 2nd Page is not displaying.
    Hope, it would help you.
    with regards,
    Mamta Kumari

  • Regarding how to pass values to the fields of a screen.

    Hi  all :
         there is a field called approver on screen. I'd like to pass value to it ,
         may I use the statement  like      approver-text = 'xxx'. ?
         is this ok?
         Thanks for any of your reply.

    Hi,
    Parameters: p_name type char20 default 'XXX'.
    you can give like this.
    or
    parameters: p_name type char20.
    Initialization.
    p_name = 'XXX'.
    both these will work
    regards
    Sarves

  • Regarding  Exception handling for  Value mapping

    Hi
    We have a requirement for resending the message (using  SXMB_MONI)for Value mapping and other message mapping related errors . Is there any others way we could achieve this , Any help on this is appreciated ?
    Thanks in advance,
    Jishi

    Hi Jishi,
    I don't think that SXMB_MONI is the solution.
    If you have a mapping error this can belong to two things:
    a) either your mapping is wrong
    b) or your message is wrong.
    In case a) you have to correct your mapping
    In b) The sending system must look what happend.
    In my opinion in both cases (a & b) the process must be restartet from the source system. That's the way we do it.
    Additionally we send a information message in the exception branch to the sending system
    Regards Mario

  • Regarding round off the value in adf table

    HI All,
    My Requirement:
    i have to round off the value after decimal in adf column before saving to data base.
    Excample : 1234.67 = 1235
    34567.89=34568
    34567.34= 34567
    i am using jdeveloper 11.1.1.3.0
    Please can you give code using converter or any other strategy.
    Thanks & Regards,
    Madhu

    1. First of all you asked for rounding off, taking the integer part is not rounding off.
    2. As per the documentation
    integerOnly      boolean      Yes      Flag specifying whether only the integer part of the value will be formatted and parsed. Default value is false.if i can understand correctly pertains to formatting only.
    3. You can create a custom faces converter and add it to faces config.xml http://docs.oracle.com/javaee/1.4/tutorial/doc/JSFDevelop4.html . So that you do not have to write it in code.
    4. If only integer is to be allowed why don't you change the data type to long or int instead of number

  • Regarding string operations and value alignment below heading

    Hi all,
    I have a requirement of sending the data in the form of table in mail thought me program.
    Am sending the mail content form int table.
    The issue is the table getting displayed like this(I used internal table of strings for this)-
    Name            |          Old value               |       New value                              -->Heading string
    Description     |          Material for production of tractors  |  Material for tractors  -->value string1
    weight               |       123   | 124                                                                   -->value string2
    Value 124 should have been well below New value.
    In short am not able to arrange the values (Because of variable length of values)well below table field so that i can distinguish  various values in same row.Please guide me for this issue .
    Thank you,
    Edited by: sanu debu on Mar 22, 2009 1:43 PM

    hi,
    use UNDER option.
    like
    write:
      / 5 text-001(give text ele as carrid)
        10 text-002(give as connid)
    loop at itab into fs_itab.
    write: / fs_itab-carrid under text-001,
               fs_itab-connid under text-002.
    endloop.
    Regards,
    jaya

  • Regarding VL01N settinf default value

    Hi Gurus,
      In trancation VL01N  Val.Type ( LIPS-BWTAR) should default value should set as ZCLIENT. Fot this what i have do please any one help me i am very thankfull .
    Regards,
    Venkat.

    hi,
    use this exit.
    V50PSTAT.

  • Query regarding passing of flag value from one component to another.

    Hi all,
        I need to pass a flag value of type CHAR1 from one view of one component to another view of a different component. Any ideas?

    Hi,
    You can use the Global Data Context Parameters which you can define in SPRO->IMG->CRM->UI Framework->Tech Role Def->Define Global Data Context Parameters.
    You can set the value wherever you want and read the same in the other component using the below similar code.
    * Setting the value using GDC
      CALL METHOD lr_gdc->set_data_attribute
        EXPORTING
          i_value = value
          iv_name = 'ZSTARTDATE'.
    *Reading GDC data
    DATA: lr_gdc       TYPE REF TO if_crm_ui_data_context.
    lr_gdc = cl_crm_ui_data_context_srv=>get_instance( me ).
                CALL METHOD lr_gdc->get_data_attribute
                  EXPORTING
                    iv_name = 'ZSTARTDATE'
                  IMPORTING
                    e_value = lv_sdate.
    * Here ZSTARTDATE is the GDC parameter defined in spro
    Hope it would be helpful
    Regards,
    Shobhit

  • Query regarding Balance carry forward value in KNC1

    Hi Experts,
    Please let me know whether the field UMSAV(Balance carry forward field) will be accumulation of all BSID and BSAD transactions for  particular KUNNR for their respective HKONT values.
    If some transaction is updated in BSAD or BSID, will it compulsory reflect in KNC1 table or not? Please let me know.
    Regards,
    Kiran A.

    Dear Kiran,
    The values on UMSAV per definition matches the summarization of all the open item values for a customer number as the resulting amount of summing up the balance carry forward from the previous fiscal year plus the movements on the suitable year.
    Nevertheless, it is updated under the summarization of the value on UMSAV for the previous fiscal year and adding the total amount of items posted on bsid AND bsad. You must notice that it only depends on which period the movements take part, the S/H movement, and that it doesn't depend on the GL account but the customer number. If you also need the GL account you must also check KNC3 for Sp.GL operations, KNB1 and T074 tables.
    I hope this information helps. Regards,
    Lidia

  • Can the main return a value?

    is there a way for the main to return a value?
    possible something with the concept like public static void main -> public static int main?
    (it has been tested and doesnt work)
    i would like to have the main return an integer or boolean value.
    help plz?
    rwer

    System.exit(some_number);
    doesnt work, it doesnt even compileIt does if you use it correctly. Apparently you didn't, or literally coded 'some_number' instead of taking it as an example.
    and im pretty sure System.exit is a void functionSo? It ends up setting the process's exit code, so that the caller of the process may get that value.
    I just want to know if its possible to return a value
    from the main
    changing "void main" to "int main" and having a
    return 0; something that looks like
    public static void main(String[] args) throws
    Exception {
    return 0;
    will compile but will not run, im just looking for
    ways to do this, any help would be nice...As stated before, no. But since the JVM is the one who calls main() and isn't going to do anything with such a return code, what good would it do?

  • Can "main" method return values

    Hi,
    I have a requirement of returning values to the
    command prompt from the main method. Is this possible
    to do in the first place. Is it valid.
    i.e. Can you do the following in Java,
    =======================================
    import java.io.*;
    import java.lang.Object;
    import java.util.*;
    public class P
         public static String main(String args[])
         String bye = "BYE";
         return(bye);
    =========================================
    Can "main" method in Java return values at command
    prompt.
    Can you have something like,
    public static String main(String args[])
    instead of
    public static void main(String args[])
    Help urgently needed as I need to pipe data from a
    Java program to a C++ program. One method is to
    writing to a flat file but this would cause overheads
    reading and writing to a file, hence this way.
    Any help would be greatly appreciated.
    Thanks in advance.
    Thank,s

    Hi jchak,
    Yes I am trying to pass a Java String to a C++
    application. Any insights, any help.
    OK the whole thing goes as follows,
    =========================================
    Theres a C++ application which first starts up.
    This app is then supposed to invoke a Java class file
    which does some processing. Finally the value of one
    variable in Java (actually a huge String) is to be made
    available back to C++. This could be done thru flat file
    wherein the Java outputs the string to the flat file
    and on return the C++ program can be made to read the
    same flat file to retrieve that string but this would
    surely cause some overheads (time factor) reading and
    writing files. So I wish to devise some way by means
    of which I can return the string value back to the C++
    program. Piping of data from one app to another is what I
    want to do.
    Is there some way by means of which Java can return
    back or communicate or pipe back the string back to
    C++. How can it be done without using external flat files
    or databases.
    Thansk,
    JAtin

Maybe you are looking for

  • When NOT to use J2EE?

    Hi There, new to J2EE, but not Java and I'm wondering about when its appropriate to roll out the big guns of J2EE. Should it only be in situations where you want to run your application across several machines? If I want to develop a webapplication t

  • Replacing a character in a String

    Hi All, How can I replace a character ' which appears in a String into \'

  • Help!! My Safari can't launch

    I just bought a iPad yesterday and tried to launch the safari today but it just won't launch even after i have restarted a few times. My firmware is 4.2.1

  • Error in calculating the Interest on Foreign Currency?

    Hi, I am trying to calculate the interest in Foreign Curreny and I am getting the error "Account 100002 in company code HPL9 cannot be directly posted to" on the same parameters when I calculate the interest in INR. Please Suggest. Also, if possible

  • I can't start the database home page in windows xp

    I installed oracle in my windows xp pc but when i try to start the database home it opens an internet explorer windows with the address http://127.0.0.1:8080/apex and they cant find the page please, can somebody help me with tis problem.