External Catalog in SRM...

Hi ,
  i am working in SRM 4.0 EBP 5.0. <b>i would like to know is there any WEBLOGS avaliable for developing EXTERNAL CATALOG BSP PAGES for SRM SHOPPING CART.</b>
thanks in advance,
Regards,
Kannan.

Hi,
Have a look in the Function WSI_IMPORT_DATA where there is a section for WDA import:
importing Data via Webdynpro
    WHEN c_wdy.
      READ TABLE it_form_fields WITH KEY fieldname = '~XML_TYPE'
      INTO ls_its_context.
    we have an XML document, get it
      IF sy-subrc = 0.
        lv_xml_type = ls_its_context-fieldcont.
        LOOP AT it_form_fields WHERE fieldname <> '~xmlDocument'.
          DELETE it_form_fields.
        ENDLOOP.
        SORT it_form_fields BY fieldindex.
        LOOP AT it_form_fields.
          CONCATENATE lv_xml_document_b64 it_form_fields-fieldcont
          INTO lv_xml_document_b64.
        ENDLOOP.
        IF lv_xml_document_b64 IS INITIAL.
          RAISE import_error.
        ENDIF.
        CLEAR ls_its_context.
        lv_data_format = c_xml.
      ELSE.
      we have the HTML-version, get the complete fields
      longtext has been split up already on the java server
        lt_its_context[] = it_form_fields[].
        lv_data_format = c_html.
      ENDIF.
  ENDCASE.
Then the function BBP_WS_IMPORT_SC_DATA is the one used to interpret the data and map the OCI structures to Internal Structures.
There should be enough hints in this code to achieve your requirements or to just reuse a lot of the code here.
Please note these are SRM functions, so I am not sure if they would be available to you in ERP.
Regards,
Jason

Similar Messages

  • External Catalogs of SRM 5.0 not working in SRM 7.0

    Hi all,
    Iu2019m in the process of converting all SRM 5.0 punchout catalogs to SRM 7.0.
    All catalogs are working fine in SRM 5.0 but not in SRM 7.0.
    For one I got a problem autologgin into the vendor catalog page.
    In SRM 5.0 we are using ITS (no portal). For SRM 7.0 we are using SAP-Portal.
    Iu2019ve traced SRM 5.0 punchout and SRM 7.0 punchout:
    SRM50:
    strUserName=XXXXX&strUserPwd=XXXXX&strLiefNr=XXXXX&HOOK_URL=https%3A%2F%2FXXXXX.XXX.ads%3A8002%2Fsap%28cz1TSUQlM2FBTk9OJTNhYWJhaGFjaGlfU1JEXzAwJTNhZjF2UUpGTlZWa1FFUFZrcDRXcDk5eDEwdDBBSUNnSE01V3pXQkY5Sy1BVFQ%3D%29%2Fbc%2Fgui%2Fsap%2Fits%2Fbbpsc03%2F%3F%7EOkCode%3DADDI%26%7Etarget%3D_top%26%7Ecaller%3DCTLG%26%7Eclient%3D100%26%7Elanguage%3DDE%26%7EHTTP_CONTENT_CHARSET%3Dutf-8&OCI_VERSION=4.0&OPI_VERSION=1.0&returntarget=_top
    SRM70:
    sap-client=100&sap-language=D&strUserName=XXXXX&strUserPwd=XXXXX&strLiefNr=XXXXX&OCI_VERSION=4.0&OPI_VERSION=1.0&returntarget=_top&HOOK_URL=http%3A%2F%2FXXXXX.XXX.ads%3A8000%2Fsap%2Fsapsrm%2Finbound_hdlr%3FTARGET_URL%3Dhttp%253a%252f%252fvangogh%252eafg%252eads%253a50000%252firj%252fportal%253fNavigationTarget%253dpcd%253aportal_content%252fcom%252esap%252epct%252fspecialist%252fcom%252esap%252epct%252esrm%252esrm70%252fcom%252esap%252epct%252esrm%252ecore%252efl_core%252fcom%252esap%252epct%252esrm%252ecore%252efl_roles%252fcom%252esap%252epct%252esrm%252ecore%252ero_employeeselfservice%252ffl_goshopping%252fcom%252esap%252epct%252esrm%252ecore%252eiv_shop%2526NavMode%253d3%2526UsePost%253dTrue%2526SAPSRM_RESUME_ID%253dSAPSRM_OCI&CATALOG_URL=http%3A%2F%2Fshop.xxxdaten.de%2Fcommerceportal%2Focisrm_autologin.asp
    I guess the differences in the punchout call is the reason for the failure in the autologin.
    I thought OCI u2013 interface is standardized. Both punchouts are with OCI-Version 4.0, but the call is different!
    Have I missed some settings? Is it possible to customize the punchout call e.g. to exclude the system added parameter "sap-client=100" because this is not used ins SRM50 punchout?
    Or is it the task of the vendor to customize his system to the SRM 7.0 punchout logic?
    Thanks for all of your inputs
    Regards
    Stefan

    All,
    We seem into run into similar issues once we upgraded from SRM 5.0 to SRM 7.0 Our catalog punchouts to ARIBA On-deman catalogs are not working. We have opened an OSS message with SAP so far none of the suggested options are working for us. ARIBA is also unable to help us.
    We suspect our issue is failing within SAP and OCI is not writing any application logs (SLG1) etc, So it has been difficult to troubleshoot.
    From the SRM Portal side, when we try to launch CATALOGS page in SRM 7.0, it fails right away with the following error
    "Error connecting to Catalog; contact your System Administrator "
    There are no errors anywhere on SRM box to investigate.
    We are on SRM 7.0 Support pack level 6.  So Note 1429685 - Empty importing parameter in BADI BBP_CAT_CALL_ENRICH is part of support pack 6.
    We have also applied the note 1405908 - Issues with 3rd Party catalog integration with SRM 7.0 as per SAP, still no resolution.
    Any suggestions !

  • Warning upon transfer of quotation from external catalog to SRM

    Hello,
    We have implemented a punch-out catalog integration between our catalog and the client's SRM solution. However, we are facing an issue at the last stage of the integration -
    Upon transfer of the items from our catalog, SAP throws a warning message to the user - "Source of quotation was deleted in vendor system". This is not the case and we are able to link the quotations to the approved orders that we receive at a later point in time. However, the client is unhappy about the user experience and would like us to fix the warning issue. Any help that you can provide  in either solving this issue or directing us appropriately will be very helpful.
    Thanks in advance
    Bala

    Hi
    Please check the fileds which are getting transfer from your site to SRM and also compare the fields recieve from SRM side
    while shopping via View Source.
    Bot should be same.
    Thanks
    Trinath

  • SRM 5.0 External Catalog is not working in SRM 7.0

    Hi,
    I am  facing an issue with External Catalog. It is working fine in SRM 5.0 but not working in SRM 7.0. I added the returntarget parameter and HOOKURL but still no luck. The parameters I have entered are
    http://www.xxx.es/punchout/sap/ocipunchouthtml.aspx?username=xxx&password=xxx
    USERNAME     XXX   Fixed Value
    PASSWORD    XXX   Fixed Value
    retruntarget    _top    Fixed Value
    HOOKURL                 Return URL
    The issue is that when I directly put the catalog URL in browser, it takes me to correct page from where I can shop but if I click the same link through SRM 7.0, it is navigating to some other page of vendor catalog from where items can't be added to shopping basket.
    Please suggest.
    Thanks,
    Anshuk Saxena

    Hi  ,
    You need to maintain this call structure in SRM system   standard call structure .
    5                https://url
    10     USERNAME     
    15     PASSWORD     
    20     CURRENCY     EUR
    25     BORG     
    26     E_mail     
    27     Country     
    30     reqUsername                                                                               
    35     reqPassword                                                                               
    40     buyer_mpid     
    45     USER_ID     SY-UNAME
    50     Language     EN
    55     BYPASS_OUTB_HANDLER     X
    56     BYPASS_INB_HANDLER     X
    80     HOOK_URL                                                                               
    85     ~OkCode     ADDI
    90     ~target     _TOP
    95     ~CALLER     CTLG
    Thanks & Regards
    Pradeep Kumar Dondeti

  • We are using SAP SRM to punch out external catalogs. Firefox version 3.5 and below works fine and the items from the catalogs are brought back to SRM .But when we use version 3.6.12 the items are not getting transferred back to SRM from the Catalogs.

    SRM is a procurement system from SAP which we use to purchase goods and service. We have external catalogs like officemax, cdw etc which we punchout the items and bring it to SRM for ordering.
    When we use firefox version 3.5 and below the items which we add from the Catalogs are correctly brought back to SRM for us to order. But when we use versions 3.6.12 the items are not brought back to SRM.
    Internet Explorer 7 and 8 works fine. Is there anyway you can help us.
    Thanks
    Jayant

    Hi,
    Firstly I would suggest you to upgrade your database from Oracle Release 11.2.0.1.0 to Oracle Release 11.2.0.2 . This is the recommended Oracle 11g database version  for SAP solutions. Many of your problem will get resolved with it.
    Question 1:
    So my first question would be is there any other suggestions besides adjusting the mentioned parameter above in order to ensure that no work processors going into hang state due to RFCs' occupying it as this issue always happens at the end of the month only when there are massive users accessing it.
    For immediate resolution the approach you have followed is correct viz limiting number of dialog processes for RFC. Secondly you need to analyze why RFC processing takes so much time. You need check which programs are getting executed by those RFC.
    Generate EarlyWatch report for more detailed view
    Question 2:
    My second question is what went wrong with the libttsh11.so file. How could it be 0 size in PRD when no signs of changes had happen to the PRD system. Is this a proven Oracle Bug or something else since I have never encountered anything like this before.
    The libttsh11.so library cannot be found in the related directory.
    Cause
    The file system is mounted using CIO option, but per Note 257338.1 Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L, an ORACLE_HOME on a filesystem mounted with "cio" option is not supported.
    Such a configuration will cause, installation, relinking and other unexpected problems.
    Solution
    Disable the CIO option on the filesystem.
    References
    NOTE:257338.1 - Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5L
    Hope this helps.
    Regards,
    Deepak Kori

  • Error when checking out from external punch out catalog to SRM

    Hi guys,
    We have configured an external punchout in spro. Now when in portal, I am able to access the catalog. But when i check out from catalog to srm, it is throwing error telling "HTTP 404 not found".
    Please help me resolve this issue.
    Regards,
    Madhu N G

    Hi, Hope you are doing good. Nice to hear from you again. We don't have the httpwatch traces, but usually such issues get resolved by setting the parameter JSESSIONID.CookieDomain to "NONE". See: SAP Note No. 791765 : Mixed JSESSIONID Cookies from Different Servers SAP Note No. 1144722: Global configuration of session cookies and                       attributes See SAP notes as well: 1334956 - Various problems that solved by using FQDN in portal URL 654982 - URL requirements due to Internet standards Hope this helps. _ _ _ _ _ _ _ _ _ Kind Regards, Hemanth SAP AGS  _ _ _ _ _ _ _ _ _ 

  • XSRF error when returning to SRM from external catalog

    Hello,
    We recently applied support package stack 19 to our SRM 5.0 development system, and after doing so found that some of our configured catalogs began producing an XSRF error when attempting to populate the SRM shopping cart with items from the catalog. The symptoms encountered are practically identical with those described in Note 1615697 ("Return to SRM application from Catalogs result in Dump"). This error did not occur prior to applying support packages.
    In an effort to resolve the problem, we applied the following Notes that described the same or similar symptoms:
    1551982: Cross Site Request Forgery Protection for stateless BSP
    1596088: frequent dumps in ITS services
    1607780: Update #5 to security note 1522651
    1613427: ITS Services lead to XSRF Dumps
    1615697: Return to SRM application from Catalogs result in Dump
    1619323: Frequent Dump issue in ITS
    1621525: Dump in Vendor list service
    1629031: BBP_BACKGROUND_APPROVAL service results in dump
    1632110: Quotation search help fields results in a Dump
    1634612: Frequent Dump issue in ITS in Search screens
    1650207: BBP_POC service results in XSRF dump
    1658516: Applets sheitern an XSRF-Schutz (COOKIE_NOT_FOUND)
    1675491: ITS: CALL BROWSER and termination of a session
    This did result in some of our catalogs working that previously were dumping, but we are still having issues with at least two and possibly other catalogs. These are external vendor catalogs using the OCI interface.
    The error occurs at the time of transmitting items from the catalog back into the SRM shopping cart. The catalog screen is replaced with an error screen with the messages "The URL https://<<our SRM dev system>>:/sap/bc/gui/sap/its/bbpsc03/ was not called due to an error" and "A:ITS_P:019 XSRF no sec_sesstoken". The shopping cart in the SRM system is lost after this error occurs. No short dump is recorded, but the SM21 system log records the ITS_P 019 error against tcode BBPSC03, program SAPLBBP_SC_UI_ITS.
    Most of our catalogs, internal and external, are fine after applying the Notes. Just two external vendor catalogs still exhibit this error.
    I experimented with adding a new parameter after the Return URL in the catalog configuration in SPRO with name = ~SAP_SESSTOKEN, value = `SAP_SESSTOKEN`, and type = SAP Field, based upon Note 1481392, but this did not make any change in the behavior.
    I have patched the kernel (7.00) to pl335 (pl310 is delivered with sps19).
    Anyone else having this sort of issue?
    Best regards,
    Matt

    Hi,
    What is the error/message you are getting?Please xplain in detail.
    Also see these related threads for more pointers:
    External Catalog gives HTTP 404 not found error on return
    External catalog set-up
    External Catalog integration with SAP
    Re: OCI External Catalog and Shopping Cart Mapping
    Help - Error while transferring item to shopping cart from external catalog
    BR,
    Disha.
    DO reward points for useful answers.

  • External catalog link not working in SRM 7

    Hi all,
    We are on SRM 7.1. ECS.
    We are using external catalogs in shopping cart application.However one of the vendors catalog links is not wokrin when we select items from catalog...when the items are added from catalog,the items dont get added to Shopping crat..the control goes back to Shopping cart screen but the items are not added to the cart!
    I tried the steps mentioned in OSS note Note 1405908 - Issues with 3rd Party catalog integration with SRM 7.0,however that didnt fix the issue.
    Also mentioned in the above note,how do I check what HOOK_URL is passed  from catalog to my shopping cart application?
    NOTE : This link works fine in SRM 5.0
    Can someone advise me how to fix this error?

    Hi  ,
    You need to maintain this call structure in SRM system   standard call structure .
    5                https://url
    10     USERNAME     
    15     PASSWORD     
    20     CURRENCY     EUR
    25     BORG     
    26     E_mail     
    27     Country     
    30     reqUsername                                                                               
    35     reqPassword                                                                               
    40     buyer_mpid     
    45     USER_ID     SY-UNAME
    50     Language     EN
    55     BYPASS_OUTB_HANDLER     X
    56     BYPASS_INB_HANDLER     X
    80     HOOK_URL                                                                               
    85     ~OkCode     ADDI
    90     ~target     _TOP
    95     ~CALLER     CTLG
    Thanks & Regards
    Pradeep Kumar Dondeti

  • SRM possible with external catalogs only?

    Hi,
    We are thinking about implementing SRM 5.0 or SRM 6.0. Decision has not been made yet, but one item on the wishlist would be to use external catalogs only (not CCM or MDM). Is this possible and could we then completely skip the CCM/Trex or MDM installations or would they still be needed, but just remain unused?
    Thanks a lot in advance.
    Sander.

    Hi,
    You can of course connect any OCi compliant external catalog.
    You don't need CCM or MDM for this !
    Kind regards,
    Yann

  • External Catalog not working in SRM 7.0

    Hi all,
    I am in the process of converting all SRM 4.0 Punchout Catalogs to SRM 7.0.
    I got a problem autologgin into one of the vendor catalog page. it working fine in SRM 4.0 system. it automatically loggin using buyer organization parameter. I also enabled "Accept third Party Cookies" in IE also. but still there is no luck. vendor URL accepts only one parameter "BUYER_ORGANIZTION". please advice to solve this issue.
    Webservice
                             https://www.vendor-URL
    BUYER_ORGANIZATION     companyname
    HOOK_URL                                                                               
    ~OkCode     ADDI
    ~target     _top
    ~forcetarget     yes
    ~caller     CTLG
    Thanks for all of your inputs

    Hi,
    I think it is catalog vendor side problem. Maybe they are checking additional parameters and raise exception when auto logon.
    Please open notepad and build several test URL string. Copy&Past the string directly to the browser. Find which parameter is the problem. You can also ask vendor to check their logon fail log.
    https://www.vendor-URL?BUYER_ORGANIZATION=companyname
    https://www.vendor-URL?BUYER_ORGANIZATION=companyname&~HTTP_CONTENT_CHARS = ISO-8859-1
    https://www.vendor-URL?BUYER_ORGANIZATION=companyname&sap-client=100&sap-language=E&username=&password=&OCI_VERSION=4.0;OPI_VERSION=1.0;returntarget=_parent&HOOK_URL=dummy
    Regards,
    Masa

  • Entering values in Web Services ID and Description, for External Catalog

    Hi,
    I am trying to connect to an external Vendor Catalog from ERP. Pl note that we just have ERP ECC 6.0 and no SRM. I went to SPRO and followed menu path 'Materials Management >> Purchasing >> Web Services: ID and Description'. I am not sure what to enter in 1) Seq. Number  2) Name of Parameter for Web Service and 3) Call Structure COLUMNS.
    I have URL from Vendor, User Name and Password. I need to know what values are mandatory here so I can successfully connect to external Catalog. If someone can give me sample values, I can try.
    Any help is appreciated,
    Niranjan

    Update on 08/23/2011.
    We are able to connect to Vendor Catalog, select items in Cart. When I press 'Place Order' button, I see all items populated in SAP PO ME21N screen. We can then add other information and create PO. This is working great. We have another question. Heard that with ERP ECC 6.0, we can only connect 1 vendor catalog. But with SRM, we can connect more than  1 vendor catalog. Is there a BAPI or change SAP code to connect more than 1 vendor catalog from ECC 6.0 ?

  • External catalog specifications for SAP E-commerce 5.0

    Hi Experts,
    We want to integrate external catalog ( which is custom deveponed by our client.). Using OCI interface we want to use this custom based catalog, in place of SAP ISA TREX based catalog.  In ISA settings I just see that I need to define the url for the external catalog. BUT this external catalog should confirm to certain rules, Please can someone guide me, what are these set of rules?
    Please help, as this is a very critical bottle neck for our project.
    Thanks in advance,
    Dipender Singh

    Hi Dipender,
    The catalog must be OCI compliant in order o use it in conjunction with the SRM Server, compliance in a nutshell means that it will transmit it's return data in the format expected by SRM, the HOOK_URL will contain all the necessary parameters to transmit the HTML data into an expected an readable format for ICI INterface.
    For more details please read the attached OCI Config doc.
    Regards,
    Jason

  • Open Catalog Interface (OCI) - Is CRM/ISA ready to be an External Catalog?

    I have found much information here and on help.sap.com talking about how to set up an external catalog to be part of our catalog(s). But, there is a severe lack of information to educate myself as to whether our catalog(s) are ready to be added as an external catalog to our customer's SRM system for example.
    The only valuable information I have been able to find on how to be sure that our CRM/ISA Partnershop can be used by our business partners in their various (SRM) procurement systems is here:
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/73/fd147fcaaf41489508aaac8e3e37b5/frameset.htm
    We have a specific request that our CRM/ISA Partnershop be made available via our business partner's SRM system.  I can find no guide to help me provide the requested information without basically just guessing on my part.
    This is what they provided as a worksheet to return. 
    I assume the following or would like additional input:
    1)  They will need a Userid and Password.
    2)  For Language, we currently only support EN.  Would I enter EN or just leave blank?
    3)  What do the following refer to?  (These are the fields as requested and their suggested value by our customer)
      ~OKCODE       ADDI
      ~TARGET       _top
      ~FORCETARGET       YES
      ~CALLER       CTLG
      HOOK_URL       (Assumed to be blank)
    4)  These are the required OCI fields they would be expecting from the our catalog, but they can accept all OCI Release 4.0 fields...Assuming the connections from the above settings are made properly, will CRM automatically provide the approrpriate detail or do I need to set something somewhere?  All the XCM/DCM config settings for OCI seem to deal with an incoming External Catalog, not outgoing. 
    OCI fields
    <input type='hidden' name='NEW_ITEM-QUANTITY[1]' value='3'>
    <input type='hidden' name='NEW_ITEM-DESCRIPTION[1]' value='Descriptio'>
    <input type='hidden' name='NEW_ITEM-UNIT[1]' value='DZN'>
    <input type='hidden' name='NEW_ITEM-PRICE[1]' value='1.62'>
    <input type='hidden' name='NEW_ITEM-LEADTIME[1]' value='5'>
    <input type='hidden' name='NEW_ITEM-CURRENCY[1]' value='USD'>
    <input type='hidden' name='NEW_ITEM-MATGROUP[1]' value='44121704'>
    5)  Do I need to 'do' anything not listed above to be sure our catalog(s) are ready to perform as requested?
    Thanks for any clarification/links, etc
    I've spent weeks off and on now to try to determine an answer I could feel confident in.

    1/25/07 - Found a bit more info, but still need help determining if there are any additional settings/configs we need to make before starting to test with our Business Partner.
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/19/3a74482f5811d5b3890050da4cccf0/frameset.htm
    I did these steps already, but have not tested yet:
    Customizing and Settings in CRM / Internet Sales
    Settings for receiving purchase orders in CRM
    Purchase order without reference to a quotation:
    In the CRM Business Connector, an XML purchase order is received via HTTP and it is converted into a sales order IDOC. This IDOC is then transferred to CRM and is posted there.
    The delivered mapping service expects a purchase order in the OLD_EBP XML format, which is transformed into a NEW EBP XML, xCBL and finally a CRM IDOC XML.
    The following settings must be made in CRM:
    · Creating a partner profile for the sender
    Path in SAP Menu
    Tools -> Business Communication -> IDoc-Basis -> Administration -> Partner profile.  
    Partner type: Customer
    Partner number: Number of the sold-to party in CRM
    Transaction code: APLI (Individual IDoc processing)
    Message type: CRMXIF_ORDER_SAVE_M
    (key fields of table EDPP1:
    -PARNUM partner number
    -PARTYP partner type)
    ·         To view CRM address management errors in the document, the parameter CRM_USER_LEVEL must be set to value 9.
    Path in SAP Menu
    System -> User profile -> Own data -> Parameters.
    I have asked my Basis contact to look into this portion:
    Business Connector
    Install a Business Connector 4.0 or higher.
    Required packages:
    · Sap_crm
    · Sap_crm_customizing
    · XSLT (only for BC 4.0, not required for BC 4.6)
    After processing the purchase order that was received first, an inactive routing rule is created that is completed and activated.
    Path in BC
    BC Manager -> Adapters -> Routing -> Edit.
    Transport: ALE (R/3 IDoc)
    SAP Destination:  
    The ports must be activated and the service EbpXmlToRfc must be accessible before the Business Connector can receive documents.
    Some CRM settings are hard coded in the transformations. They are in the file BasicOrderSettings.xsl, that are in the directory ...ServerpackagesSap_crmxsltincludesxcbl2sapcrm_xif.
    These are:
    Transaction type: TA (standard order)
    Item object type: BUS2000131(sales item CRM)
    Text ID under which the order text is created in the CRM order: 1000 (customer note)
    Make sure that all of the available Business Connector patches are installed.
    Our customer contact says they went with WebMethod instead of Business Connector, but I'm hoping we can make it work using BC without having to research yet another piece of the puzzle.
    Any additional detail/advice from anyone that's set up their Partnershop to be connected to SRM EBP via OCI?
    Message was edited by:
            Mike Anecito
        1/25/07

  • External Catalogs Business partner

    hi experts!
    would just like to verify if Business Partner number set in the call structure is used by SRM only if no vendor number is received from the external catalog.. if there is a vendor number in the catalog coming from the vendor side, business partner in the SRM configuration is not the one being used, right? is there a way where i could by pass the vendor coming from the vendor's catalog?

    Hi,
    If you wish to ignore the Supplier coming from the catalog you can use the Badi BBP_CATALOG_TRANSFER to clear this field if populated, as far as I know the partner data from catalog is preffered and is determined in FORM CREATE_PARTNERSETS:
    then create th partnerset for the vendor
    no vendordata at all - leave (no error)
      IF iv_cat_entity_vendor IS INITIAL AND <<   From call structure
         iv_oci_item_data_vendor IS INITIAL OR <<   From catalog
         NOT iv_ignore_partnerdata IS INITIAL.
        RETURN.
      ENDIF.
    conversion stuff
      IF NOT iv_oci_item_data_vendor IS INITIAL.
        lv_conv_eingabe = iv_oci_item_data_vendor.
      ELSE.
        lv_conv_eingabe = iv_cat_entity_vendor.
      ENDIF.
    So the logic here takes catalog vendor before call structure vendor.
    Regards,
    Jason

  • Problem with external punchout in SRM Server 713

    Hello,
    We upgrade from SRM_SERVER 701 SP 04 to SRM_SERVER 713 SP 02, now we have a problem with external catalog, we did not change anything in standard call structure, however now when the user access to external catalog, select a product and "checkout", SRM returns to shopping cart screen without products and no message are register in log in transaction code SLG1.
    Our parameters in structure are:
    10                     https://xxxxxxxxx                          URL
    20 VIEW_ID          NAME                            Fixed value
    30 VIEW_PASSWD     XXXXXX               Fixed value
    40 USER_ID          SY-UNAME                   SAP field
    50 BRANDING      search5                     Fixed value
    60 LANGUAGE      ES                           Fixed value
    70 COUNTRY      MX                             Fixed value
    75 EASYORDER 1                          Fixed value
    80 target _top                                  Fixed value
    85 ~caller      CTLG                              Fixed value
    90 OCI_VERSION     4.0                     Fixed value
    91 FILTER                                      Fixed value
    92 OPI_VERSION 1.0                     Fixed value
    100 HOOK_URL                             return URL
    110 returntarget      _top                       Fixed value
    we made some test with parameter BYPASS_INB_HANDLER, set as 'X' but this not solve our issue.
    We have an implementation in badi BBP_CATALOG_TRANSFER to map product category, even if I set an external breakpoint in this implementation, system does not pass through it, also we test with this implementation inactive and behavior is the same, nothing transfer to shopping cart
    Does anyone know what's missing?
    Thanks in advance.
    Best regards,
    José Luis D.

    Hello Jason,
    Thank you for your answer, but as I told, If I set an external breakpoint it does not stop for debugging, so I can't see table as you recomended. This process (debugging) is familiar to me, in last version I can do it.
    Any suggestion?
    Thanks in advance, best regards
    José Luis D

Maybe you are looking for

  • MSI P67A-GD55 Blue Screen at Shut Down or changing users

    Blue Screen happens at shut down, not always, sometimes frequently but later stabilizes for a while.  Computer is stable when it is working, not sudden blue screen, only happens at shutting down. Configuration MSI P67A-GD55 B3 INTEL Core i5 2500 3.3

  • Apple TV Optical Audio to 3.5mm Input

    I'm trying to output sound from my apple TV to a 3.5mm import jack on my sound system using a Toslink optical audio cable with a 3.5mm adaptor. However, I cannot hear any sound. I'm not sure if I have the wrong cable or if there is a setting that nee

  • Import from Canon HF200 stalls

    When importing 1080i clips, 30 sec. clips behave normally, but 10-11 minute clips start normally then freeze with about 15% imported. The program (iMovie) quits responding and has to be force quit. If the import is stopped before the freeze, nothing

  • Drilling down slow - Something wrong with Secondary Indexes

    Hi, I have a cube that on the whole works very well, but periodically when I drill down to some characteristics it runs extremely slowly. The cube is in a our Test environment and is not being updated with data. When I go to RSA1[Select Cube] Manage>

  • Procedure to install abap + java trial on windows xp

    Hi, I have ordered SAP NetWeaver 2004s ABAP Trial Version CD (system id "NSP", release 7.0 + SP8), installed it successfully (I could start it and work with it), and I then tried to install JAVA Trial (system id "J2E", release 7.0 + SP11 ; I download