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

Re: SAP Career Dilemma

$
0
0

Hi Ashraf

 

Why are you limited to those options? Is this based on your own shortlisting or someone/a company/university advising you?

 

What sort of technical background do you have? Ofyour list ABAP (programming) and HANA (technical aspects) are the closest technical areas.

 

Demand is a fickle topic. Unless a product is reaching end of life, asking about demand is quite difficult due to numerous variables (geographical location, industry, number of skilled workers already, how wide-used the product is, etc)

 

 

 

Regards

Colleen


Re: Disable Vertical Scroll of WD ALV

$
0
0

Thanks Bhavesh.

 

But my requirement is to disable the vertical scroll bar of ALV without setting row count to -1.

I want to play with set visible row count parameter, as if you add/append rows in the context node it loads the ALV again and again, I do not want that.

Re: Slow Processes SAP B1 PL11

$
0
0

Hi Byron,

 

You could try the suggested actions to solve your problem. But make sure to backup first your DB before doing so.

 

ALAIN

Re: Solman System confiugration

Multi Coloring gradient in Text component

$
0
0

Hi Gurus, is there a way to apply multi color in text component. My title of dashboard needs to be "Booking Summary". But would like to have a mix of rainbow colors on the title.

 

I found this CSS script in a web site that gives rainbow coloring in text line, but adding this in CSS Style or CSS Class did not change the color coding of the dashboard title.

 

background-image:-webkit-gradient(linear,lefttop,righttop,color-stop(0,#f22),color-stop(0.15,#f2f),color-stop(0.3,#22f),color-stop(0.45,#2ff),color-stop(0.6,#2f2),color-stop(0.75,#2f2),color-stop(0.9,#ff2),color-stop(1,#f22));

  background-image:gradient(linear,lefttop,righttop,color-stop(0,#f22),color-stop(0.15,#f2f),color-stop(0.3,#22f),color-stop(0.45,#2ff),color-stop(0.6,#2f2),color-stop(0.75,#2f2),color-stop(0.9,#ff2),color-stop(1,#f22));

  color:transparent;

  -webkit-background-clip:text;

  background-clip:text;


Source: https://rainbowcoding.com/how-to-create-rainbow-text-in-html-css-javascript/

 

I do not need a lot of colors, but atleast 2-3 colors is what i am looking for.

Re: BW & BPC 10.1 Authorization relevant flag for InfoObjects/Dimensions

$
0
0

Hi David,

 

I'd assume you use Standard model.

 

"Somethingdone inBPC (as we never change theBPCIOfrom rsa1 in BW), changed theIOauthorization relevant flag, and now theprofiles/rolesinBEXare not working." Did you upgrade or applied a SP? After what this issue started happening? What does it mean that profiles/roles are not working - do you get an authorization error or wrong results?

 

On what objects are your BEx Queries built: Real Time cube, Virtual Provider or MultiProvider?

 

Regards,

Gersh

Re: SUM 1.0 SP16 tool error, 'disp+work' could not be executed successfully

$
0
0

Hi Mandeep,

 

This trouble ticket was created by SAPup on 20160501133925

-------------------------------------------------------------

SAPup broke during phase TOOLVERSXML_ROADMAP in module MOD_SELROADMAP / Select roadmap

Error Message: Cannot find executable 'disp+work' in path: PATH

 

Error: The command 'disp+work' from tool 'disp+work' could not be executed successfully

Suggest you to follow SAP KBA  2231295 - SUM error: Cannot find executable 'disp+work' in path: PATH

2238716 - SUM phase PREP_PRE_CHECK/TOOLVERSXML_UNI error: Mismatch between the last tool version run and the current one

 

 

Good luck !!

Re: No batch input data for screen SAPLSPO1 0500

$
0
0

Hi

 

The BOE functionality has variations for country to country  even for cheque encashment. Can you list down the steps with the t code you are using and which country you are executing. Also look at OSS Note 2226143 in case you are executing this for Turkey.

 

Regards

 

Sanil Bhandari


Re: how to convert xml file to a string and write that string to another XML file format in XI/PI?

$
0
0

Hi,

 

Can you try this code:

import com.sap.aii.mapping.api.AbstractTransformation;
import com.sap.aii.mapping.api.StreamTransformationException;
import com.sap.aii.mapping.api.TransformationInput;
import com.sap.aii.mapping.api.TransformationOutput;
import com.sap.aii.utilxi.core.io.IOUtil; //if this is no longer available for your PI system, use Apache Commons IOUtils
public class test extends AbstractTransformation{     public void transform(TransformationInput input, TransformationOutput output) throws StreamTransformationException {          try{               StringBuffer outputpayload = new StringBuffer("");               InputStream inputStream = input.getInputPayload().getInputStream();               String output = IOUtil.copyToString(inputStream, "UTF-8");               inputStream.close();               outputpayload.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");               outputpayload.append("<ns0:message xmlns:ns0=\"testnamespace\">");               outputpayload.append(output.substring(output.indexOf("?>")+2));               outputpayload.append("</ns0:message>");               output.getOutputPayload().getOutputStream().write(outputpayload.toString().getBytes("UTF-8"));          }          catch(Exception ie){               ie.getMessage();          }     }
}

Output:

<?xml version="1.0" encoding="UTF-8"?>

<ns0:message xmlns:ns0="testnamespace">

   <Students>

      <Student_Name>Srinivas</Student_Name>

      <Student_FullName>Srinivas_Kumar</Student_FullName>

      <DOB>1992-09-25</DOB>

      <FlatNo>#04, 8th main</FlatNo>

      <Locality>Gandhi Road</Locality>

   </Students>

</ns0:message>

 

Regards,

Mark

Re: files were picked up out of order

Re: R3trans 0012 with trans.log UID:SABAP ..

Re: SAP HANA and Tableau

$
0
0

Mohan, question very close to this topic and you appear expert in this field.. Which analytical tool you weigh more? Tableau or Lumira and why?

Re: Modify Name Server Port for CMS

$
0
0

Thanks for your reply. However, when I click on these links , I get "No Note found" for both these numbers

 

Can you please double check?

definitely appreciate your response .

 

Thanks

Re: Input ready query not working

$
0
0

Hi,

        First check whether you have added all the characteristics available in the aggregation level to the query . Check if you have added corresponding characteristics which you need for detailed view in the rows in the query designer not in the free characteristics . Also check if the query is input enabled in the query properties. Hope this helps.

 

Regards,

Tharun.

Re: X-Post "Closing the Gate"

$
0
0

I really like the point of view on template-answers. These can  really be there to avoid mistakes when picking the tone of a moderation note. I'll take that one home.

 

About the well lit path, I actually don't think that this is really well done here on SCN.

I'd rather see more UI based assistance before the mistake is done (something like Profile Picture setting page ). When one has to stick around to learn the rules, I'd say, this is a UIX problem.

Your point 4 seems to support this view. (and very practical hint about pointing to the Google search, too!)

 

And I certainly relate to your last point

 

Thanks for your thoughts on this!


Re: Equipment installed qty

$
0
0

Hello Faisal Khan,

 

  • If you have serial number profile, and each equipment is identified as a material with serial number and you do IE4n for installing and dismantling then,  ESTO status of Equipment shows the stock in Warehouse.
  • If you do not have such arrangement then, you need to have a user status like WHSE meaning Warehouse (it could be even ESTO to match with standard). And everytime you dismantle and send to warehouse you need to set this user-status. (This can be automated through OIBS  or through user-exit.) Like that the Equipments in warehouse will be having system status AVLB and user status WHSE (or ESTO).
  • The other working equipments will be counted on the basis of system status INST(installed under a FLocn) or ASEQ (installed under an Equipment).
  • Both these lists can be has through IE05 (This is preferred to IH08).
  • Any other category left to list or some more clarifications, please revert.

 

Regards

KJogeswaraRao

Re: NodeJS Availability on HCP Platform

$
0
0

Hi Norbert,

 

So for now, the only way to work with NodeJs on HANA is to install the HANA  SPS11 platform edition ?

 

Best Regards,

Vaibhav

Re-calculate all Pricing Condition for Service Contract.

$
0
0

Hi Experts,

I have a requirement to Recalculate all the  pricing condition for the Service Contract  to our custom program  as same as the Standard :

price_recalc.PNG

I need to know the any related  function module and its parameter to be passed  else any approach to achieve the same.

 

 

would be highly appreciated .

 

Thanks and Regards,

Om Prakash.

Business Configuration

$
0
0

Hi Experts,

 

I'm researching to make Google API integrated with ByD.

 

I got a document that i have to configure some things i don't know what it is as pic below

 

3-5-2559 10-43-38.jpg

 

Best Regards,

 

Thanarat

Re: Automatic payment program for GL to GL Transactions.

$
0
0

Hi Karandeep,

 

I guess document splitting is active in your system. May be the original document you wanted to clear was not having the splitting line items (Document was created post the document was created that you want to clear now).

 

Please check.

 

Thanks,

Siva Cheruvu

Viewing all 8902 articles
Browse latest View live




Latest Images