Catalogs not visible

Hello,
Master Catalog has been fully published. But still the catalog seems not being updated while creating shopping cart. Newly updated items are not reflected in web GUI. Will the presence of inactive and active versions of some catalogs in table /CCM/D_CTLG_REQ matter in this case?

Hi,
Backgroud job of catalog authoring tool is scheduled at 21:00 everynit. And it is successfully published. But still some of the catalogs are not visible thru web GUI while shopping. When you run thru /CCM/verify_catlog; you are able to see those in master catalog. Now what is it causing those catalogs being not displayed on web gui?
Regards,
Ashish

Similar Messages

  • Catalog for Shopping is not visible in another language

    Hi all,
    we are implementing SRM 4.0 with CCM 2.0. We have created a procurement catalog in language German. If we log on in German this Catalog in its items is visible in EBP. Now we want to use this catalog also in language English. We went to "edit catalog" in CAT and added the language English on tab "Schema". We have translated the catalog schema in English. After that we published the entire catalog. After that we assigned the view to the relevant roles (SAP_BBP_STAL_MANAGAER and SAP_BBP_STAL_EMPLOYEE). But now no Procurement Catalog is visible for Shopping.
    Many thanks and best regards,
    Bernd

    Hi Gordan and Christoph,
    thanks for your help. Now the CCM-Link is visible but there are no categories and items visible. I have already assigned the items to the relevant view and the view is assigned to the relevant role. The only thing is that the view has only a description in the original language. If this could be the problem can you please tell me where I could maintain the description of the view? I see only the option to create a new one or to delete the old one.
    BR,
    Bernd
    Message was edited by: Bernd Korder

  • Catalog items visible to everyone, purchaseable only for some users

    Hello everybody
    Me again trying to find a solution to the following problem:
    We need to have some items in our catalog that are visible for every user but only purchaseable via shopping cart / SRM for some authorized users. I couldn't find any possibility in the customizing. So my attempt would be to add an additional attribute in CCM where I can put some kind of flag and then to construct an authorization check based on that flag and on a authorization profile. In case the authorization check fails, the catalog item may not be put in the shopping cart. Preferabily the shopping cart icon should be disabled for such items.
    Did somebody out there already think about something similar or already implemented something like that?
    It would also be a good basis for offering a publicly viewable, browseable catalog for "window shopping", because I also didn't find a way until now to publish the catalog as a standalone web application without shopping cart functionality.
    What do you out there think about it?
    Kind regards,
    Renaud

    Hi Christophe
    Thanks a bunch for your great help! I could solved the problem and am now able to have some catalog items visible but only purchaseable for authorized users. This is what I've done:
    1. Create a new authorization class (SU21)
    2. Create a new authorization object within this class
    3. Create a new authorization field within this object
    Don't forget to save and quit the SU21 transaction and then reenter it (/nsu21) because only then you'll see your changes / additions... seems to be a "refresh-bug" in SU21.
    4. Create a new role (PFCG) and an authorization profile containing the new authorization object. Assign the values needed.
    5. Create a new attribute in CCM and assigned it to OCI cust_field5 (because this one is of type TEXT50)
    6. Implemented some code in BAdI BBP_CATALOG_TRANSFER:
    DATA: wa_et_sc_item_data  TYPE BBP_PDS_SC_ITEM_D.
    DATA: wa_catalog_content  TYPE BBP_WS_OCI_ITEM_S.
    DATA: lv_authorized       TYPE c.
    DATA: lt_limtab           TYPE TABLE OF string.
    DATA: wa_limtab(10)       TYPE C.
    DATA: lv_message_v1       LIKE SY-MSGV1.
    DATA: lv_message_v2       LIKE SY-MSGV2.
    DATA: lv_message_v3       LIKE SY-MSGV3.
    DATA: lv_message_v4       LIKE SY-MSGV4.
    LOOP AT et_sc_item_data INTO wa_et_sc_item_data.
    * Get corresponding line from transferred catalog data
      READ TABLE catalog_content INTO wa_catalog_content
                                 WITH KEY line = wa_et_sc_item_data-number_int
                                 BINARY SEARCH.
      IF sy-subrc = 0.
    *   If field content for checking authority against is not empty...
        IF NOT wa_catalog_content-cust_field5 IS INITIAL.
    *     Perform authority check
          AUTHORITY-CHECK OBJECT '<your auth.object here>'
                          ID     '<your auth.field here>'
                          FIELD  wa_tab.
          IF sy-subrc <> 0.
            MOVE wa_catalog_content-cust_field5  TO lv_message_v1.
            MOVE wa_et_sc_item_data-ordered_prod TO lv_message_v2.
    *       Eliminate leading zeroes from product number
            WHILE lv_message_v2+0(1) = '0'.
              SHIFT lv_message_v2.
            ENDWHILE.
    *       Output message
            MESSAGE ID     'ZXXX'
                    TYPE   'W'
                    NUMBER '000'
                    WITH   lv_message_v1
                           lv_message_v2.
    *       Remove item from SC
            DELETE et_sc_item_data.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Interesting observation is, that when issueing the message with type = 'I' it does not condense the message text. With type = 'W' it does...
    I also found out the reason, why the way via ET_SC_MESSAGES will not work: SAP <b>has hard coded</b> somewhere after the BAdI call the message id and message number... so no way to bypass this without a modification.
    Kind regards,
    Renaud

  • DNG changes made in LR4 not visible in LR3

    I am working on a MacBook Pro with both Lightroom 3 and Lightroom 4 installed. I wanted to test my assumption DNG is a DNG and that changes made to a DNG in LR4 would be visible in LR3, so I made changes to a DNG in Lightroom 4, clicked Update DNG Preview and Metadata and then exported that file as a DNG. I imported that DNG into a different Lightroom 3 catalog and the changes were not visible, even after choosing Read Metadata from File. Those same DNG changes were not visible in Bridge either. The changes are visible in the Finder, but not in Preview. Anyone know why and how I can make Lightroom 3 recognize the DNG changes made in LR4?

    Your DNG is original-image-data + an adjustment recipe stored as metadata that tells LR how to display and export the image.  Your DNG does not contain adjusted image data like a TIF or JPG would. 
    Your adjustments are probably in Process Version 2012, new to LR4, and only understood by LR4 and ACR 6.7/ACR 7.x and newer.  The embedded JPG preview in the DNG is what LR4 put there.
    There is a difference between a DNG being understood as a valid raw file by older Adobe products which it can, and those older products knowing how to interpret the adjustment recipe, which they can’t. 
    Specifically, LR3 doesn’t know how to interpret PV2012 adjustments, since it was last updated in 2011 and only knows about PV2010 and earlier.
    Other non-Adobe programs, like Finder, can only see the embedded JPG preview which is the LR4 rendering, but LR3 re-renders the image using its own interpretation of the settings it can understand.

  • Raw/nef not visible in organiser

    Hi,
    I just upgraded from Elemets 7 to Elements 10 (since Win 7 and Elements 7 are not fully compatible). I installed full version Elements 10 and updated this directly, ADR 6.7 is installed.
    In the organiser the raw/nef (Nikon D5000) are not visible, the pics are show as errors (broken files), all jpg and psd are shown correctly. Opening a raw/nef in the editor and ACR there is no issue, picture is perfectly visible.
    What do I need to do to have the raw/nef visible in the organiser?
    Regards,
    Wubbe

    Try File>Manage >Catalogs>Optimize.
    See if that works!
    ~V

  • Activated infoObjects does is not visible in AWB

    Hello,
    I working with a brand new BW system. First this to do was to activate a lot of business contents.
    The activation process went OK, but none of the activated InfoObjects are visible in Administrator Workbench under MODELING -> INFOOBJECTS.
    Only Inforobject catalogs are visible.
    If I open a cube I can see the infoObjects and they have the status: Activated.
    My 'Select display option' in AWB is set to 'Display all'.
    Has anybody an idea why?
    Kind regards, Torben

    Hi,
    Thank you for your answer.
    It is not just one infoobject I'm missing. It's all of them.
    I activated cube 0SD_C02, 0SD_C03 and 0SD_C05 and all of the related objects.
    In RSD1 I can find all the infoobjects used in the 3 cubes, but in AWB/modelling/infoobjects none of them are visible. They are not under "unassigned notes" and they are not under the infoarea catalog and they can not be found by using search.
    But in RSD1 they can be found and they have status activated
    Many thanks, Torben

  • Goods are not visible on the Web Shop main page (RUMP UP)

    Hi colleagues.
    Help please anybody :)
    There was the problem with the goods in Web Shop.
    Goods are not visible on the page Web Shop.
    Below you can see actions performed by us and Prerequisites:
    1. Repository was unachieved from Standard archive - WEC20_MDMCATALOG_CONS
    2. Taxonomy, Hierarchy and Lookup table data were transferred from CRM via MDMGX
    3. Manually created root node in Product Catalogs table in MDM
    4. Put technical code (ID) of created node to Product Catalog module in WCEM configuration - field Catalog ID.
    5. Fill another necessary fields in Product Catalog module in WCEM.
    6. Manually add test record in MDM and linked to node in Product Catalog table, elements from Main Taxonomy and other required fields.
    7. In preview mode of WCEM configuration not possible see any records from MDM (but product catalog elements showed correctly)
    More information about settings in MDM, CRM,WCB and configuration steps can see in attachment files
    Best regardn,
    Andrey

    Hi Denis
    Leading zeroes it's no my case, because the products (materials) replicated from CRM to MDM.
    Replication from CRM to MDM via MDMGX and Initial Load R3AC1 is successfull.
    But on the WebChannel web shop page this products are not visible.
    I have suggested that the problem in authirizations of technical user, which uses RFC Destinations from SAP NW AS Java (Web Channel) to MDM.
    According Security Guide for SAP Web Channel 2.0 (paragr. 8.3.2 see please screenshot), user of WEC_MDM_DEFAULT destination must assign the role WEBCHANNEL_CATALOG_DISPLAY_ROLE.
    But this role does not exist in the system (SAP MDM, SAP NW).
    Please give me advice about this.

  • Infocubes are not visible in $INFOCUBE Folder in Universe Designer

    Hi, Queries are seen and accessible but Infocubes are not seen $INFOCUBE Folder in Universe designer. Please let me know what might be the problem and please suggest the solution.
    Environment: SAP BI 7.1, BO Edge3.0.
    Thanks in advance.

    Hi
    When opening BW infocubes from crystal reports we have problem:
    In se37 ; we executed BAPI function BAPI_MDPROVIDER_GET_CUBES
              - put in as the CATALOG $INFOCUBE.
    when we did the above steps. i got this message "201No InfoProvider exists with name "YN_SUBFAM". adn there are around 350 entries.
    But infocubes are not visible in $INFOCUBE Folder in the crystal reports. Is it bug? how can we resolve this issue. all infocube are active in rsa1.
    Please help us

  • User defined field not visible "Conditions" tab

    I have created a user-defined field Z_E_PREIS that I want to use as a result-type of user field in condition table. When using a condition record that has this field, the field is not visible inthe "Conditions" tab of the transaction item. Why is that?
    Customizing activities done:
    - data element Z_E_PREIS (CHAR10) created with SE11
    - field catalog: field name "Z_E_PREIS" created in "Fields NotContained" tab, referring to data element Z_E_PREIS
    - BAdI /SAPCND/ROLLNAME activated for this field, for contexts CONTRACTand PRODUCT
    - condition table CUS9051 four fields:o search fields: sales org., distr.ch. and producto result field: Z_E_PREIS
    - access sequence Z951 with the fields from cond.tbl CUS9051- condition type ZZ51 using access sequence Z951, manual maintenanceallowed- pricing procedure ZZ901 with one condition type: ZZ51
    - determination of pricing procedure: sales org. 50004458 -distr.ch.01 - doc.pr.proc.Z
    - customer pr.proc. 1 => ZZ901
    - created transaction type ZF12 (doc.pr.proc Z) and item category ZV12and item category determination
    Master Data maintenance:
    - created condition maintenance group ZPRODCRM: added condition typeZZ51
    - condition maintenance group ZPRODCRM assigned to application CRM inMaster Data
    -> Products -> Special Settings for Sales Operations- created product ZTEST3, item category group U001, distributionchain "Rel Three - 01"
    - in ZTEST3, created three condition records for ZZ51 (sequential 2-week periods). User field Z_E_PREIS "Price Key" maintained for each of them.
    Best regards, Anders

    Hi Raja,
    Prior to trying Gordons option of unmarking and remarking them i would suggest you do a little more investigation as this can potentially change the field names in XL report and if you have any reports using them they may stop working (it can add a post fix of _1).
    Firstly, what are the fields set as in the User Defined Fields window in XL reporter?  Light Dimensions, Dimension Attribute or Measure?  If its a Dimension Attribute for example on the Business Partner UDF, it will not be visible in the tab section but should be shown if you drag and drop the Business Partner dimension in the report, then right click and choose display more attributes (dimension attribute UDFs will be in this list).  Light Dimensions and Measures should appear in the tabs.
    If they are set as a light dimension or measure and are not in the tab section, has this only just started happening or have they never been visible?  If its just started happening, having you recently upgraded to a new patch?  If so, in future you need to run a script on the Company and Common database prior to the patch upgrade.  If you did not run these scripts you will need to do Gordons solution but as I say, if any reports have UDFs in these may not work after and you will have to manually edit them.
    Regards,
    Adrian

  • Bapis not visible in BAPI transaction

    Hi,
    there are certain bapi's such as for ibas, pricing, product catalog which are not visible in BAPI transaction. Can anyone let me know what needs to be checked or is there at someplace I need to register those BAPI's or is tere some process that needs to be done to make them visible over there. Please reply urgently.
    Thanks in advance

    Hi Pravesh
    A BAPI is at heart an RFC function module, but to be released as a BAPI it must meet certain criteria such as being documented, being a released method of a BOR object, etc.
    Only then will it appear in the BAPI browser.
    Only SAP can release their own BAPI's.
    You could build your own BAPI's and implement them as method of your own subclassed BOR objects, using the SAP function modules as the core.
    The SAP documentation should be very helpful. Try googling for:
    site:help.sap.com BAPI
    Cheers
    Dom

  • Views not visible

    Hi,
    We created a Procurement Catalog and created views under it, defined the integrated call structure and also assigned views to roles.
    But despite that when we click on the Procurement Catalog we are unable to view the "View".
    System details.
    CCM 2.0
    SRM 5.0
    EBP 5.5
    Kindly reply at the earliest.
    Thanks,
    Swetha

    Vishal,
    Are you able to crack the issue, as even we are not able to see the view defined in our Master Catalog?
    Views have been correctly defined with proper assignment to roles.
    They are very much active with assigned items and the master catalog has also been republished. But still views are not visible while creating shopping cart from Catalog.
    We are working on SRM 5.5 and SP pack level 9.
    Regards,
    Sandeep

  • Undeleted mail not visible any more

    Hi,
    I've got the strange thing on iPhone - whenever I delete an email through built-in iOS mail client and then undelete it (move from the bin to the different folder) it's not visible on the iPhone any more. I can see it through web client but on iPhone it's imposible to see undeleted mail (it's not in the bin nor in the Incoming).
    Is it only mine phone with this bug and is there any way to overcome this? Thanks.

    Glad you got it working.
    For creating multiple catalogs from this original one, you can create copies of the original catalog. Check your catalog location using Help > System Info in Elements Organizer.
    Now copy paste the catalog folder (i.e. the folder having same name as your catalog) in the same location. So now, you have say folders say- MyCatalog and MyCatalog-Copy.
    You may open MyCatalog-Copy from Elements Organizer using File > Manage Catalog. Once this open, you can remove images from it so that only a selected set of images can be organized in this catalog. Now images get deleted from the hard disk in this process. Likewise, you can organize the original catalog.
    Hope this helps.
    Thanks
    Andaleeb

  • External hard drive not visible in disk utility or finder

    Hi all,
    I have had a good look through previous discussions and I can't seem to find an issue relevant to mine.
    My external hard drive has 2 partitions (1 time machine back up, 1 general hard drive). The issue is that the HD is running when it is plugged in however it is not visible in either disk utility or finder.
    I am running OS X 10.10 (Yosemite) on a 2010 MacBook Pro. I also have parallels desktop running windows 7. When I boot windows and plug in the HD I usually get the option to mount the HD to either OS X or Windows. With this issue the option window appears for a split second (not enough time to select either) and then disappears. It seems that the HD may be ejecting itself as soon as it is registered by the computer. I have tried using a different power cable for the HD and also a different usb cable, this doesn't help.
    The external HD is a Samsung D3 Station, which i have had for 6 months now and never had an issue with.
    Any help is appreciated
    Thanks,
    Bruce

    An update for anyone who can help me:
    I have tried the external hard drive in other computers (mac and windows), each time I get the same problem above.
    I have removed the HD from the enclosure and purchased a docking station for it (3.5" SATA). When I plug it in to the laptop it disconnects itself straight away before it is visible. With the windows computers it installs the drivers and says that the device is ready to use, then disconnects before it shows up.
    As the HD is not visible there is no option to re-format or anything.
    This is very frustrating as I was using the HD with no issues and it randomly disconnected and I have not been able to access since.
    Thanks in advance for any help.
    Bruce

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • IDOC not visible in IR but metadata successfully imported

    Hi,
    I have this wiered issue.
    I want to import IDOC WPUSKR01 (cashier productivity) from BI.
    But when I connect to BI system from IR to import Idoc structure, this IDOC is not visible.
    But I can manually import the metadata from BI in idx2.
    Now how to import this in IR?
    I have imported other Idocs (like WPUBON) before and did the scenario successfully for BI.
    Regards,
    Anirudh Vyas.

    Hi,
    In BI Tcode we82 I have manually added the entries for WPUKSR01. Now Idoc is visible when importing in IR.
    I have checked all the segments in we31, they are all released.
    But it gives error:
    Error: IDoc type WPUKSR01 contains errors (unable to read segments)
    Then, I checked in R/3, there also WPUKSR01 was not there in we82. I manually added there and I was successfully able to import it in IR.
    But the same thing is failing in BI. I have SAPALL permissions in all the systems.
    Can I use Idoc imported from R/3 in scenario for BI?
    regards,
    Anirudh.

Maybe you are looking for

  • Rows to column issue

    Hi all, I have the following sql which calculates volume for a given month and displays the month as a column. select cc_num ........., case ............when to_char(trunc(actvy_per_date,'MM'), 'MM') = '01' .................then sum(cc_actual_vol) ..

  • Crystal Report Config

    Hi, How to configure Crystal report using MySql? I added mysqlconnector.jar in CRConfig.xml file, Is there any jar to include for mySql? Pls Help me those who knows...

  • Passing object to EJB

    Hi, I had a serializable data transfer object and i tried to pass into my session bean such as public java.util.List retrieveCaseData(CASBasicDTO caseBasicDTO) throws Exception and i have this error : java.lang.ClassCastException It is very wierd. I

  • Wacom and CS5 Question

    I installed a intuos 4 tablet last nite on a windows 7 machine.When I open CS5 there is a small tab on the right side of the screen.I went ot make an exposure adjustment and a small window popped up with a line for me to freehand my numerical value i

  • Verbinding met App Store mislukt.

    Ik heb een probleem met de app store en itunes store op mijn Ipad, bijna iedere keer als ik de App Store open krijg ik de melding Verbinding met App Store mislukt, heel soms opent hij wel gewoon de App Store maar als ik vervolgens iets wil downloaden