Quantcast
Channel: SCN : All Content - SAP SRM: Shopping Cart & Catalog
Viewing all 919 articles
Browse latest View live

MDM Catalog Problem after applying Support Packs

$
0
0

Hi all,

 

We upgraded our SRM from SAPK-71303INSRMSRV to SAPK-71311INSRMSRV. Now we have Problem to Access our MDM Catalogue. When clicking via NWBC on our Catalogue we get the following message error:

 

Invalid theme URL=null  - see details in attachment

 

In the SLG1 we get a message as well:

R2MATCLASS --> Log from product hierarchy serach --> Search in Hierarchy-Index:

Index could not be read

See Web Service Structure attached

External catalogues are working good

 

Please help

regards, Stefan


how to configure the custom smartform in Shopping cart

$
0
0

Hello All,

 

I have created the custom smartform and written all the logics in the smartforms by using the Badi - BBP_CHANGE_SF_SC

now I need to call the newly developed smartform in the print preview button.

 

Please help me on this.

 

Thanks,

M J Vasanthakumar


Addition of custom field in shopping cart in Item Data Tab

$
0
0

Hi,

 

I need to add a custom field in shopping cart item data tab. I need to add a tax code field with dropdown. I have added the custom field in IMG: SRMSERVER - Cross app basic set- Extensions and field control - configure customer fields - define customer fields. I am not able to view the fields in WD component.

How to proceed further?

Do I need to do anything in the webdynpro component - /SAPSRM/WDC_DODC_SC_I_BD

I need to get the dropdown values from custom table based on the plant. and where to write the logic for passing the values to dropdown field.

 

Thanks

Vasanth

Dump upon Return from External Catalogue to SRM - Buffer table not up-to-date

$
0
0

Dear All,

 

I am having a concern where the below dump is occurring upon returning from the external catalog to SRM system. Our system version is SRM 7 EHP 2 SP 13.

 

Dump_Catalog_Punchout.jpg

 

I have tried with two different external catalogs and both of them are issuing the same dump.  Could you please help me in providing your valuable suggestions. Thanks in advance for your help.

 

Best Regards,

Bharathi

How to change the Universal work list text?

$
0
0

Hi All,

 

I need to change the UWL screen subject column. I need to add the shopping cart name with the existing subject.

How to achieve this.?


Thanks in advance...


Regards,

Vasanth

How to change default smartform to custom while printing for shopping cart

$
0
0

Hi All,

 

Which BADI to use here to change the smartform ?

Is there any configuration settings required as well. ?

I tried changing the Standard form BBP_SC with custom but it does not changes to new smartform.

 

Please provide your comments.


Regards,

Vasanth

How to get Effective Date and Expiration Date of ContractDocument

$
0
0

Hello Guys,

 

I'm facing diffculties to get  Effective Date and Expiration Date of ContractDocument in SAP CLM via Script. In ContractDocumentIBeanImpl' not have  a getEffective and Expiration date. I tried get for getExtensionField("EXPIRATION_DATE_DATE"), but I did not succeed and return Null with completed  field. I would like know if possible to get this fields via Script for manipulation ?


 


2016-04-12_1732.png

How to read the user selected value in drop down by key?

$
0
0

Hi All,

 

I have added drop down by key in Field. I am getting the entries in the 'drop down by key'  but unable to catch the
user selected value.

 

Please help me on how we can read the user selected value in the drop down by key?

 

Thanks in advance...

 

Thanks,

Vasanth


Software Component SRMNXP01 is missing in ESH_MODELER in Client 200

$
0
0

Hi,

 

i am about to set up the search Templates and search Object Connectors as described in 2.2.6 in the SRM UI Add-on Config Cookbook.

I´ve noticed that the Software Component SRMNXP01 is missing in the ESH Modeler (client 200), in client 000 it exist.

Is it possible to make it "visible" in client 200 or to transfer it without making a client-copy?

 

Thank you for your help!

 

Kind regards,

Hauke

How to update the BBP_PDISC for the custom field while creating the shopping cart?

$
0
0


Hi All,

 

I have created the custom field and appended to the structure and it is displaying the shopping cart item tab.

How to update the custom field value in the table BBP_PDISC?

 

Thanks in advance...

 

Regards,

Vasanth

How do i enable Only viewable for purchaser for PO already created.

$
0
0

How do i enable Only viewable for purchaser for PO already created.

SRM 7 and MDM Styling

$
0
0

We recently upgraded our SRM from 5.5 to 7 and with this change we were introduced with the SAP CORBU theme.

 

Background:

 

The new SRM 7 is WDA driven with the FPM architecture but the MDM is still a java based application that is hosted in our case on our SAP Portal 7.4,

Altought the portal 7.4 comes with the sap_corbu it is not supported as the main theme , and specific to our case we already had a custom theme to match our corporate design language.

 

The Problem:

 

1) How to match the MDM look & feel to SRM.

 

SRM (SAP_CORBU) :

catalog sap_corbu.png

MDM (SAP Tradeshow Plus):

not designed.png

 

The Solution:

 

As a portal developer I'm well familiar with the sap-css url parameter but the problem was how to incorporate this parameter with in the standard Catalog flow,

after a hour of debugging i found this BADI:

 

BBP_CAT_CALL_ENRICH

 

This badi is called every time the navigation to MDM occured, i've added this code:

 

under CAT_CALL_ENRICH method

 

    DATA: ls_post_values LIKE LINE OF ct_post_values,

              lv_portal_url      TYPE string.

 

     " You can also reffer your abap stack theme if no portal is present.

     lv_portal_url = 'http://yourPortalAddress:PORT'.

     ls_post_values-fieldname = 'sap-cssurl'.

 

    CONCATENATE lv_portal_url '/com.sap.portal.design.urdesigndata/themes/portal/sap_corbu/r/ls/ls_sf3.css?v=10.30.3.238559.0' INTO ls_post_values-fieldcont.

 

 

    APPEND ls_post_values TO ct_post_values.

 

END Result:

 

designed.png

Quot Creation from FM

$
0
0

Hi ,

     I am creating Quot/Response of RFX through FM BBP_PD_QUOT_CREATION and passing following parameters

 

    BBP_PD_QUOT_CREATION

      Exporting

           I_SRC_GUID

           I_SRC_OBJECT_TYPE

           I_SAVE

           I_TESTRUN

           I_HEADER

      Importing

          E_header

     Table

          I_Item

          I_Partner

 

  After this I am getting values in Importing parameter E_header, however it is not getting saved.

 

 

So I am using FM BBP_PD_QUOT_SAVE with following parameter

 

      BBP_PD_QUOT_SAVE

        Exporting

           IV_Usertype = 'X'

           IV_Header_Guid =  E_header-guid

 

 

Even after this response is not getting saved , I even tried with FM BBP_PD_SC_COMMIT

 

It still did not worked. Kindly let me know what else I need to do, in order to save Response/quot

NWBC and Shopping Cart BSP issue with multiple clients

$
0
0

Hello Experts,

 

Firstly, I am not sure if this is in the correct location, but I am willing to accept the criticism for posting it here.. oops

 

The issue I am encountering is as follows:

 

We access the SRM Shopping Cart BSP application using NWBC.

 

Users log into ECC using NWBC and one of their roles in ECC is read in via RFC from the SRM system.

This role has the Shopping Cart BSP added as a menu item. The role of course has the SRM RFC in the target system.

 

This setup is working fine for us in our environments which only have 1 client which is being accessed by the users, however in our training environment we have multiple clients, for example client 500, 501, 502, 503, 504

 

Of note in this situation, we have client 500 set to production client in SCC4 and the other clients set to training/education in SCC4, and the profile parameter login/system_client set to 500 in the training environment

 

So.. the functionality which we are trying to perform is:

 

If a user logs into ECC500 using NWBC, and they click on the menu item for the Shopping Cart BSP, they are directed to the Shopping Cart BSP on SRM500.... and so fort... ECC501 to SRM501... etc

 

Currently the behavior we are getting is that no matter which ECC client the user logs into and clicks the Shopping Cart BSP, they are being logged into SRM500.

 

We have updated the role in each SRM client to add the parameter option 'sap-client' in the NWBC menu item, with the appropriate client number and then re-read via RFC into their respective ECC clients.... but still all connections go to SRM500.

 

We are deleting the server NWBC menu cache after each role update and deleting local NWBC cache and browser cache to ensure we are not getting invalid results.

 

So, ... that is the first issue ... hopefully someone might have an idea for us (it may be as simple as changing the SCC4 parameters or the profile parameter, which we will be testing tomorrow anyway)

 

 

Secondly...

 

We thought a good work around would be to specify the BSP application by using a web address in the NWBC menu and using the sap-client parameter on the URL.

 

This actually works fine, but when we add the role to the test user account which has many roles already, we start getting an error displayed on the screen. "An item with the same key has already been added."

 

Capture.PNG

 

We are very sure we have not added the same URL in any other roles, and this occurs when adding the URL's to existing roles or creating completely fresh new roles.

 

Has anyone encountered this issue before? This component of the post should probably be in another area I guess.

 

Anyways,

 

Looking forward to some replies.

 

Thanks in advance,

 

Kind regards,

 

Patrick

SRM 7.3 popup error message not displaying

$
0
0

We have just recently upgraded our SRM system to 7.3.  We are running this through our Netweaver portal of 7.4.  We are experiencing an issue with our org structure assignment so we are getting an error that states "Action cannot be performed: No data found for employee".  This error results in a popup error message stating that when trying to create a new Special Request.  I'm not trying to solve for the error, as that is a separate issue.

 

The issue we are having is that this popup error message is not getting displayed in IE 11 through Portal.  It just grays the screen and the message does not appear.  Can anyone help us understand why the popup error message does not render through Portal in IE 11?


How to find weather for a PO confirmation or invoice is created or not ??

$
0
0

Hello Folks,

 

I am facing this issue and need some urgent help ..

 

1) I want to check weather for a PO(Purchase order) confirmation or  invoice has been created or not .. ?

 

I checked the transaction  BBP_PD ..at item level there is a variable NUM_CNF and NUM_INV (Counter) which could help in knowing weather an invoice or Conformation or Invoice for a PO is being created or not; BUT the variable are not being updated properly from the backend (mainly for the service type PO).. Some SRM issue may be ...

 

So is there any FM or BAPI which can help in finding that weather a confirmation for a PO or Invoice for a PO is created for not ?

 

I even tried using BBP_PD_PO_GETHISTORY FM in SRM but does not work for every PO ..

 

Need immediate help

 

Thanks in Advance,

Pawan

Delete Backend Reservation not possible

$
0
0

Hello gurus,

 

my customer will delete a shopping cart position with a reservation in backend. So it works fine and die sc gets the status 'follow-on document deleted'. But the deletion-flag in the backend reservation is not set! I've debugged the function calls to ERP fm BBP_RESERVATION_DELETE.

 

FUNCTION BBP_RESERVATION_DELETE.
*"----------------------------------------------------------------------
*"*"Lokale Schnittstelle:
*"       IMPORTING
*"             VALUE(RESERVATION) LIKE  BBPRKPF-RES_NO
*"       TABLES
*"              RESERVATION_ITEMS_FOR_DELETE STRUCTURE  BBPRESB
*"              RETURN STRUCTURE  BAPIRETURN OPTIONAL
*"----------------------------------------------------------------------
   DATA: LT_CURRENT_RESB LIKE RESB  OCCURS 0,
         LT_RESB         LIKE RESB  OCCURS 0,
         LT_ZRESB        LIKE RESB  OCCURS 0,
         LT_DIS          LIKE MDISP OCCURS 0,
         LV_SUCCESS      TYPE SYSUBRC.
   DATA: lv_external_call TYPE sap_bool.

   CALL METHOD cl_rfc=>check_rfc_external
     RECEIVING
       external_call    = lv_external_call
     EXCEPTIONS
       kernel_too_old   = 1
       unexpected_error = 2
       OTHERS           = 3.

   IF lv_external_call = abap_true.
     EXIT.
   ENDIF.

   CLEAR: RETURN, RETURN[].


Can someone explain why the fm denies external calls while it is declared as RFC fm?


BR

Danilo

SRM PO History Tab and Related Document Tab

$
0
0

Hello Gurus,

 

We have an issue with History and Related Documents Tab on SRM PO.

 

User changed the Quantity on the PO line item (PO has only one line item) and ordered again. Quantity gets updated on line item level, when we see the same details in History Tab Value is still showing old value,

 

Even the line items "Related Documents Tab" is also populating the old Quantity and value of the PO line item.

 

Is there any FM in SRM to update history and Related documents tab?

 

Could you please help us to fix this issue?

 

 

Thanks in advance.

Web Site Punch Out Catalog Integration with SAP SRM

$
0
0

Hi All.

 

I am new to SAP SRM 7.0 integration. We have developed a "eParts Store" for one of our customer. Even we have build the Catalog Punch Out functionality in our Web App. Now when client of our customer try to access eParts Store Catalog using SAP SRM PunchOut, we are able to authenticate UserName and Password. Once Authentication is done we redirect him to our eParts Catalog Page. And our issues starts here.... Nothing is get displayed in SAP SRM.

 

Our Web app is developed in .Net 4.5 and we have followed the OCI 4.0 norms.

 

Can anybody guide us on the issue?

SRM PO in "Error in Process"

$
0
0

Hello Gurus,

 

We have a PO with single line item. User cancelled the PO from SRM portal.

Now the issue is PO is in awaiting approval status, after executing the FM "BBP_PD_PO_TRANSFER_EXEC" status on PO changed to Error in process.

 

When I click "Check" button on PO, getting below error because we dont have a backend PO with this number (Found No PO in ECC)

Capture1.JPG

 

How to change the PO status to cancelled ?? Can someone help us to resolve this issue??

 

Thanks in advance.

Viewing all 919 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>