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

Understanding Authentications Levels in SOAMANAGER

$
0
0

Hi,

In SOAMANAGER, while registering a consumer proxy through WSDL, we have a WSDL Access User ID and Pwd as well as proxy settings.

While creating Logical Port in the next step, we also need to provide the user id and password.

What is the difference between the two.

If we are calling an external web service for the first time, what questions in terms of authentication we need to ask to efficiently configure it in SOAMANAGER.

 

Kindly, share your thoughts or redirect me to any relevant resources providing explanation on security mechanisms in SOAManager.

Thanks

Sahil


HCP Logon Password

$
0
0

Hi Experts,

 

When we register for HCP free trial developer account, the userid is s-user and same password and SSO takes us to HCP cockpit directly on registration with s<xxxx>trial userid.

 

However, when we have to add the HCP system to eclipse Luna IDE, the same password as s-user account do not seem to work. Instead I get message -"Failed attempt, your userid will be locked on 5 consecutive failed attempts"

 

How to get/set this password for HCP?

 

For those who are able to connect eclipse and HCP together, did s-user id and same password work?

 

Pls suggest.

 

Thanks,

Usha

Error in HTTP Connection Test(SM59) for Web Service Consumption

$
0
0

Hi,

My project does not have a PI Product and we are using our SOAP web services directly through SOAMANAGER and outside interfaces.

We got a WSDL from a new partner application, and after setting up the consumer proxy, when we are testing the connection at SM59(Under HTTP Connections), we are getting a status response as 415(Unsupported Media Type)

 

After doing a lot of research, i found out that we need to check the SOAP/HTTP Header to ensure that we are sending the request in the right format as required by the receiver. How, can we check the request or the actual response coming from an external HTTP System.

a) Is there any trace available within SAP?

b) Can SXMB_MONI be used in this case to check the XML Payload

c) What other ways do you suggest for troubleshooting this probem

 

Thanks

Sahil

Publishing and Consuming Query Webservice - Query_View_Data

$
0
0

Hi Experts,

 

I have set up "Query_View_Data" taking reference from Weblog

/people/prakash.darji/blog/2006/09/04/work-with-xmla-web-service-for-bi-data-in-external-applications --> Document : Web Services within SAP NetWeaver 2004s BI - Create, Discover, and Consume! --> Page Nos. 26 to 42.

 

I am able to test my Query Webservice from my BW system using transaction WSADMIN & the Request as well as Response are successful.

 

Now I am trying to create a Visual Composer - iView.

In this iView, I am trying to define the webservice (Tools --> Define Webservice).

 

The URL which I enter for the webservice is :

http://<Server>:<Port>/sap/bw/xml/soap/queryview?wsdl

Port I am using same as my VC / EP Port.

 

I am getting an Error Message : Invalid Webservice URL

 

Am I missing anything ?

Please suggest.

 

Thanks and regards - Rajesh Sarin (09987014089)

Creating Hive Adapter in Data Services 4.2 SP03

$
0
0

Have installed Dataservices 4.2 SP03 on the Hadoop cluster

Anyone can help in creating the Hive Adapter?

 

Get error message:

Adapter connection failed. Additional information

 

Adapter client host not known

you need to start the adapter synchronously to be able to connect to it

 

Any help?

 

Felix

Call Bex Query result from ABAP

$
0
0

Hello BW Community, what is the best way for call Bex Query result from ABAP program?

thanks

Formatter function is too slow or setting default visible to false

$
0
0

Hello Experts,

 

I'm using images as a template for column

  var oImgCopyReq = new sap.ui.commons.Image({                    id  : "copyReq",                    tooltip : bundle.getText("ROW_ACTION_COPY"),                    src :"/images/copy.png",                          decorative : false,                                                  visible : {                           parts: [                                   {path : "oReqListModel>BtnVisible"}                           ],                                                    formatter : function(btnVisible) {                               if (btnVisible==="f") {                                   return false;                               } else {                                   return true;                               }                           }                          }                })                .addStyleClass("RowButtonsSpacer")                .attachPress({"controller" : that}, that.onCopyReq);

Two additional images the same as 'oImgCopyReq'

oImgPrintReq...

oImgAttachmentsReq...

       

       

        var oLayoutRowOperations = new sap.ui.layout.HorizontalLayout(                        oView.createId("Layout2"),                        {content: [oImgCopyReq, oImgPrintReq, oImgAttachmentsReq]}                );                                var oRowActionsCol = sap.ui.getCore().byId(this.createId('RowActionsCol'));            oRowActionsCol.setTemplate(oLayoutRowOperations);

Because the visible property default value is true when I run the code I see the images for all rows and after a second or two it becomes visible false (because the formatter function is invoked).

 

Formatter.png

How can I prevent this? changing default visible to false

 

Regards,

Omri

Change Special GL Indicator in existing FI Document

$
0
0

Hi,

 

When we change the special G/L indicator in Extended document change it generated new document with new special G/L account but the old document is still open. The expected correct result is a new document should be generated with new special G/L account and old document should be reversed/cleared.


Is it possible to Change Special GL Indicator in existing FI Document. If yes, how?


Regards,

Bijay


Using SAP HR qualifications in SAP MRS

$
0
0

Dear MRS gurus,

     Need help in deciding the qualification in MRS. My client is having SAP HR implemented. For the sake of using the resources into MRS, HR resources are going be transferred.

 

But I need to under stand on qualification part. In case if we use MRS qualifications, we need to define Qualification catalogs, Qualification matrix and Employee profile. Then the qualified employee can be searched based on the assigned requirement profile which look into the Employee profile and get the best suited employee.


(1) Here My question is , if I use the HR qualifications instead of MRS qualification, how can the whole scenario will work. Do i still need to create an Employee profile in HR , which carries the list of Qualification possessed by an Employee?? If yes , please let me know the steps and T code for that.

 

Also I understand that we can create Requirement profile by PO17 and assign it to work order but where this Req Profile will look into ??

 

(2) Is it possible to transfer the HR qualifications to MRS and creating the Employee profile into MRS ?? or it need to be created from A to Z in MRS only e.g. creating Qual catalog-- > Qual Matrix -- >Emp profile

 

Please throw some light as I'm not clear on this ...

 

Thanks in advance ..

 

Regards

JK

SAP HANA - Upgrade error (Permission Denied)

$
0
0

Hi experts,

 

     Having this error when upgrading my HANA database engine. The hdbinst is permission denied. But I already did

chmod 754 hdb*

 

Capture.JPG

 

BTW, the current HANA version is REV 74 and I'm installing REV 102.

 

Regards,

Booking stock into warehouse

$
0
0

Hello All

 

We have just implemented SAP B1 in our Factory.

 

 

We manufacture different Plastic Products on 25 different machines.

 

Our Real time manufacturing system is not linked with SAP system.

 

We regularly manufacture parts that are used in BOM of other product, Just  to make it clear we may manufacture Cap of a bottle.

 

So if we are manufacturing cap on machine 1 and manufacturing bottle on machine 2, surely it would make sense to take the cap form machine 1 fit to the bottle and send the finished goods to the warehouse.

 

If we do this the warehouse will not be able to accept this goods because there are no CAPS on the shopfloor so how can we fit on the bottle.

 

What we have to do currently is make the caps send it warehouse and then recall the caps back form the warehouse and then use it on the bottles.

 

This is waste of time and labour.

 

I am sure SAP is capable of more than this.

 

Can you GURU's please suggest a solution to this.

 

Thanking You

Chetan

MATDOC table

$
0
0

Hi,

    I have been reading up on S4 HANA and how MSEG and MKPF has been combined into MATDOC. Is there any advantage of combining those two into MATDOC ? What does MATDOC provide which a query ion MSEG/MKPF cannot provide ?

 

Thanks

Cross tab - average

$
0
0

Is it possible to achieve a global average in the cross tab column. I have something like this:

 

Date        Letter1 (cross tab header)     Letter2 (cross tab header)

 

 

3/1/15        3                                        9

4/2/15        7                                        5

 

I want to add an additional column average on the right of letter1 and letter 2 and show the corresponding average.

 

3+7=10/2=5 for letter 1 (2 rows populated) similarly for letter 2

 

my end result should be

 

Date        Letter1 (cross tab header)  ave    Letter2 (cross tab header)   ave

 

 

3/1/15        3                                      5      9                                         7                                

4/2/15        7                                      5      5                                          7

 

ps I know this can be achieved by sections by using context operators In Section

Webgui is not working in Production environment

$
0
0

Hi Team,

 

we are facing webgui issue in our production environment.

when we tried to login with webgui default_host->gui->sap->its->webgui home page is opening and after giving credentails the page is loading a while then it stopped with the same screen.

 

the problem is persisting in only production environment.

 

Current Patch levels

SAP-UI=740-15

SAP-BASIS=740-07

urversion: 10.30.3.244698.0

urchangelist: 244698

Kernel:741-200

 

 

can you give any suggestion on this.

Regards

Karthik

Select Query for FMS

$
0
0

See Attached - I need a query that selects an Item Alias from a UDT.

 

In this query the SiteID may be blank in some cases in the UDT.

 

So there would be a BP Code, Item Code, and SiteID(again in some cases the SiteID may be blank in the UDT and then I only want the BP Code and Item Code.

 

BP Code     Item Code      Site ID      ALIAS

AA               123                    1               Fred (Fred would be selected)

BB               234                    2               Dan  (Dan would be selected)

CC               345                                    John  (John would be selected even though it is blank)

 

My Query:

Select Query (3).JPG


Actual Activity Rate Calculation Project wise

$
0
0

Hi,

 

My client has 2 construction projects. Only one labor activity type, One Work center.

Planned labor rate for current month is previous month actual labor rate.

Requirement is calculate the Actual activity rate, reevaluate the Projects with actual labor rate end of the period.

 

I Proposed but Clients doesn't want this scenario:  Create one Project cost center, post the Salaries by Payroll then calculates actual Labor rate (Actual labor cost / Projects actual labor hours) then reevaluate the Projects with actual labor rate end of the period.

 

Clients was asking Create 2 Cost centers (Project 1 and Project 2)

Assign cost centers in employee master respective project wise.

Labor cost (Salaries) updates Project 1 and Project 2 cost centers by Payroll.

 

Then calculate project wise labor per hour rate and reevaluate Projects with respective project actual labor rate.

Project 1 Labor cost / Project 1 Actual labor hours = Project 1 Labor Per hour rate.

Project 2 Labor cost / Project 2 Actual labor hours = Project 2 Labor Per hour rate.

 

 

My question is If i create 2 cost centers Project 1 and Project 2 but i can only assign one cost center to work center (PS consultant confirmed only one work center is there).

 

Please suggest me good solution.

How to get the number of months or years between two dates in HANA SQL

$
0
0

Is it possible to do something like this; in HANA SQL Script?

Convert this MSSQL to HANA SQL:

 

SELECT DATEDIFF(MM, T0.CreateDate, GetDate()) [# of Months, being a member], DATEDIFF(YY, T0.CreateDate, GetDate()) [# of Years, being a member]

FROM OCRD T0

 

 

I know that the number of DAYS, or Seconds, or even Nano seconds can be calculated between two dates using the DAYS_BETWEEN function, etc... But I can't find anything on the difference in Months, or Years.

 

Thanks in advance!

#S4HANA prep for #Sapphire - on Intelligent Services - call for co-innovation

$
0
0

Intelligent Services: Create a smart and intelligent federation of systems

 

Today, we would like to share with this blog a work we recently intensified – Intelligent Services for S/4HANA. It is all about how we continue to simplify interactions across multiple business systems to make it smarter for end-users with S/4 by concepts of machine learning - which we call intelligent services.

 

We all know business processes are complex. One event creates many repercussions in several other areas, almost like a ‘rock thrown into a pond creating ripples’. Thousands of personnel, logistics, sales, procurement, financial and other events happen in a company every day. Inter-dependencies between systems are common and known, but mostly manually implemented. And you cannot solve this just with workflows – you need to build some intelligence in.

 

Ins-buildingblocks.png

 

Imagine the situation where upcoming new hires have affects to financial and project systems. Consider a project manager who has pressure on staffing a project. She would like to understand when the new hires are available after onboarding and IT setup to plan the project accordingly. Automated and context rich notifications for line managers, project managers or assistants are very beneficial in that case.

Another example - hiring offers are out, but employees have not yet started. It cannot be seen in the books and the impact to budget is not reflected in the financial system, which certainly is of high interest for controllers in this area. Controllers may have to run a new forecast and line managers should be notified when the forecast shows a budget overrun.

Ins-hire2budget.png

 

With Intelligent Services, we have an open and flexible platform bulid in the cloud, which spans across SAP cloud solutions and beyond. Already SuccessFactors is leveraging this technology today. It is based on events and simple rules that are configurable and flexible. Software responds to business events quickly and create follow-up actions on your behalf supporting end-users and taking complexity out – bringing intelligence in.

 

We are working on extending the reach of Intelligent Services to S/4HANA, starting with HR and extending it to Finance, Projects and ultimately the entire Suite. Events and preconfigured actions will be defined upfront. But at the end, the power of the entire concept will be apparent when customers can model events flexibly and customer-specific. So all needed process steps and experts are intelligently combined.

 

With Intelligent Services, S/4 Cloud will get even smarter. Be part of this journey, be our guest and co-innovate with us on this exciting concept. Shape with us this future innovation and make S/4HANA an efficient and intelligent system.

 

Reach out to us to co-innovate. Want to engage right away? Looking forward to your co-innovation engagement @ MAILTO: s4hana-coinnovation@sap.com

 

More Information? First check out the S/4HANA training and content hubs, as well as our very active S/4HANA community here on SCN… and also discover.sap.com/s4hana for more


Looking forward to see you in Orlando! Follow us via@SAPand #S4HANA, or myself via@SDenecken

 

___________________________________

 

Check out SAP S/4HANA @SAPPHIRENOW 2016 - be prepared #S4HANA prep for #Sapphire - on the transition to SAP S/4HANA

Cash Discount (SKTO) Not Calculating for Sales SA

$
0
0

Hello There,

 

I have two Invoices and both for same customer/payer, same material and same pricing procedure

Invoice1: Sales Scheduling agreement -> Delivery(ZL2) -> Invoice (ZF2)

Invoice2: Standard Order -> Delivery(ZL2) -> Invoice (ZF2)

 

Also in the accounting document both Invoices are posting to  the same profit center.

 

The problem is for Invoice2 cash discount is being calculated whereas, for Invoice1 it is not calculating the cash discount (SKTO). I can see that for Invoice1, there is 'volume rebate group' set and for Invoice2 there is no volume rebate group and cash discount is set.

Invoice1.jpgInvoice2.jpg

Could you please guide or suggest what could be the reason? Is there any user exit for this, which checks the order type(C or E) and based on that cash discout or rebate will be given to the customer?

OpenText Extended ECM integration with SAP C4C

$
0
0

Hi Experts,

I am exploring on Enterprise content management solutions which can be integrated to SAP C4C and I am validating opentext solutions for SAP.

Opentext.PNG.

Connected to this, I have following questions

 

  • Is OpenText Extended ECM solution a certified solution for SAP C4C?
  • As per above screenshot the opentext solution is  "SAP certified - integration with application on SAP HANA" . Does this include cloud applications like SAP C4C?
  • Any other Enterprise Content Management solutions (central repository) which can be integrated with SAP C4C?

 

Appreciate your early response.

 

Regards,

Srinivas

Viewing all 3668 articles
Browse latest View live


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