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

Re: Error installing Web Ide local environment

$
0
0

Try downloading and installing orion again, maybe your version is corrupted.

 

Regards,

Jamie

SAP - Technology RIG


Re: Viewing Crystal Reports Enterprise using Java SDK?

$
0
0

If you go here RESTful Web Services SDK to ask that question, they should be able to help you.  There is also a link to sample code on this page.

 

-Dell

Re: Set up of the SMTP output adapter

$
0
0

Hi Andrey,

 

To fix this, change the addressColumn, subjectColumn, importanceColumn values to be the column names of the stream or window to which the adapter is attached. The stream provides the strings that get used for creating the email message's address, subject and importance fields.

 

Here's a simple example:

CREATE INPUT STREAM NEWSTREAM SCHEMA (Column1 INTEGER ,

  recipAddr string ,

  subj string ,

  importance string );

 

ATTACH OUTPUT ADAPTER SMTP_Output1 TYPE smtp_out

TO NEWSTREAM

PROPERTIES

  smtpHost = 'mail.sap.corp' ,

  addressColumn = 'recipAddr' ,

  subjectColumn = 'subj' ,

  importanceColumn = 'importance' ,

  fromAddress = 'espuser@myserver.com' ,

  resendAttempts = 3 ;

 

Then, input a row of data: 500, <email>@sap.com, sub, normal

 

The email will show up in the email inbox (<email>@sap.com) as:


From: espuser@myserver.com

Sent: <date and time stamp of email>

To: <email>@sap.com

Subject: sub

 

===NEWSTREAM===

Column1=500

recipAddr=<email>@sap.com

subj=sub

importance=normal

Re: IDOC_AEE Adapter ABAP System configuration

$
0
0

That is the SAP Functional resource's job: how to receive or post an IDOC from an ECC. You could play a part in setting up the partner profile. Logical System is an option but not in the sense you seem to be thinking. LS is more like the appropriate system receiving or sending the business transaction in the SD chain. Not PI system.

Re: CT_DATA is not splited with runlogic_ph BADI

$
0
0

Hi Mohamed,

 

Just to clarify - I used RUNLOGIC as a nick name for RUNLOGIC_PH.

 

You can call RUNLOGIC_PH from your BADI by calling Method  IF_UJ_CUSTOM_LOGIC~EXECUTE of Class ZCL_BPC_RUNLOGIC_PH and passing all parameters of RUNLOGIC_PH in table IT_PARAM. But now I think this will be a more complex solution.

 

A better one would be to adjust you BADI PROCESS_SCHEDULER to process parameters from table IT_CV where you can find Scenario and Entity. Then BADI should get P_ACT and based on all this data retrieve data from the Model.

 

This way it will process one combination of Entity, Scenario and P_ACT in each parallel process.

 

Regards,

Gersh

Re: Restricted Measures in BPC

$
0
0

Hi Kumar,

 

Are you talking about Restricted measures in HANA that is available in SAP BusinessObjects Analysis 2.1 ?

 

Andy

Re: Report taking more time for execution

$
0
0

Hi Pavan,

 

Run lite optimise package in BPC and see if refresh time improves.

 

Andy

Re: Affordable Care Act (ACA)

$
0
0

I have been able to successfully generate a 1095-C for an employee who has coverage from April to December.

Jan-March have:

Line 14 - 1H, 1H, 1H

Line 15 - blank, blank, blank

Line 16 - 2A, 2A, 2B

 

April to December have:

Line 14 - 1E                 (for each month)

Line 15 - $97.00          (for each month)

Line 16 - 2C                 (for each month)

 

Since we are self-insured, each covered individual is listed in Part III with April through December boxes checked.

 

NOTE:  This is a 'New Hire' employee and their General Benefits (info-type 0171) effective date is 3/30/2015.

 

I have set up the Health plan in "Assign Characteristics to Health Plans" (so the correct cost is showing) and have configured each feature to output the correct form type.

 

So far, I have been able to successfully generate all form types except for our 'Active' to 'Retiree' scenario for one consolidated form.

 

We have also been able to generate forms in mass with various scenarios as 'add deps', 'drop deps', etc.

 

What I have learned:

The ACA configuration and features need to be fully set up

The General Benefits (info-type 0171) dates need to be accurate.


Re: Operation not yet implemented error in PDF export

$
0
0

Hi Lyle

 


What version of CR? (include SP)

What version of .NET?

Win or web app?

OS?

Browser?

 

Typically this is an issue related to incorrect runtime (e.g.; old runtime trying to run new reports).

 

 

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Got Enhancement ideas? Use the SAP Idea Place

Re: MRP - strategy 40

$
0
0

Hi Sun Riser,

 

As was mentioned by Caetano the problem is the Requirement Type.

In MD04 you can see that the system is planning this sales order as Make to Order (note that you have a Block for the sales order in MD04). Change the Requirement Type in your Sales Order (VA02 --> Procurement tab) and put KSV.

You will see that the special session (blue lines) in MD04 for the sales order you will disappear, meaning that this will be a Make to Stock planning scenario.

 

Now, in order to consume the PIR, as was also mentioned by another expert, you need to enter a backward and / or forward period consumption, following by the right consumption mode.

 

Kind Regards,

Mariano

Re: Number of list values on Crystal Report Server 2011 SP4 - BI Launchpad

Re: Bex query input error - Invalid Input for Variable XXX

$
0
0

The interval is used in RKF while this RKF is used in selection. Thing is as report is working fine with other weeks, it is definitely not an issue with RKF.

 

RKF (Receipt Value In Week 36-37) on LHS of designer:

Snap 2015-11-20 at 16.28.15.png

Selection (Receipt Value In Week 36-37) on RHS of designer (under local structure): this selection is used in structure formula for actual bucket calculation.

Snap 2015-11-20 at 16.28.49.png

 

Another thing In RKF we are not using interval 'ZZ_WK_SINGLE - ZZ_WK_SINGLE+1', we always used with some value example- ZZ_WK_SINGLE - 37 to ZZ_WK_SINGLE -36 etc. So, there is no chance that logic will get to week 47/2015. I validated that too.

 

One more thing - last week we also applied the next support pack, we moved from support pack 8 to support pack 16 (Netweaver 7.31 ).  Not sure if this can have any impact.

 

Regards,

Pat.

Re: SUM is looking for DB library in existing System Kernel

$
0
0

What version of Oracle client are you using?

Make sure you are using 11G instant client and just a symbolic link to 10G client.

Re: Exception in Crystal Reports when using Java 7 and TimSort

$
0
0

Hi Jonathan,

 

This is the developer from SAP.

 

Cloud you help to provide a sample code and sample report. In this way, we can reproduce the issue in-house?

 

From the callstack, you are right it is known issue in Java 7 as following:

http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#source

Synopsis: Updated sort behavior for Arrays and Collections may throw an IllegalArgumentException

 

So we just recommand you to use the workaround firstly.

Use the the system propertly java.util.Arrays.use.LegacyMergeSort.

And we get the sample code and report. We can do the further investigation.

 

Thanks.

Yunfeng Chen

How to show/access data from child entity using smartTable xml view.

$
0
0

Hi ,

 

I am trying to create smartTable using XML view.

I can get it working for one entitySet. e.g. "RecruitingApplication"

 

There is one-to-one association between RecruitingApplication <-> RecruitingContact entity(reference recruitingContactNav).

There is one-to-one association between RecruitingContact <-> Person entity.

 

I want show fields from RecruitingApplication entity plus RecruitingContact enity plus Person entity.

 

I don't know how to get this using SmartTable,

 

I did write onBeforeRendering method whether I can get the required data

//odata/v2/internal/RecruitingApplication?$format=json&$expand=recruitingContactNav/typeNav,recruitingContactNav/statusNav,requisitionNav

 

    onBeforeRebindTable: function (oEvent) { 

        var mBindingParams = oEvent.getParameter( "bindingParams" );

               mBindingParams.parameters[ "expand" ] = "recruitingContactNav/typeNav,recruitingContactNav/statusNav,requisitionNav";

              if  (mBindingParams.parameters.select.search( "recruitingContactNav/person" ) < 0) {                          

              mBindingParams.parameters.select += ",recruitingContactNav/person" ;         

               }

   }      

 

               

xml view:

<smartTable:SmartTable id="mySmartTable"

  entitySet="RecruitingApplication"  tableType="ResponsiveTable"

  useExportToExcel="true" useVariantManagement="true"

  useTablePersonalisation="true" header="Applications"

      showRowCount="true"

      beforeRebindTable="onBeforeRebindTable"

      tableBindingPath="RecruitingApplication/recruitingContactNav"

      ignoredFields="" toolbarStyleClass="" editable="false"

  editTogglable="false" demandPopin="false" persistencyKey="SmartTableAnalytical1"

  enableAutoBinding="true">

 

  <Table minScreenWidth="Tablet" >

  <columns >

<Column id="applicationId" name="applicationId"

  demandPopin="true" minScreenWidth="Tablet">

  <customData>

  <core:CustomData key="p13nData"

  value='\{"columnKey": "applicationId","leadingProperty": "applicationId","sortProperty":

  "applicationId","filterProperty": "applicationId"}' />

  </customData>

  <Text text="Appplication Id" />

  </Column>

 

  <Column id="recruitingContactNav/person" name="recruitingContactNav/person"

  demandPopin="true" minScreenWidth="Tablet">

  <Text text="Person " />

  </Column>

 

  </columns>

  <items >

  <ColumnListItem>

  <cells>

        <Link text="{applicationId}" href="javascript:viewApplications('{applicationId}');" />

  </cells>

  <cells >

        <Text text="recruitingContactNav/{person}" />

  </cells>

  </ColumnListItem>

  </items>

  </Table>

 

 

 

  </smartTable:SmartTable>

 

 

Can someone help me how to get the data from association(child entity) showing up in smart table?

 

Thanks,

Kushal


BAPI or FM to delete a QM task (Q1)

$
0
0

We have an objective to delete a task for a notification within the exit ZXQQMU20.  BAPI_ALM_NOTIF_DATA_DELETE appears to be of use only for a PM/CS notification where we have a quality notification.

 

An attempt to use this BAPI on a quality notification results in the procedure as follows:

2015-11-11_17-48-41.jpg

Is anyone aware of another BAPI or function module to accomplish the task deletion?  Alternatively, what exactly needs to be done to customize and alter the entries for tables TQ8T and TQ80?

 

Thanks - Mike

Re: Bex query input error - Invalid Input for Variable XXX

$
0
0

Thanks for the clarifications and sorry for the confusion.

The SP upgrade shouldn't be an issue.

 

I am still confused on why replacement path? is it just to get text values?

 

What is 37 - 36.. is it like current week - last week?

 

You have mentioned that the logic is validated, may i ask how was that done

 

Did you debug the query from RSRT tcode? If not, could you please do that and check if you see something odd?

 

 

Regards

Karthik

Re: HANA Studio planned release for Windows 10

Re: CONFPM01 with EXIT: EXIT_SAPLCORF_001 (TCODE IW42)

$
0
0

Hello Harish,

I have tested your case. Ii looks like product error. You should write to OSS. Otherwise there is no need to equate structures for exits meant for defaulting values.

 

Regards

KJogeswaraRao

Re: IE zoom level greater than 100%

Viewing all 8667 articles
Browse latest View live




Latest Images