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

Re: Remove Extended Employee Profile on Listing and View in

$
0
0

Hi Stephen,

 

As your recommend, I put comment on employeedetailsxsl and save as file xsl

1808_01.png

this file is stored at ___000___JJEY07\Root\Templates_SAP


After that, I try to logon on admin, save and published it....

 

and then the extended employee profile still appear... do you think I still miss something on it? or did I put it on the wrong folder?

 

1808_02.png

 

Best Regards,

 

 

Azebua


Re: Combined query

$
0
0

Hi Daniel,

 

That kind of needs are typically solved with sub-queries.  The concept is basically "Build a query based on the results of another query".  That is

 

1. Run a query which retrieves a data set

2. Use that data set as an input to filter the results of another query

 

Focusing on your problem you would need to:

 

1. Use your existing query (the one with limits on Customer IDs).  This query will return a set of names complying with your conditions.

 

2. Use that set on a second query (similar but independent from the first) to get all the Customer ID's whose names complied the first query.

 

3. Create another subquery to get the complying address. Add it as another condition to the step 2's query.

 

This tutorial will guide you on how to use the functionality.

 

Web Intelligence 4.0: Create a query within a query

 

 

An alternative:

 

If you're using a universe webi will allow you to edit the generated SQL in the Webi's query panel.  You can enter there custom SQL which would use a subquery techinique SQL supports.  The SQL sentence would look similar to:

 

SELECT customerID FROM my_table

WHERE name IN (

  SELECT name FROM table_with_names WHERE customerID IN ( 100, 200, 300 )

)

AND address IN (

  SELECT address FROM table_with_addresses WHERE customerID IN ( 100, 200, 300 )

)

 

I hope you find any of these alternatives helpful.

 

Best Regards,

Fernando

Re: Document Check on Quote Status during Order update

$
0
0

Hi Christophe,

 

Yes, there is an error message - "Not possible to make changes in the document" Message V2250.

 

It says that changes are not permitted due to document status.

 

Thanks!

 

Jen

Compare DB2 IBM with Hana SAP

$
0
0

Hi guys,

My customer is using DB2 IBM for Database. How can I convince them to use my Hana SAP. Please kindly give me some benefit of Hana SAP to see the better. Thanks all. Nice day!

Re: Is it possible to resend outbound delivery once again from ERP to EWM.

$
0
0

Hi Bandaru,

 

Execute FM /SPE/DELV_RESET_DIST_STATUS ...is this a t code?


where to execute this?


thanks

venu

Re: Crear Una Sociedad de Respaldo

$
0
0

Me puedes mandar el material que tienes, me resulta confusa, pues tengo SQL 2012 en inglés, y en algunos casos me confundo.

pabloaguirre05@gmail.com

 

Muchas gracias

Re: Very high database access times

Re: Reg: CSRF Token Validation Failed when trying to approve the Invoices

$
0
0

Hi Pramod,

 

Please let us know the application name. Is it My Inbox or Approve Supplier Invoices or thomething else?

 

Regards,

Masa / SAP Technology RIG


Re: HANA start Indexserver not running

$
0
0

hi  Pavan Gunda :

     Thanks a lot for you help !  This probolem is sloved.

Re: Ct_data is getting only the changed data

$
0
0

Hi Sunny

 

What kind of logic have you implemented? I was able to successfully write data to a direct update DSO and the data set is selected as specified in the selections.

Open document is not working in BO 4.1 SP4

$
0
0

Hi Folks,

 

Good day..

 

we are now upgrading our BO version from BO XI R2 to BO 4.1 SP4 in unix environment. We have a java based SDK to fetch BO and Crystal Reports. this open document functionality is working well with BO XI R2. whereas once reports migrated to BO 4.1 unable to fetch crystal reports. we are able to open webi reports in BO 4.1. what could be the cause and please help to fix the issue at the earliest, as we are heading towards business go live.ness

 

Old environment Details : Business Objects XI R2 SP2, Crystal Reports XI, RedHat Linux Os 4.2
New Environment Details : SAP BO 4.1 SP4, Crystal Reports 2013 SP4, RHEL 4.2
In both environments DB is Oracle 11g

 

Regards,
Suresh

SAP FIORI LAUNCH PAD URL

$
0
0

Hi Experts,

 

Where do i find SAP FIORI LAUNCH PAD URL for a particular client.

 

Thanks & Regards.

Kranthi.

Re: Business Process not saved in CATS

$
0
0

which fields is this? did you check the CATSDB?

Re: QALITY02 IDOC goes into 52 status

$
0
0

Thanks Craig. Let me discuss with ABAP developer and get back to you.

 

Best regards,

 

R. SRINIVASAN

Re: SSO from Non-SAP portal to EP

$
0
0

Hi Krunal

 

Thank you.  It gives a way to do sso, but I don't think secure enough, cannot let external system to store sap's accounts and password.

 

I'm thinking whether we can setup a certificate authentication trust between customized sap java applications and EP, then from that customized applications, I can write code to verify external authentication cookies (ie, smsession), then from the token I can get who is authenticated, the sap account id. and EP generate the sap logon ticket based on the trust and account id.


Re: Multiple settlement rules on service order, % settlement based on material

$
0
0

Hi Meghana

 

  Give detail of your process...Service order is generally used either to procure services or to provide services...But you are taking about material...Please give details of your process and requirements.

 

 

 

kamal

Re: Workflow assigned to incorrect user

$
0
0

Hi,

Another reason is - Substitution is active so check it in table HRUS_D2.

 

thanks,

Mitesh Patel

Re: SAP MM Workflow

$
0
0

Hi Vijay,

 

So far I have done custom MM workflow for mainly two purposes,

 

1) Dynamic agent determination based on PR/PO value - where we need to consider PR type, Amount, Plant etc.

 

2) After clicking on approve/reject button, action should be updated automatically in SAP, user doesn't want to redirected to Me54n for approve/reject process.

 

Thanks,

Mitesh Patel

Enhanced Receiver Determination query

$
0
0

Hello All,

 

We have a scenario which is SOAP to RFC[Synch] or SOAP[synch].

The message needs to be routed to either ECC or webservice based on condition.

Now the condition is that we need to check if customer is active in ECC ,

if yes then the message should be sent to ECC from SAP PI

If not then make a soap call to other application.

 

How can we achieve this? Can we do this by doing a RFC lookup first and then using enhanced receiver determination.

If so could you please let me know the steps.

 

Thanks,

Jane

UI Theme Designer Tile Hover

$
0
0

Hi,

 

I have change the .sapUshellTile shape through the custom css, but the hover is still in the original square shape.

How can i custom the hover white border shape as well?

 

Please advise.

 

 

tileborder.JPG

Thank you

Viewing all 8713 articles
Browse latest View live




Latest Images