List of CCM Tables & Function Modules

Dear All,
I was wondering if anybody could let me know CCM tables names catalog content is held. I.e the procurement catalog table.
Also is anybody aware of CCM Function Module(s)one could use to display a given by category?
Regards,

Hi Grace,
You can also check these reports in SE38... There are more of them, do a search on /CCM/*
Report Name      Description.      Attention / additional hints
/CCM/CLEANUP_CATALOG      Deletion / Cleanup of catalogs. May be dangerous since all catalogs can be deleted via this report! The report is needed if an upload crashed in order to delete the temp. version of the uploaded catalog.
/CCM/PATCH_CATALOG      Needed if data migration was necessary between two support packages in order to migrate the data.
/CCM/VERIFY_CATALOG      Prints out a list of the database content of a catalog.
Options on the selection screen for Item valuations, includes deleted objects, views etc.
/CCM/CATALOG_CME_DATA      Shows the predefined characteristics / data types
Shows the characteristics / data types of a catalog.
Can be used to check the data (e.g. alias, aspects) of predefined characteristics
/CCM/VISUALIZE_MAPPING      Displays the mapping tables for a given catalog ID
/CCM/INITIALIZE_CME      Initializes the predefined data types / characteristics. Used to initialize the catalog
Regards,
Adeoye

Similar Messages

  • Not able to Access R/3 Tables, Function Modules through Crystal Reports

    Hi Gurus,
    I am working on Crystal Reports 2008 - V12.2.0,  When I am trying to connect SAP R/3 system through the Data  connectivity SAP Table,Cluster or FM, 
    I could see only the very few tables ,  and cannot see all Tables and not any Info sets or Function Modules, 
    But, I can access BW system,  problem facing only with SAP R/3 system,
    Suggest me on this,
    Thanks
    Siva

    Hey here..,,
    There is a limitation to show all Tables, Function Modules in Crystal reports for R/3. To see them,
    In Options:
    You will see Table_Name Like%: Text box, go there and give the starting or ending characters of FM's.
    Eg: Z% or %Z
    Then Click on Ok.
    Now try to connect to R/3 again or Refresh the Connection, it will list out as you opted.
    Hope it should help you.
    Thank You!!

  • How to find out the Area Menu for a Report/ Table/Function Module

    Hi,
    Is there any procedure to find out the <b>"AREA MEANU"</b> for a Report/Table/Function Module...
    Or is there any Transaction code / Report is available to find out all the report for a particular "AREA MENU".
    Thank you for your quick response...
    Regards,
    Thiru
    <b></b>

    Hi,
    Check these below threads:
    user log in & log out time SAO
    How to find user log-out time ?
    Regards,
    Nitin

  • Table/Function module to find description of SD document currency

    Hi,
    I have a specific requirement from my client. In the invoice output, we are presently displaying the invoice total value in words and the respective SD document currency against it (For ex: USD if sd document currency is USD, or GBP, EUR etc.). The client wants the full expansion (description) of the document currency to be displayed in the invoice output. (For eg: USD - United States Dollar).
    Could anybody tell me the name of any table/function module by which we can obtain the description of the SD document currency.
    Thanks in advance,
    Regards,
    Zahid

    Hi
    You can get the Description of currency from table TCURC field name LTEXT
    Regards,
    Nimit
    Edited by: Nimit Raiya on Jan 24, 2009 11:15 AM

  • How to create dropdown list for custom remote function module

    HI ,
           I created a custom remote function module for a ztable.table having four fields.But now the requirement is to maintain the dropdown list for input parameter .
    For eg: I maintain Input parameter as action.For that Action we have to maintain a dropdown list(display,insert,update and delete  values ) in function module.Is it possible.

    Hi
    Try using POPUP_GET_VALUES function module in the begining of the Function module this gives a POP to provide a value to you
    In this you can provide a value
    Check the import parameters of this Function module if it has COMBOBOX as parameter ( I dont have SAP access at this point of time) you can pass X to it so you get List box for the following fields
    Create a domain to field and assing fixed values to it and use it in any table(As this works with only existing tables)
    refresh fields.
    DATA: fields LIKE SVAL OCCURS 0.
    fields-tabname = 'MAKT'.
    FILEDS-FIELDNAME = 'MAKTX'.
    APPEND FIELDS.
    CALL FUNCTION 'POPUP_GET_VALUES'  " Try copying this in a Test program and execute
            EXPORTING
              POPUP_TITLE  = 'Enter Mail Id here'
              START_COLUMN = '5'
              START_ROW    = '5'
            IMPORTING
              RETURNCODE   = SRETURN
            TABLES
              FIELDS       = FIELDS.
    Cheerz
    Ramchander Rao.K
    Edited by: Rob Burbank on Nov 23, 2011 9:50 AM

  • Where-Used List: Modifying SAP standard function module

    Hi,
    We have decided to modify SAP standard function module SD_SCHEDULING. But before that, we need to understand what impact this modification will have in the system. We will also estimate the risks with this modification.
    Therefore, I have taken Where-Used List for this function module. We are aware that this list is not comprehensive.
    Do you know any other way we could use to understand better what impacts this kind of modification may have? My colleagues say that this is the only way.
    Thanks in advance for your help.
    Regards,
    Jarmo Tuominen

    Hi Jarmo,
    Try this
    1). Goto Se16 and check the contents of table 'CROSS'.
    2). Enter 'F' in the first selection screen field
    3). In the NAME field enter the Function module SD_SCHEDULING and execute.
    4). The list will give you where all the FM has been used.
    Kindly note this is almost the same as doing a where used list. The where used list will only work correctly if the 'Update Navigation Index' works correctly in your system. So just to ensure the result of your where used list you can follow the above steps. This does not require the Update Navigation Index.
    Hope this helps
    Cheers
    VJ

  • Passing list of pernr into function module

    Hi,
    I need to buid one Function module in which if i pass the list of pernr, I should get one structure of appraisal document
    I have created import parameter of HRPERNR type but when i loop is through that parameter it is saying it is not table type
    please guide me in writing this FM

    Hi,
    You can create a parameter table, on tab table like your parameter importing HRPERNR.
    Atte,
    Romerito Mendes Silva

  • List of RFC enabled Function Modules?

    Hello,
    this might be a tricky one - would anyone know if there is a way to get a list of all RFC enabled function modules in the basis area?
    I know about se 37 and it's search functions but would like some type of "all" list.
    Thanks for thinking.
    Andi

    check table..
    TFDIR where FMODE = 'R' then u will get all function module that are remote enabled.
    Regards,
    Prabhudas

  • Problem in Passing internal table Function module

    Hi experts,
    I am new to creating function module and needed certain suggestions.
    I have created a type inside the FM
    types: begin of T1
    field A
    field  B
    end of T1.
    Now, i have populated the internal table of this type but how to send it through the tables tab of my FM.
    IN the parameter, i can write my internal table name but what should be associated type ...
    Please give some suggestions

    Hi,
      Not required.
    Table parameter will behave like type table of Z_sturcture. So just define the structure and use it in the TABLE parameter.It will convert that into internal table..
    Example :
    Parameter name         Typing                Associated type
    T_RETURN                  LIKE                   your Z_structure
    If you want to give table in the import parameter, then you need to create the table type for the structure.....

  • Process to find out tables & functional module

    Hi,
    I would like to know the process to find out tables for configured objects not the master data objects and also the process for finding a functional module for particular application like action.
    regards Srinath

    Hi
    There is no direct way to see this.
    You need to Pick the Program(Se37/38) and tables (SE16/11)and to see where its been used
    The FM for RSZDELETE is RSZ_DB_COMP_REORG_AS_POPUP.
    Hope it helps

  • Sap table function module.

    Hi,
    i'm looking for the table that stores the names of the  function module.
    thanks.
    Gil.

    Hi Gil,
    If u want to see the user defined and predefined Function module we can go for the table ' TFDIR'.
    Rgds,
    P.Nag

  • Need the list of Std. Function Modules

    Hi All,
    Can i Have the list of Standard Function Modules available in SRM.
    Full points promised:)

    Adding to Masa,
    Search in SE37 with F4 for BBP also.
    these will the FMs mostly used in the std programme and you can make use in custom pr.
    BBPGET* will be also useful.
    BR
    Dinesh

  • Tables, function modules for variant config data

    Hi all,
    I need to extract characteristics and values for variant material from sales order and production orders. Could you please tell me the relevant tables and function modules?
    Regards,
    Sachin M

    Hi
    Try the following;
    Function module to find values of characteristics - CLAF_CLASSIFICATION_OF_OBJECTS .
    Table # AUSP also holds values of characteristics, you can link to it via table INOB,which should also linked to table KONDH if you are using the same.
    Transaction code for Variant Config - CC04 (Product Structure browser)
    Cheers
    Chandra

  • Problem with list box in table control (Module pool) .

    Hi,
    I'm facing a problem while populating values in List Box..
    While I'm clicking a value from the list box it is not being hold in that box...box got blanked.
    Please help me to solve this.

    process before output.
    module pop_drop_down.
    module pop_drop_down output.
      name1 = 'IO5'.
      REFRESH list1.
      LOOP AT it_zpoitshead INTO wa_zpoitshead.
        value1-key = wa_zpoitshead-createdt.
        value1-key = wa_zpoitshead-its_ebeln.
        APPEND value1 to list1.
      ENDLOOP.
      CLEAR value1.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id                    = name1
          values                = list1
       EXCEPTIONS
         ID_ILLEGAL_NAME       = 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.
    endmodule.                 " pop_drop_down  OUTPUT

  • Dynamic internal table+function module

    Hi guys,
    I need a help.Could u plz tell me how to pass a field symbol contexts inside an export parameter?
    Points will be rewarded for helpful answers....

    Hi,
    You can use the TYPE TABLE in the exporting parameters..If you use TABLE it assumes an internal table.
    Ex..
    ITAB    TYPE    TABLE
    Thanks
    naren

Maybe you are looking for

  • BW report integration in Portal/PC-UI based on a BP at runtime

    Hello, we have created a BW report "Customer Overview" and want this report to be called from the Account BSP iView (within the context): The selected Business Partner should be automatically transferred to the report, the BW report should receive th

  • Doubled list of Develop Presets in Import dialog?

    Hi all, I'm running a week-old trial copy of LR3.3 on Windows, and I seem to have a doubled set of Develop Presets in the Import dialog's 'Apply During Import' dropdown menu. However, I just get the single list in the Presets panel of the Develop mod

  • RSNAST00 creating spool-id

    Hi guys, If I execute the program RSNAST00 for the first time with invoice number, appl type, msg type, medium.... it perfectly works and creates a spool-id.   However if i execute second time with same invoice number, it's not generating the new inv

  • How to upload a template in sharepoint and send notification through labview?

    Hi, i am trying to make a form in LabView and want to send notification through labview if possible and upload it on sharepoint site. Can it be done? I am attaching the vi. in this i have few questions? In front panel if you click STANDARD there will

  • Can't share on iPhone

    I'm logged onto Spotify with Facebook. So is my friend. We're also each other's friend on Facebook, if that matters. I can "send" him songs via the web version of Spotify but when I go to share and "send to" on the iPhone app, I get the "no users fou