SAP Tables & Fields

Hi Guru's,
I need Tables And Fields for the below Mentioned Fields, it is very urgent please....
Product code     
Item Number     
%of total sales YTD(Year to Date)     
YTD Actual     
Last -YTD atual     
% YTD to LY(LY- lAST YEAR)     
Qty sold  YTD     
Qty sold last YTD     
%Qty sold last YTD     
Regards,
Chandrasekhar.

Link: http://www.sap-img.com/
Topic: Free ABAP eBook Download
SAP MM, SD, FI, PS, PP, PM, HR, System Tables
Regards,
Rajesh Banka

Similar Messages

  • Creating a new Search Help on a standard SAP table field?

    Good day, everyone!
    As part of a report I am writing, the customer would like to have Search Help added to the AUFEX field in table AUFK.  They would like this functionality so that when they are changing an order via t-code ko02, they can get a list of valid values to put in field AUFEX.  I would like to tie it to a zTable I've created; in my zTable, I have just 2 fields:  a key value (that will go into AUFEX) and a text description of the key value.  This zTable is used in my report.
    While I've created a Search Help on this table already for table maintenance, I've never added a custom Search Help to an existing standard SAP table field before.  I've done some Googling and other searching to see what I need to know, but I've only been able to find information on Collective Search Helps.  AUFEX doesn't yet have a Search Help field, so I don't think Collective Search Helps is my answer.
    Is this possible?  Can I add a custom Search Help to a standard SAP table field that doesn't have any Search Help linked to it yet?  Is there an existing thread or guide somewhere that can tell me how to do this?
    Thank you!

    Hi
    Yes u can: u can assign the search help to (A) data element livel or (B) field table livel.
    After creating your search help:
    A) Run SE11, insert your data element (AUFEX), press edit and insert the search help in "Search Help" area on DEFINATION tab;
    B) Run SE11, insert your table (AUFK), press edit, place the cursor on your field (AUFEX) and go to GoTo->Search help->for field
    But u should consider it'll mean to change a standard object for both cases: so u need to get the access key from your OSS.
    Max

  • IDoc field and SAP Table field

    I want to find out which SAP table field is populating the given IDoc segment without getting into ABAP code? Do we have something like "Where-used" list? On the reverse side, If I want to know which SAP Table field the incoming IDoc segement is posting to, how do I do that? Thanks in advance.

    Hi,
    This is very difficult without going into the ABAP code. Some time it is easy like if you see IDOC MATMAS05
    Segment  E1MARAM = MARA
    Segment  E1MAKTM = MAKT
    Segment  E1MARCM = MARC
    etc.... also you can judge from the name of a segment.
    Thanks,
    Mandar

  • SAP table field names

    in program i want to pass sap table name and get all the fields of this table name.  how i can achieve this through abap program. table will be standard sap table and not internal table.

    hi ,
    enter the table name and get the fields..
    REPORT  Z_DYNALV                                     .
    *Type pools declaration for ALV
    TYPE-POOLS: SLIS.   " ALV Global Types*data declaration for dynamic internal table and alv
    DATA:     L_STRUCTURE   TYPE REF TO DATA,
              L_TABLE    TYPE REF TO DATA,
              STRUC_DESC   TYPE REF TO CL_ABAP_STRUCTDESCR,
              LT_LAYOUT   TYPE SLIS_LAYOUT_ALV,
              LS_LVC_FIELDCATALOGUE  TYPE LVC_S_FCAT,
              LT_LVC_FIELDCATALOGUE  TYPE LVC_T_FCAT,
              LS_FIELDCATALOGUE TYPE SLIS_FIELDCAT_ALV,
              LT_FIELDCATALOGUE TYPE SLIS_T_FIELDCAT_ALV.
    *field symbols declaration
    FIELD-SYMBOLS :
      <IT_TABLE>    TYPE STANDARD TABLE,
      <DYN_STR>         TYPE ANY,
      <STR_COMP> TYPE ABAP_COMPDESCR.
    *declarations for grid title
    DATA : T1(30),
           T2(10),
           T3(50).
    *selection screen declaration for table input
    PARAMETERS : P_TABLE LIKE DD02L-TABNAME.
    *initialization event
    INITIALIZATION.
    *start of selection event
    START-OF-SELECTION.
    *texts for grid title
      T1 = 'Dynamic ALV display for table'.
      T2 = P_TABLE.  CONCATENATE T1 T2 INTO T3 SEPARATED BY SPACE.
    Dynamic creation of a structure
      CREATE DATA L_STRUCTURE TYPE (P_TABLE).
      ASSIGN L_STRUCTURE->* TO <DYN_STR>.
    Fields Structure
      STRUC_DESC ?= CL_ABAP_TYPEDESCR=>DESCRIBE_BY_DATA( <DYN_STR> ).
      LOOP AT STRUC_DESC->COMPONENTS ASSIGNING <STR_COMP>.
      Build Fieldcatalog
        LS_LVC_FIELDCATALOGUE-FIELDNAME = <STR_COMP>-NAME.
        LS_LVC_FIELDCATALOGUE-REF_TABLE = P_TABLE.
        APPEND LS_LVC_FIELDCATALOGUE TO LT_LVC_FIELDCATALOGUE.
      Build Fieldcatalog
        LS_FIELDCATALOGUE-FIELDNAME = <STR_COMP>-NAME.
        LS_FIELDCATALOGUE-REF_TABNAME = P_TABLE.
        APPEND LS_FIELDCATALOGUE TO LT_FIELDCATALOGUE.
      ENDLOOP.
    Create internal table dynamic
      CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = LT_LVC_FIELDCATALOGUE
        IMPORTING
          EP_TABLE        = L_TABLE.
          ASSIGN L_TABLE->* TO <IT_TABLE>.
    Read data from the table selected.
      SELECT * FROM (P_TABLE)
        INTO CORRESPONDING FIELDS OF TABLE <IT_TABLE>.
    ALV Layout
      LT_LAYOUT-ZEBRA = 'X'.
      LT_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.
      LT_LAYOUT-WINDOW_TITLEBAR = T3.
    *ALV  output
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          IS_LAYOUT     = LT_LAYOUT
          IT_FIELDCAT   = LT_FIELDCATALOGUE
        TABLES
          T_OUTTAB      = <IT_TABLE>
        EXCEPTIONS
          PROGRAM_ERROR = 1
          OTHERS        = 2.
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    regards,
    venkat.

  • Updating SAP table field directly?

    Hi all,
    The client is using SAP for 2-3 years and this will be replaced by new SAP system ( same version - 4.6c) in few months.
    So as to get data from old system we are doiong conversion right now. In this client, PO creator name is very important and it drives so many things. When we will do conversion and convert old PO into the PO in the new system, the username ( created by) will be "batch user".
    Client somehow want to retain the username, the original username of old POs.
    For this, they are asking to update the EKKO-ERNAM field directly once the new POs are created ( we will have old PO - new PO mapping and user name).
    In my view, it is not advisable to update the SAP standard table directly. But i want the opinion from you guys that what are the implications of updating field directly. Is it advisable? Is there any other way to meet this requirement?
    Thanks,
    Pratik

    Hi palaniappan,
    1. Good question and good concern !
    2. Your concern is absolytely correct.
    3. Sap does not advise to
       update SAP standard tables directly
       thru any z program
      (It may stop support in future)
    4. But for your requirement,
       it the po user will be "batch user",
       then
       thru some Z program,
       u may do so.
    5. BUT
       Please take care that
       a) u have signed specifications of this logic
          and concern from the FUNCTIONAL CONSULTANT !
         (only after that one should do)
    regards,
    amit m.

  • Copying Batch Characteristics Value from Standard SAP Table Field

    Dear Experts,
    1. While creating a user-defined Batch Characteristics 'CREATED_BY' using ct04,  on the Additional Data tab, I filled  the following fields as follows:  Table Name = MCHA,  Field Name =ERNAM.
    'CREATED_BY' was then assigned to a batch Class TRIMMED (of class type 022).
    TRIMMED  was assigned to a batch managed material ADE245DD.     
    After posting co15 (confirmation of production order) for material ADE245DD, the value in table MCHA & field ERNAM is automatically copied into the Batch Characteristics value field of u2018CREATED_BYu2019  for the generated batch.
    2. But I am unable to achieve the same result when I create another Batch Characteristic with similar settings in the Additional Data tab as follows: Table Name = MARC, Field Name = DISPO.
    After doing co15, the value stored in table MARC and field DISPO does not get copied into the Batch Characteristics value.
    Please what do I need to do in Scenario 2 above to achieve the same result as in Scenario1?
    Regards

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

  • Displaying Description for SAP Table Field in the View

    Hi
    We are working on a HANA implementation Project Where we have a requirement to build View on HR tables.
    Issue: When i join HR infotypes (tables ) in the view it is getting only Technical names and not descriptions. i have used Semantics option which is available and still it doesn't bring description in to the View.
    Please let me know if any one has solution or work around for this.
    We have more than 100 fields in the View so maintaining Descriptions manully will take lot of time.
    Regards
    Venkat

    Hi Chandra
    Yes, We have Description available in the sourece tables.
    We are connected to HANA Suite and tables in ECC having Descriptions.
    Regards
    Venkat

  • How to add a F4 help to a standard sap table field

    HI all,
    I have created a F4 help that gets the value from a custom field. Now i want to add this search help to  a standard table PRPS-USR00 field. but, when i selects the USR00 field and clicks search help button it says 'No Search help exist for this field'. How to Add ? Do i need to get the access key , go in change mode and add it .Will it work. Will this affect any other table if i add this search help.
    regards
    sandeep

    Hi,
    Where do you want to see this seach help which transaction if it is in any custom program then you use the events for F4 or else if it is any standard transaction then there might be any collective search help which you will have to enahance. Let me know the trnaction name and field name.
    Regards
    Tanweer

  • Are Output of reports generated stored in tables & fields in SAP?

    Hi,
    If a report is generated or if a scheduled job is executed, is the output stored in SAP tables & fields or just displayed on the screen.
    Thank You...
    Nag.

    Hi Rajesh,
    You are right that, If posting happens, obviously the data is going to be stored in tables.
    I am not talking about posting. I want to know if the job is scheduled for report generation (where there is no posting involved) whether the result is stored in tables or not. After executing SM37, we will select the job and click Spool right. I am talking about the report result stored there.
    waiting for your reply...
    Thank you,
    Nag

  • Table field:= Sales order is having attachments or not;

    Hi All,
    I appreciate your help on the below please;
    I need to check the Sales order is having attachments or not;
    Appreciate if you know the SAP table field for the above check please;
    Thanks
    Iver

    Hi,
    Try out this.
    DATA: is_object                TYPE sibflporb,
                it_relation_options TYPE obl_t_relt,
                is_relation_options TYPE obl_s_rolt,
               gt_links                    TYPE obl_t_link.
               is_object-instid    = <sales order number with leading zeros>.
               is_object-typeid   = 'BUS2032'.
               is_object-catid     = 'BO'.
    *u201Ddocument relation
    is_relation_options-sign      = 'I'.
    is_relation_options-option   = 'EQ'.
    is_relation_options-low        = 'ATTA'.
    APPEND is_relation_options TO it_relation_options.
    TRY.
        CALL METHOD cl_binary_relation=>read_links
          EXPORTING
            is_object           = is_object
            it_relation_options = it_relation_options
          IMPORTING
            et_links            = gt_links.
    ENDTRY.
    GT_LINKS should be filled if sales order has attachment.
    Regards,
    Sudhakar

  • Why SAP Table BSEG-BUZEI using Domain as BUZEI??

    Hi all,
    I want to have possible set of reasons for below Query
    Why SAP Table BSEG-BUZEI using Domain as BUZEI? Not NUMC3 as domain? Here we are not using any Value table or Conversion Routine, they why SAP can not use NUMC3 as Domain for SAP Table field BUZEI.
    Thanks in Advance...
    PS:Only Valid answers will be awarded Points.

    HI vipin,
    1. The maximum POSSIBILITY
      of line items in one accountiing document
      will be 999 (as of today)
    2.Hence, NUMC 3
    3. However, it is quite possible,
      that IT MAY INCREASE IN FUTURE
      TO 9999 (4 digits, 5 digits etc.)
    4. If SAP had used NUMC 3,
       then it would have to REPLACE
       all such fields in respective tables
       to NUMC4, NUMC4, NUMC4....
    5. But for RE-USABILITY PURPOSE,
       It createad a DOMAIN with BUZEI,.
    6 Now, in future, if requirement is there
      for 4 digits,
       We SIMPLYE HAVE TO CHANGE THE DOMAIN
       TO NUMC-4
      AND IT WILL GET AFFECTED IN ALL RESPECTIVE TABLES.
    regards,
    amit m.

  • Creating Lock object for a field in a sap table

    Hi ,
           I need to lock a field in sap table
    eg.  To lock a Standard price(stprs) field in Material Valuation (mbew) table.

    Try with the following Code :
    CALL FUNCTION 'ENQUEUE_EZMBEW'
    EXPORTING
       MODE_MBEW      = 'S'
       MANDT                = SY-MANDT
       MATNR                = '000000000000000043'
       BWKEY                =  '0001'
        STPRS                =  '20,00'
    EXCEPTIONS
      FOREIGN_LOCK         = 1
      SYSTEM_FAILURE       = 2
      OTHERS               = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thank you,
    Sekhar.

  • Uploading field from excel sheet only of length 4 into SAP Table

    Dear Friend,
    I want to upload fields like Compny Code & Business Area of length 4 characters into SAP Tables. But in the excel sheet at some places Co Code & Business Area of length less than 4 characters is maintained which I want to ignore ie. those items should not be updated into the tables.
    Plz guide me how this can b done, what code I shuld write for this.
    Thanks,
    Nishu

    Hi Nishu,
      There is no way you can validate the fields and their lengths before you ipload them into internal tables.
    First you should upload them and then loop the intrenal table to delete such records.
    loop at itab.
    if strlen(itab-comp_code) < 4.
    delete itab index sy-tabix.
    endif.
    endloop.
    Regards,
    Ravi

  • Info. / Doc. on Changes to Standard SAP Program, Tables, Fields in SAP 6.0

    We are in the process of upgrading our SAP from 4.6c to 6.0 and I am looking for a document or white paper that summarizes changes to Standard SAP Programs, Tables/Fields, Function Modules etc.. from what used to be in SAP 4.6c to what it is in SAP 6.0.  I am not sure if such a comprehensive document exists or is posted in the forum.
    Any help or information in this regard will be highly appreciated.
    Thanks
    ram

    Hi Ram,
    <<   We are in the process of doing our technical upgrade from SAP 4.6c to 6.0. I am looking for a white paper or documentation listing the changes made to the standard SAP Programs, Tables, Fields, Function Modules etc. from Rel. 4.6c to 6.0. >>
    Do you want to know what custom changes were done to SAP standard objects in your system or do you want to know what changes SAP did from 4.6c to ECC6.0.
    There is no white paper or documentation to find out custom changes made to SAP standard objects. but there were many tools in the market to find out and tell what changes were done to sap standard objects in your system.
    Your question seems ambiguous please clear it.
    Thanks,
    Kiran.

  • New table / field in SAP MDM not being reflected in SAP EP

    Hi,
    I have added a lookup- flat table in MDM and added a field corresponding to this table in my main Products table.
    I have maintained data in both the main table and the look up table thru Data manager
    Problem:
    I want to populate this field through the SAP EP. I am using std MDM iView Details template. When I check the drop down to select the table, I see only the ones which had come with the MDM std business content. The added tables/ fields are not visible on the portal to select :(.
    Can you help me out Please? Are there some settings that need to be done?
    Regards,
    Alpana

    As a mandatory requirement after completing the deployment process, the Web Application Server should be restarted for the changes made by the deployment to take effect and appear in the Portal.
    Have you restarted Web Application Server after deployment?
    Also check, User Mapping for the Connected MDM System
    Search for the User (Portal User) which needs to be mapped to the appropriate MDM User.
    It is quite interesting that you are getting all other tables in std i-view template except newly added.
    It could be also because you have already there connection of EP with MDM before that table and new field exists in MDM.
    And it is showing same existing table and fields, I mean not reflected now newly added table and field. I would suggest you to create the MDM connection with EP from scratch. Just give MDM System Name and ID, MDM Server, Repository, Language, Creating an Alias for the connected MDM System, User Mapping and connection Test for the Connected MDM System.
    May be it result in reflecting newly added Table and field which is not visible in EP as of now. Just give it a try.
    Hope it helps...
    Thanks and Regards,
    Mandeep Saini

Maybe you are looking for

  • Ipad disconnected from home network and now is not showing it for me to connect to again

    I live in a student house where 5 of us are all connected to the same house network. The other day both my Ipad and my laptop lost connection to the internet and I was unable to see my home group as an option to connect to on my laptop, but once i re

  • Doubt in ALE & IDOC

    Hi Gurus, I created Custom Z Segment type, Z Idoc Type , Z Message type , and attached the Idoc type to Message type. All these steps I done sucessfuly. Now my Requirement is I have to develop one Inbound function Module, Through this Function Module

  • 11g BI Desktop Publisher starting admin server error

    HI Guys, We have installed 11g BI Desktop Publisher. We are trying to start the weblogic server through commands in the below location  C:\BIP\bip\server\domains\bipdomain\bin\startWeblogic.cmd At the time of starting we are getting an below error, C

  • ACS 5.5.0.46.6 and NEAT Problems

    Hi, We´re using a lot of NEAT-Switches. They all configured with the same username and password. Sometimes when we connect a new one, an other one, already working fine, looses connectivity. Both switches are connected to WS-C3750-48TS-E (Stack). IOS

  • 2LIS_12_VCSCL /  Scheduling agreements

    Hi, I don't understand why 2LIS_12_VCSCL is extracting undelivered scheduling agreements and assigning those to existing delivery. Can someone please explain the logic behind this?