Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8914 articles
Browse latest View live

Search Criteria in a Table

$
0
0

Hi Gurus,

 

I want to have search criteria in a web dynpro table for one of the column.

 

Rite now i am able to achieve filter criteria but i want search criteria.

 

For Eg: If i put Ind* in the input field of Country Column, all countries related to Ind should come like India,Indonesia etc.

           if i use filter criteria, i should give exact country name in the Input field to get the exact country name.

 

 

Is there any way can we get the search criteria in the table


SAP US Payroll Year end activities

$
0
0

Hi Team,

 

I need help on payroll year end activities for support perspective for US client.  What are activities to be done by business and support team for NET Payroll - Check write by ADP any tax adjustments to be done ?

 

thanks ~ Priya

Combine 2 list in COOIS

$
0
0

How to combine Layout COOIS for

list : Documented Goods Movements combine with Operation

#Error - Impossible to apply local member formula

$
0
0

Hi All,

 

I have an input form with dynamic rows and fixed columns. I need to use various excel formulae to work within the 'report' but which reference cells outside of the report area.

 

For example, my report has time in the columns  and GL accounts in the rows.  I want to use a SUMIF on a row of data to return the sum of Actuals in closed months, but not open months (this is stored as a property 'A' in the time dimension and the sum if references whether or not a month is closed or not).  I cannot put this formula straight on to the spreadsheet as it must move dynamically with the row range, however when creating a local member to contain the formula I recieve the error:

 

#Error - Impossible to apply local member formula.

 

The BPC 7.5 expansion range, around the row range would allow such a formula on the work sheet. I need to find EPM10's alternative method.

 

Has anyone found a suitable workaround?

 

Your feedback will be most appreciated.

 

Regards,

 

Lucy

javax.naming.NamingException on retrieving HttpDestination

$
0
0

Code for retrieving httpdestination:

 

    public static final String JNDI_PREFIX = "java:comp/env";    public static final String SUCCESS_FACTOR_HCP_JNDI_NAME = "successfactorsOdataDestination";    public static final String FINAL_SERVICE_JNDI_NAME = JNDI_PREFIX + "/" + SUCCESS_FACTOR_HCP_JNDI_NAME;        @Override    public void start() throws Exception {    try {         super.start();                  getLogger().info("Getting JNDI Context.");         Context context = InitialContext.doLookup(JNDI_PREFIX);         getLogger().info("Context retrieved. Getting HttpDestination: " + SUCCESS_FACTOR_HCP_JNDI_NAME);         HttpDestination httpDestination = (HttpDestination) context.lookup(SUCCESS_FACTOR_HCP_JNDI_NAME);         getLogger().info("Successfully got HttpDestination from: " + FINAL_SERVICE_JNDI_NAME);         this.httpClient = httpDestination.createHttpClient();         getLogger().info("Obtaining HTTP Client Successful");          //rest of code removed    } catch(NamingException e) {         getLogger().log(Level.SEVERE, "Cannot get JNDI Object: {0}. Exception Trace: ", FINAL_SERVICE_JNDI_NAME);         e.printStackTrace();    throw e;    } catch(DestinationException e) {         getLogger().log(Level.SEVERE, "Error in obtaining HttpClient. Exception Trace:");         e.printStackTrace();    throw e;    } catch(Exception e) {         getLogger().log(Level.SEVERE,"Error Occured: {0}", e.getMessage());         e.printStackTrace();    throw e;    }    }

Config in web.xml

 

<resource-ref>      <res-ref-name>successfactorsOdataDestination</res-ref-name>      <res-type>com.sap.core.connectivity.api.http.HttpDestination</res-type>  </resource-ref>

Config in Cockpit:

 

successfactorsOdataDestination config.png

However I am encountering error:

 

Exception is thrown by default object creation facroty during retrieving object instance. Exception is: javax.naming.NamingException: Cannot create resource instance|

Cannot get JNDI Object: java:comp/env/successfactorsOdataDestination. Exception Trace: |

javax.naming.NamingException: Cannot create resource  object instance due to exception in the object factory [Root exception is javax.naming.NamingException: Cannot create resource instance]|

 

Someone help me please regarding this matter.

 

Thanks

Extra Server node addition leads to Heap dump and web dispatcher process getting auto-killed

$
0
0

Dear ALL,

 

Recently we decided of adding extra server node in EP JAVA application server.

 

We carried this out in non-production successfully,But when we reached production and implemented it.The Web dispatcher and its OS level process started getting killed automaticly(although we didnot find any error in dev_webdisp).We also noticed that there were huge OOM Dump getting generated in Server.As soon as we stopped the new server node created,the issue of web dispatcher and OOM dump got stopped.

 

I suspect that the below issue is due to Memory constrain because of new server node addition that OOM dump was getting generated leading to killing of Web dispatcher.

 

 

I would like to know what are the memory parameter and configuration pre-requisite which i have to consider before adding new server node also any formula for calculating the same.

 

 

Thanks & Regards,

 

Rajdeep

How to release FI document

$
0
0

Hi,

 

We recently had an upgrade and one of our programs to release a parked document was decommissioned.  We are now having problem how to release an FI document, we need to release the doc to make it go to another inbox but still parked.

 

Do we have a standard t-code for release of workflow?

 

Regards,

Cindy

[SAP HANA Academy] Live3: Explain Clustering

$
0
0

In the next part of the Live3 course Philip Mugglestone explains how the SAP HANA predictive analysis library (PAL) can be used to cluster similar Tweeters together based on their influence and stance scores. This video will review the k-means clustering algorithm. Check out Philip’s tutorial video below.

Screen Shot 2015-03-18 at 6.16.17 PM.png

(0:35 – 3:20) Overview of PAL

 

For an extensive set of in-depth information about PAL browse through and view this playlist of 84 videos from Philip in the SAP HANA Academy. The Playlist covers many of PAL’s native algorithms including clustering with the K-means algorithm.

 

Reading through the SAP HANA PAL documentation is vital for getting a full understanding of the myriad capabilities PAL offers. In a web browser visit help.sap.com/hana and click on SAP HANA options. Select the SAP HANA Predictive link and then you can choose to view the PAL documentation in a PDF or online.

 

PAL is embedded data mining algorithms in the SAP HANA engine (where the data actually resides). By navigating though the page you can find information on K-means clustering.

 

(3:20 – 4:40) K-means Clustering Information

 

K-means uses input data (in Live3 Twitter users) and then lists out information (Influence and Stance) about each piece of data so clustering can be preformed based on similarities in the data.

 

K-means clustering is a table-based mechanism. This documentation is the go-to source for K-means clustering information including the data types of your input data, what parameters are required, how many clusters you have to create and what are their centers.

 

(4:40 – 7:20) Visualizing Tweeters' Stance and Influence Scores

 

Back in Eclipse do a data preview on the Tweeters table we just created. This Tweeters table will be the input table for the predictive analysis. Our id will be the Twitter users' handles and our inputs will be the stance and influence scores.

 

Clicking on the Distinct values tab quickly displays the range of the stance and influence values for all of the Twitter users. For Philip's data on the Australian Open over 67% of the users have a 0 stance score so they are considered neutral while over 70% have a -1 influence score.

Screen Shot 2015-03-18 at 6.57.16 PM.png

To further analyze the data Philip clicks the Analytics tab and then drags both the stance and influence Numerics to the Values axis. The he selects a scatter charter to visualize a cross section of scores for each user. This divides of all of the users into quadrants based on their stance and influence. One business value we could quickly derive would be to target the people in the top left quadrant who are highly influential and expressing negative views with educational outreach.

Screen Shot 2015-03-18 at 7.01.20 PM.png


Follow along with the Live3 course here.


SAP HANA Academy over 900 free tutorial videos on using SAP HANA and SAP HANA Cloud Platform.


Follow @saphanaacademy


Most Urgent - Travel Management Interview Questions

$
0
0

Hi Guys,

I wanted to know Travel Management functions interview question and answers , it is most urgent for me.

 

Your detail response will be highly appreciated.

 

Thanks – Sam

How system behaves when ATP with future and current orders with ready and future orders..

$
0
0

Team,

 

Please check the below scenario and help to solve ...

 

Scenario..

 

Stock available for item A is 450 ..created a sales order for 01.05.2015 and the full stock is reserved in that order

then created two production order for 01.04.2015 with 1000 quantity and for 10.04.2015 with 1000 quantity

then i created a sales order for today 07.03.2015 with 450 quantity am getting the below result

 

when am trying for ATP system give confirmed quantity 450 with same date...how is it possible as the ready stock is already reserved for future orders and production orders are only available for next month..

should the confirmed quantity against future po only ??

 

pls help

Proof of delivery with handling unit (POD + HU)

$
0
0

Hi, community.

 

Is it possible to use stock in transit with using handling unit management?

I'm trying to test this scenario, but I face the problem when I maintain proof of delivery transaction (VLPOD) - it's not possible to maintain quantity differences because relevant fields are grey out. Nevertheless I'm able to post POD, but only for the whole delivered quantity. But my requirement is to change confirmed quantities.

 

Thanks in advance.

BR, Anton

Client Copy error (SCC1)

$
0
0

Hi All,

 

 

We have upgraded our GRC PC system from GRC PC 3.0 to GRC PC 10.

 

After upgrading, as part of post upgrade activities, we are performing client copy by transport request (scc1) for Transport Request SAPK-V10AGINGRCFNDA as suggested in SAP note 1505255.

 

During the run, we are getting the below error.

 

Start: Execution of method PRGN_BEFORE_EXP_ACTGROUP_ACGR

Specify a changeable transport request

End: Execution of method PRGN_BEFORE_EXP_ACTGROUP_ACGR

End: Execution of object-specific export pre-processing methods

Database rollback executed

Error in pre-export methods for request SAPK-V10AGINGRCFNDA

ERROR: Type "F" user exit with SYS_ERROR: TR_SCC1_CALL_BEFORE_EXP_METHOD

TR_SCC1_CALL_BEFORE_EXP_METHOD RCOD: 0008

 

 

Can anyone suggest how to proceed with the activity.

 

Thanks in Advance.

 


Regards,

 

Srinidhi Keshavan B K

SAP Business Explorer logon shows empty systems

$
0
0

Hi, Experts.

 

When I use SAP BEx analyzer to log-in, logon pad shows empty system ids

an have to scroll down to find my right system.

My environments are SAP GUI 720 patch level 5, Windows 7.

 

If you have any ideas or suggestions, please let me know. Thank you!

 

Regards.

 

BEx_logon.JPG

Following action creating PM notification

$
0
0

Hello EAMs,

 

I am trying to configure system to create a "PM notification" after finishing a task. However, under follow-up action, there is only space for QM functions available. Could anybody help me, please? Any documentation, guide or hint will be welcome. Thanks in advance.

 

SH001.jpg

 

Best regards.

 

Carlos Araujo.

Sending message with error log

$
0
0

Hi guys,

 

Just want to ask if this possible..

 

We have a CREATE MESSAGE function in process chain right if for example a process was successfully completed or an error occurs..However, my client is asking me to send the error message (if error occurs) but with the ERROR LOG..How can I do this?

 

Thank you..

 

Loed


how to check Hana database password

$
0
0

Hi All,

 

We are yet to start with the installation of a SAP system(database - HANA).

For instance, let us consider that we do not have  correct password for hana database.

Is it possible to  test it from hdbclient at linux level before starting with installation ?

 

Thanks,

Nabanita

Help in Time custom Operation

$
0
0

Hi Experts,

 

I am working on a custom time operation which checks for hours worked for whole week and if the employee has not worked full day through out the week s/he will not be entitled for any overtime in weekend (sat/sun).

 

The challenge which I am facing is, if the month starts from Sunday, the ZES table is blank and I do not have access to time types for last 5 days.

 

Is it possible to transfer values of ZES from previous period to current proessing period?

 

Any help is really appreciated.

 

Thanks & Regards,

Manas

BEX Output issue

$
0
0

Hi All,

 

I have created a report top of multi provider, data is getting from 2 base info providers (cubes).

 

Problem is in the report key fields fluctuation amount and impact performance values should be shown in same row.But fluctuation amount is coming in the down row.

 

For this issue I have used constant selection top of characteristic,but still I'm facing issue.

 

Can you please help on this issue.

 

 

Thank you!

 

 

Best Regards,

Sammar.K

SAP HANA Live - Real-Time operational reporting

$
0
0


What is SAP HANA Live?

Real-Time operational reporting directly on your Suite on HANA system without any redundancy or latency. Alternatively in a sidecar scenario next to your existing SAP Business Suite deployment.

SAP HANA Live provides SAP-delivered content (similar in concept like SAP BW content), in form of SAP HANA calculation views for real-time operational reporting. The content is represented as a VDM - virtual data model, which is based on the transactional and master data tables of the SAP Business Suite. The SAP HANA Studio is the SAP HANA application where the calculation views for these VDM are developed and maintained.


SAP HANA Live is ideally suited as a Self-Service BI component for SAP Business Suite users requiring operational analytics.

 

SAPInsider presentation:

http://scn.sap.com/community/embedded-analytics/blog/2013/09/02/hana-live-webcast-summary

 

slides:  http://wcc.on24.com/event/67/02/32/rt/1/documents/slidepdf/sap_hana_live_insider_20130828_final2.pdf

 

 

How can SAP HANA Live be used together with SAP NetWeaver BW?

SAP HANA Live is complementary to the SAP Enterprise Data Warehouse application SAP NetWeaver BW, and can be co-deployed with BW and combined in mixed scenarios:Mixed scenarios: BW on HANA and HANA datamart

Go Hybrid - SAP HANA Live & SAP BW Data Integration!

 

Release Notes:

SAP HANA Live for SAP Business Suite 1.0 – SAP Help Portal Page

 

Which tables and fields are used in the SAP HANA Live delivered views?

In the help documentation below details like table names and  filtes used are listed, for example

SD Delivery

(tried to paste the direct link in here, but either SCN technology or policies do not allow for that, sorry for that will try later again)


Documentation for

 

Does SAP provide RDS material for SAP HANA Live?

Yes, please see the links to SCN community the RDS http://service.sap.com/rds-shl (RDS-Analytics-HANA Live) and this SAP note , which also includes a SAP HANA Live QuickGuide

SHL RDS.JPG

 

Two deployment scenarios are possible:

  • SAP HANA Live as a SAP HANA side car to SAP Business Suite applications on traditional RDBMS (Pre-requisite is SAP LT Replication Server), for example together with a SAP NetWeaver BW on HANA system
  • SAP HANA Live on the same system as SAP Business Suite powered by SAP HANA, means the
    • SAP ERP HANA Live views on SAP ERP on powered by SAP HANA,
    • SAP CRM HANA Live views on SAP CRM powered by SAP HANA
    • SAP SCM HANA Live views on SAP SCM powered by SAP HANA

 


What are the leading practices for SAP HANA implementations?

SAP HANA Studio offers currently three types of views: attribute views, analytical views and calculation views, with calculation views available in two flavors: graphical  models and  or script-based models.

The SAP HANA graphical calculation views are recommended as the preferred SAP HANA Live view type. In case there are some required features are not yet available in graphical calculation views, then script-based calculation views may be used instead.

In General, SAP HANA  attribute and analytical views are not the preferred SAP HANA views for SAP HANA Live implementations.

 

Can we extend the delivered SAP HANA Live content?

Yes, SAP HANA Live can be adjusted to any Industry, can easily be enriched with non-SAP data and can include customizations.

Of course the Standard SAP best practices for customizations also apply to SAP HANA Live, in order to avoid overwrite during upgrades and patches. During Ramp-up extensions are only possible with support of SAP. Furthermore limitations are described in SAP Notes 1778607 and 1800631.  SAP will deliver extensions to the initial data models from different transactional areas as well as industry applications.

Please see the link for the How-to-Paper, which you an also find attached to this link below:

How to Realize Cross System Reporting Using SAP HANA Live Content

Demo How-To-Extend HANA Live Query Views:

http://www.saphana.com/community/blogs/blog/2013/08/29/create-your-own-query-views-based-on-hana-live

 

Can we modify the delivered SAP HANA Live data models?

Yes, SAP HANA Live can be adjusted to any Industry, can easily be enriched with non-SAP data and can include customizations.

Of course the Standard SAP best practices for customizations also apply to SAP HANA Live, in order to avoid overwrite during upgrades and patches. During Ramp-up extensions are only possible with support of SAP. Furthermore limitations are described in SAP Notes 1778607 and 1800631.  SAP will deliver extensions to the initial data models from different transactional areas as well as industry applications.

Please see the link for the How-to-Paper, which you an also find attached to this link below:

How to Enhance SAP HANA Live | SCN

Demo How-To-Extend HANA Live Query Views:

http://www.saphana.com/community/blogs/blog/2013/08/29/create-your-own-query-views-based-on-hana-live

views.JPG

 

 

  • Query views are designed for direct consumption by an analytical application (for example based on HTML5) or a generic analytical tool (for example SAP BusinessObjects tools). They are always the top view in a hierarchy of views and are not designed for reuse in other views. However, the virtual data model also includes query views in order to support (showcase) applications based on the virtual data model. The name of a query view ends with 'Query' and provides output fields in a format consumable by UIs.
  • Value Help views provide value lists for specific business entities that are used by query views. They are used by frontend tools in order to enable a value help for respective input fields for variables or parameters assigned to these business entities.
  • Reuse views are the heart of the virtual data model. They expose the business data in a well-structured, consistent, comprehensible way covering all relevant business data in SAP Business Suite systems. They are designed for reuse by other views and must not be consumed directly by analytic tools.
  • Private views encapsulate certain SQL transformations on one or several database tables or even other views. They are not classified as reuse views as they might not carry clear business semantics but are rather intended to be reused in other views of the virtual data model. They are comparable to subroutines or (private) methods in programming languages. A private view may be based on database tables, other private views or on reuse views.

 

 

Can we copy the delivered SAP HANA Live data models?

Yes, Standard VDM content can be copied to a customer package in order to have for example a second VDM for a second HANA database schema
Detailed How-to documentation

How to Realize Cross System Reporting Using SAP HANA Live Content

 

 

Can we use SAP HANA Live Content for Cross System Reporting?

Yes, please see for more details:

How to Realize Cross System Reporting Using SAP HANA Live Content

 

 

What is the security/authorization model for SAP HANA Live?

Please see this link for an overview on the authorization and security aspects: https://scn.sap.com/docs/DOC-59929

 

What is the minimum ERP release to utilize SAP HANA Live?

SAP recommends ECC 6.0 EHP7 to use the full content. The current minimum release is ECC 6.0 EHP4. for details please see the release notes in http://help.sap.com/hba

 

SAP HANA Live is also the foundation for SAP HANA Smart Business Cockpits:

https://scn.sap.com/docs/DOC-59898

 

How can I see the tables used for SAP HANA Live calculation views?

Please see this YouTube video for an example of a SAP HANA XS demo application which is utilized to get the list physical tables of views.

http://www.youtube.com/watch?v=ah2p5Hdh_kY

SAP HANA Live has a browser to view the models:

How-to-Document: Utilize the View Browser Application Which Accompanies SAP HANA Live:

https://scn.sap.com/docs/DOC-40300

 

How does SAP HANA Live differentiates from SAP Embedded Reports and Operational Data Providers?

SAP Embedded reports became available with SAP ECC 6.0 and EHP 5 and Operational Data Providers with EHP 6. SAP HANA Live became available with SAP Business Suite powered by SAP HANA and is based on SAP HANA calculation views.

 

Which User Interface UI / front-end is required for the SAP HANA Live for Reporting?

SAP HANA Live reports can be accessed by HTML 5, native Excel or SAP BusinessObjects Business Analytics applications.

http://help.sap.com/hba#ERP

http://help.sap.com/saphelp_hba/helpdata/en/df/65d36d2bec49e189f5452da92669ea/frameset.htm

 

Which user interface is used to access the back-end modeling?

The application back-end can be accessed using the standard SAP HANA Studio functionality. In order to access the structures and elements of the virtual data model inside SAP HANA Live without installing SAP HANA Studio, the html-based SAP HANA Live View Browser can be used (also for documentation).

 

Which SAP BusinessObjects analytical solutions are available for SAP HANA Live?

Recommended (but not limited to) for the first version of SAP HANA Live are:

SAP Crystals Reports for Enterprise 4.0.4

SAP BusinessObjects Analysis (Edition for Microsoft Office) 1.0.3

SAP BusinessObjects Explorer

SAP BusinessObjects Dashboards 4.0.4

SAP Lumira - Lumira documents for HANA Live | SCN

 

 

 

Will there be RDS Services available?

Yes, please see Rapid-deployment services in:

https://scn.sap.com/docs/DOC-59911

Attachment Upload in SAPUI5 application through Gateway

$
0
0

Hi,

 

I am developing an UI5 application for approval of purchase requisitions.

 

Pic41.jpg

I have already created the provision for viewing the uploaded attachments for a PR uploaded through ME52N.

 

Now, I have to create the provision of uploading the attachment for a PR as available in ME52N.

 

For this, I have already created an RFC in SAP R/3 which will accept the filename and the XSTRING of the file and it will create the attachment. The RFC has been tested also and working fine.

 

Now I have to create the SAPUI5 control in my application for this (choosing a file) and correspondingly converting the file to XSTRING and sending the filename and the XSTRING to the Gateway which will call the RFC.

 

Can anybody guide me how to make the provision of uploading the file (through uploader) and sending the file content in XSTRING format to the Gateway?

 

Any help will be highly appreciated.

 

Regards,

 

Subhabaha Pal

Viewing all 8914 articles
Browse latest View live


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