Quantcast
Channel: SCN: Message List
Viewing all 1467 articles
Browse latest View live

Product Catalog showing blank screen

$
0
0

Hello Experts,

 

We have recently opted for a a patch upgrade to our existing SAP portal landscape and MDM system.

 

We have 2 portal systems one is MDM portal  which has an url iview pointing to second SRM -MDM portal system.

 

We have upgraded the SRM -MDM portal system from 7.0 SPS27 to 7.0 SPS32. Likewise the MDM system has been upgraded from 7.0 SPS9 to SPS

12  and  SRM-MDM Catalog UI has also been updated to compatible highest package and it is successfully deployed on SRM-MDM portal WebAs.

 

The url iview successfully from first portal system calls the second portal system with url as follows:

 

https://<SRM -MDM  portal system>:<port>/SRM-MDM/SRM_MDM.

 

Once the call reaches the second portal system  i.e. SRM-MDM portal which connects to MDM system to get the Product catalog it either loads the product catalog after 20 mins or throws a 500 error message.

 

This behaviour is very random .

 

We have tried running the ProcurementCatalog7 EHP1 application directly from the SRM-MDM portal AND on entering only the MDM server name and on clicking connect we have  always  observed getting  500 error message .  This is not the case when the url iview is called from first portal or MDM portal system which passes parameters to second portal system  with following url

https://<srm-mdmportal>:<port>webdynpro/dispatcher/sap.com/tc~mdmsrmui/ProcurementCatalog7EHP1


In this case it either loads the product catalog after 20 mins or throws 500 error at times  but not 500 error always  like in previous case

 

We have checked repository connection, it is successful.

Kindly let me know the following.

 

1]Apart from deployment of business package for SRM-MDM catalog on portal system do we need to maintain any other configuration in portal system?

2]What could possibly be going wrong?

 

Regards,

Pooja


Re: ABLDT value date - Simple Finance asset migration

$
0
0

oh ok thats already done my transfer date is 31.05.2016 for testing.

 

Any one has any idea about value date for ABLDT ?

 

Thanks,

Vishal Pant

How can i solve this Error "uncaught (in promise)" while Retrieving odata using sapui5

$
0
0

Hi,

 

      I am trying to do SAPUI5 / Fiori application development using Eclipse.

 

      I am going to retrieve my odata which I have created using HANA XS database.

 

Step by step of My Application :


  1. First create SAPUI5 application in eclipse.

      Go to file->new->others->choose “Application Project” under that SAPUI5 Application Development.


   2. And, given project name as “Hanaxs_Odata” and choosed library  as “sap.ui.m” , and check if the “Create an Initial View” checked or not. Not means check that. and click->Next”

 

    3. Give the name of the view as “view1” , Development paradigm choose “XML” and click ->Finish

 

   4. Then   in view1.view.xml :

           Add the below code

<!-- create table in SAPUI5 --><Table id="idProductTable" inset="false" mode="SingleSelectLeft"
items="{
path: '/Products'
}"><headerToolbar><Toolbar><Title text="Employee Details" level="H2" /></Toolbar></headerToolbar><columns><Column><Text text="Product ID" /></Column><Column><Text text="Product Name" /></Column><Column><Text text="Product Description" /></Column><Column><Text text="Product rate" /></Column><Column><Text text="Product price" /></Column></columns><items><ColumnListItem><cells><Text text="{ProductID}" /><Text text="{Name}" /><Text text="{Description}" /><Text text="{Price}" /><Text text="{CurrencyCode}" /></cells></ColumnListItem></items></Table>

 

        5. And in  View1.controller.js :

           Add the below code


onInit: function() {
var oModel = new sap.ui.model.odata.ODataModel(  "proxy/https/s12hanaxs.hanatrial.ondemand.com/p1941903330trial/opensap/myproducts/services.xsodata/");  this.getView().setModel(oModel);
},

      

       Finally review page  shows uncaught (in promise) error while Retrieving data's from our own odata.

 

    

 

uncaught.png

 

     However when i tried with the sample odata (http://services.odata.org/V2/(S(cl0ssdfbwe3c4ra5hpbg2k45))/OData/OData.svc/) its all working fine, But for my own odata its throwing uncaught (in promise) error.

working.png

 

     Am I done anything wrong with my Application ,

 

     Please let me help to sort out the problem. Thanks in advance

Re: Adapter module or Java mapping to convert object into an array in JSON output

$
0
0

HI

 

This is the xml payload

 

<ns1:MT_MaterialMaster_ABC_Response_Receiver xmlns:ns1="urn:XYZ">

   <MaterialMaster>

      <MaterialNumber>000000000000100001</MaterialNumber>

      <MaterialName>100001</MaterialName>

      <MaterialDescription>TEST 123</MaterialDescription>

      <MaterialGroup>Perishable</MaterialGroup>

      <ProductCategory>000000000010000554</ProductCategory>

      <PeriodicUnitPrice>0</PeriodicUnitPrice>

      <DomesticSellingPrice>5.00</DomesticSellingPrice>

      <InternationalSellingPrice>12.00</InternationalSellingPrice>

      <Items>

         <Material_Number>000000000000100010</Material_Number>

         <Material_Description>TEST 123</Material_Description>

         <Quantity>1.000</Quantity>

         <UnitOfMeasure>EA</UnitOfMeasure>

      </Items>

      <Items>

         <Material_Number>000000000000100011</Material_Number>

         <Material_Description>TEST 123</Material_Description>

         <Quantity>1.000</Quantity>

         <UnitOfMeasure>EA</UnitOfMeasure>

      </Items>

      <links>

         <self>

            <href>http://host:port/RESTAdapter/Materials/100001</href>

         </self>

      </links>

   </MaterialMaster>

   <MaterialMaster>

      <MaterialNumber>000000000000100002</MaterialNumber>

      <MaterialName>DSC-111</MaterialName>

      <MaterialDescription>TEST 123-1</MaterialDescription>

      <MaterialGroup/>

      <ProductCategory/>

      <PeriodicUnitPrice>0</PeriodicUnitPrice>

      <DomesticSellingPrice>0</DomesticSellingPrice>

      <InternationalSellingPrice>0</InternationalSellingPrice>

      <Items>

         <Material_Number>000000000000100019</Material_Number>

         <Material_Description>Beverages</Material_Description>

         <Quantity>1.000</Quantity>

         <UnitOfMeasure>EA</UnitOfMeasure>

      </Items>

      <links>

         <self>

            <href>http://host:port/RESTAdapter/Materials/100002</href>

         </self>

      </links>

   </MaterialMaster>

   <MaterialMaster>

      <MaterialNumber>000000000000100003</MaterialNumber>

      <MaterialName>100003</MaterialName>

      <MaterialDescription>COFEE CAKE 1</MaterialDescription>

      <MaterialGroup>Perishable</MaterialGroup>

      <ProductCategory>000000000010000455</ProductCategory>

      <PeriodicUnitPrice>0</PeriodicUnitPrice>

      <DomesticSellingPrice>0</DomesticSellingPrice>

      <InternationalSellingPrice>0</InternationalSellingPrice>

      <Items>

         <Material_Number>000000000000100025</Material_Number>

         <Material_Description>Excess Baggage 3 KG</Material_Description>

         <Quantity>1.000</Quantity>

         <UnitOfMeasure>EA</UnitOfMeasure>

      </Items>

      <links>

         <self>

            <href>http://host:port/RESTAdapter/Materials/100003</href>

         </self>

      </links>

   </MaterialMaster>

</ns1:MT_MaterialMaster_ABC_Response_Receiver>

 

Regards

 

Harish Babu

How to create MRP Controller

Re: MDM webservice generator & PO

$
0
0

we have deployed mdm wsgenerator on po7.4 server.

Re: How to fill a table column with a value from other column of same table

$
0
0

Thanks for elaborate reply Dirk Venken

 

As mentioned in my below reply, full outer join also didn't work out. Can you please help in what we are still missing?

ReportApplicationServer stuck in initalizing

$
0
0

Hi

we are using Business Objects XI R3 Sp7 on 2 Webservers (tomcat) 2 DB servers (sql servers clustered) and 3 app servers.

Since last weekend i have the issue that me ReportApplicationservers are not coming up and therefore i can't install any reports anymore.

I can logon to CMC and Info view, i can run reports, so no problem there.

 

The RAS is stuck either stuck on initializing or it is shown as running/disable, where i can't enable it.

 

My problem is that i am i a corporate environment, where i don't have real inisght what is going on my servers.

 

Maybe someone can give me a hint where to look for? ( i will open up an incident  tomorrow, when back in the office)

 

regards and thanks Alexander


Re: Conversion Cost value zero in KOPA Report KE30

$
0
0

Sorry, the transaction code is KECM. You can also use the following IMG simulations and analysis to test the value field flow:

 

1.png

custom button/icon in Bar chart (VizFrame)

$
0
0

Hi All,

 

I have created a bar chart with reference line (target). my requirement is, if any bar crosses the line, a button/clickable icon should be displayed in the top of the each bar (which crossed the target line).

 

I am able to change color or style of bar but not able to create any button/icon on top of the bar chart. Please help.

 

Thanks & Regards,

Arvind Patel

Re: How can i activate TLS 1.1+ on SAP AS JAVA 7.31 client-side?

$
0
0

Lutz Rottmann wrote:

 

Hi all,

SAP now proposes a solution by note 2284059 https://launchpad.support.sap.com/#/notes/2284059.

But it contains only half of the solution:

  • Yes, TLS 1.2 is supported now
  • But only RSA key exchchange and no ECDHE (aka Perfect Forward Secrecy). PFS has been state of the art for a few years now and is required by german BSI regulations.
  • It is still not told how to exclude deprecated ciphers like RC4 and 3DES from the cipher suite list

Regards,

Lutz

 

Correct, SAP Note 2284059 is what you need for outgoing/client TLSv1.2 in AS Java, e.g. for SOAP Adapter.

 

TLS cipher suites with ECDHE has been, and still is NON-Standard!  (rfc4492 is informational rather than standards track)

 

TLS cipher suites with DHE are severly flawed in large parts of the installed base, and hurried enabling of TLS DHE cipher suites resulted in widespread loss of security (see the LOGJAM paper).  The DHE problems have been well-known since 2008, see

    [TLS] Short Ephermal Diffie-Hellman keys

 

The BSI paperwork is a recommendation, rather than a hard requirement, and BSI obviously recommend(ed) something long-known seriously problematic (TLS DHE), so please take the entire BSI advice with a grain of salt.  It is primarily a fashion statement, rather than a form of appropriate risk management based on scientific facts and responsible research.   The 2014 guideline from NIST is much better in that respect (NIST didn't make a specific fashion statement without researching facts first).

 

The situation right now is that Netweaver AS ABAP components (using CommonCryptoLib) are not interoperable with AS Java SSL client (using IAIK) on PFS cipher suites, because CommonCryptoLib supports only ECDHE and SAP's OEM IAIK toolkit supports only DHE cipher suites.

 

Why does CCL not support DHE?  DHE with keys <=1024 is well-known insecure (and slow), and DHE with keys > 1024 is well-known interoperability-impaired (Oracle Java the most notorious problem and reeeealllly ssssllllooooowwwww).  It's fair to say that TLS DHE is broken beyond repair (because of the interop problems).

 

-Martin

Add new field in live activity

$
0
0

Hey guys,

I have searched the whole day for a solution but have not found anything. I want to add some fields below the caller informations in the live activity view. The fields will include some customer informations which should be maintainable in the customer BO. Which BO includes the live activity? I didn't find the responsible BO.

If you got questions in relation to my question don't hesitate to ask me.

Thank you very much!

 

problem.JPG

Re: Fecha Calculada

$
0
0

Hola

 

para las fechas de vencimiento ¿Tienes en cuenta los días no laborables?

 

¿Qué debería hacer la búsqueda si el resultado es un domingo?

 

Un saludo

Agustín Marcos Cividanes

Re: Deletion of Master data failed although there is data

$
0
0

The FM also returns E_RESULT = 3 altought in the Table is one record. This InfoObject is never used. It is only for controlling some abap routines.

PPM: Quota Planning Management for Organizational Unit

$
0
0

Hi,

 

When logging-in as a manager of an organizational unit (user with Sales Manager role, assigned to a leading position) I am not able to maintain the actual quota for the selected organization level - the first row. I was able to do it once, by creating a new position at the highest organizational level.


I thought that the reason is related to the fact that there are more user assigned to the same position... but I have tried also by deleting all assignments and keeping me as unique head of dpt... it still didn't work.

 

As I have a SAP_ALL profile on my user, authorization issues should not be involved. Any help would be appreciated.

 

Thank you,

 

Horatiu


Re: Dynamic deep internal table field symbol

$
0
0

Can you post a fragment of your code before your LOOP.

SAP PGP encryption module not working correctly

$
0
0

Hi All,

 

I have configured my SFTP sender channel with SAP PGP module. as per the requirement, I need only PGP sign on the File and send it AS-IS without PGP encryption.

 

My configurations are set as per the below SAP page.

Configuring the Encryption PGP Module - SAP NetWeaver Process Integration, secure connectivity add-on 1. - SAP Library

 

My configuration are working but the problem is, I have set the PGP module - "applyEncryption" parameter as false. But still the output file is placed with PGP Encrypted and PGP Signed. I need the file with only PGP Signed.

 

Is this a bug in SAP PGP module ?

 

I have tried multiple combinations like removing applyEncryption parameter,.. setting it as both true and false, creating new channel etc.

 

Can anyone help, if you have worked with PGP module and used only PGP signature.

 

Capture.JPG

 

Thank You,

Nazeer

Re: BI4 BICS Webi : Problem with Quarter Aggregation

$
0
0

Hi Ingo,

 

I am facing issue with Bex Key figures with exception aggregation 'maximum' not reflecting in BICS connection.

Do you have any pointers, if this issue can be resolved?

 

As if now, we decided to take a route of creating OLAP Universe to fix this problem.

 

Regards

Jitin

Re: Company...not registered in country United States,define Taxnumber as Type 2

$
0
0

Hello Eelco,

 

Can you please try to access the mentioned case document from the system. It should be accessible now.

 

For your reference, here is the content of the case document.

 

Description

You get a warning message in the sales order: Company XYZ not registered in country ABC, define Taxnumber as Type 2.

 

 

Reproducing the Issue

  1. Go to the Sales Orders work center.
  2. Go to the Sales Orders view. 
  3. Select sales order DEF (DEF indicates the ID of the sales order). 
  4. Select the Edit button.  

You receive the warning message Company XYZ not registered in country ABC, define Taxnumber as Type 2.

 

Cause

The Seller Party (company XYZ), is not registered in the country of the Ship-To/Payer Party.

 

 

Resolution

Register the seller party in the country of the ship-to/payer party.

  1. Go to the Tax Management work center.
  2. Go to the Tax Authorities - Tax Authorities view.
  3. Select tax authority GHI (GHI indicates the ID of the tax authority).
  4. Choose Edit - Company Tax Arrangements button.
  5. Select the Add Row button.
  6. Add company XYZ (XYZ indicates the ID of the company).
  7. Go to the Tax Numbers sub tab.
  8. Add tax number type 2-Tax Number.
  9. Add the relevant Tax Number.
  10. Select the Save button.

The warning message will not appear anymore in newly created sales orders for combination of seller party (company XYZ) and country ABC.

 

 

Regards,

Harshal

Re: SAP PM - Field Mapping with ref to name and table

$
0
0

mudassar,

  • First you need to understand the architecture of SAP. What the earlier posts told you are the answers, which will not be understood easily unless you know the concepts of fields, tables and structures.
  • In other-words it is a basic pre-requisite to ask queries like this and also essential for you to work on BW reports.
  • After you attain that knowledge, your query will become more meaningful like: "Which are the tables those host fields STRNO, EQUNR, ABCKZ, EBELN. "
  • Then replies like one from Prashant would attract the 'Correct answer' marking.
  • To add to Prashant's reply: EBELN comes from table EKKO.
  • There is no use of posting F1 help pictures like this.
Viewing all 1467 articles
Browse latest View live


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