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

Re: Mapping doubt

0
0

Hi Mohan,

 

You can use below code, after D field and E field use mapWithDefault and give the value as "NA" then if any context missing then you will get NA in the result. instead of using + operators you can use StringBuilder to append the strings in the UDF.

 

public void mapResult(String[] aField, String[] bField, String[] cField, String[] dField, String[] eField, String[] fField,  ResultList result, Container container) throws StreamTransformationException {  StringBuilder sb = new StringBuilder();  sb.append("A value is:").append(aField[0]).append("\n");  sb.append("B value is:").append(bField[0]).append("\n");  sb.append("C value is:").append(cField[0]).append("\n").append("\n");  for (int i = 0; i < dField.length; i++) {  sb.append("D value is:").append(dField[i]).append("\n");  sb.append("E value is:").append(eField[i]).append("\n");  String fValue = (i == 0) ? fField[0] : "NA";  sb.append("F value is:").append(fValue).append("\n");  sb.append("\n");  }  sb.setLength(sb.length() - 1);  result.addValue(sb.toString());  }

Regards,

Praveen.


Re: Component - ComponentContainer naming convention.

0
0

Yeah I've done that.

But it says the following for "resourceRoots":

 

Map of URL locations keyed by a resource name prefix; only relative paths inside the component are allowed and no ".." characters

This attribute is intended for actual sub-packages of the component only, meaning that it must not be used for the component namespace itself. The defined resource roots will be registered after the component controller is loaded and do not affect the modules being declared as dependencies in the component controller.

Re: Check if system is at 7.40SP05

0
0

Hi Athanasios,

 

You can query the table CVERS or use the FM DELIVERY_GET_COMPONENT_RELEASE.

 

Best regards,

 

Raphael Pacheco.

Re: Questions on configuring session parameters

0
0

Hi Vaidehi,

 

very helpful answer! But how long is such a session kept "open". Let's assume following scenario:

 

A user opens two reports (via OpenDocument link) in two separate browser tabs. Will this consume 1 or 2 MDAS client sessions?

 

And what is the situation, once both reports are executed (= the system is not doing any data processing anymore) and the user just sees the reports and is doing no interaction. Will there still be 1 or 2 sessions "open", or is a MDAS session only opend, once a navigation step happens in a report (e. g. a drill-down) and closed after the navigation step has been processed?

 

Regards,

Philipp

Re: PI 7.4 Single Stack Java using Principal Propagation with 3rd Party

0
0

Thanks Raghuraman,

 

I have studied the two links you sent, however they deal with PI 7.1 and are not particular to 7.4 single stack.

 

The 3rd party BPM currently cannot determine if the user has the authorization to execute the add/update/delete against data in the SAP ECC system.  The 3rd party security is not maintained by the SAP security team, hence a user gets moved to a different department and no longer has the authorization to do his old job.  However the user may still need access to the 3rd party BPM.  If the 3rd party BPM must send some a user token to validate a users authorization then we no right away wither or not that user has authorization.  Otherwise it is a guess.

Re: Agentry Application. How to perform algorithmic code in the Agentry Application.

0
0

1) The "Table" function is to look at Data tables.

2) For the Execution Rule for the action I would recommend have it do a "Count" function"  You will need to go to the Parent object and then select the sub-collection (ie. Main Object -> Flight)

3) In the Count, After selecting the collection, do a Find function and point to the field you want look at, and then the field you want to search for

3 months average from running total

0
0

I have existing rolling 12 months running total report...

 

 

Month    total       avg3monthstotal

Feb-15    4

Mar-15    6

Apr-15     5

May-15    4

June-15   3

July-15   4

Aug-15    4

Sep-15    7

Oct-15    5

Nov-15    4

Dec-15    4

Jan-16    5

Feb-16    4

 

 

 

How do i get the average 3 months values for each month like..(month + month-6 + month-12) ?

I would appreciate if someone can help me with this.

 

 

Thanks

Re: Connection error in Data foundation in Information Design Tool

0
0

can you please check with your client Tools version and the BO version including patches.

Example: If you have BO 4.1 SP05 Patch 3 you should have the same client tools like SP05 patch3.


Re: Restrict the Search criteria status in pull down list when searching ChaRM t.type

0
0

Hi Rishav,

 

We are not able to restrict this authorization. I am looking the solution for standard removal from SPRO settings.


Rg,

Karthik

Database cannot be loaded due to different sort order

0
0

Hi All,

 

I tried to load the database backup from a production system to a test system to perform system refresh. However, I faced the following error:

 

 

 

 

Could you please explain what is correct sort order to use and how can we correct the issue?

 

I would be very grateful for any feedback.

 

Best regards,

Duy

Re: Materials Changed in ECC Appear as NEW in GTS

0
0

Hi Alison,

 

If materials are transferred using "Initial Transfer of Master Data", materials will appear as NEW in GTS.

 

If materials are transferred using change pointer, t-code BD21, program RBDMIDOC, materials will appear as CHANGED in GTS.

 

Please let me know if this is not the case.

 

regards,

Kul Vaibhav

Re: from material number to values of material variants

Re: Data Services Scheduling

0
0

Thanks Dirk

 

I have a few kinks to work out but yes the scheduler is working for my needs.

Re: U.S. Year End 2015

0
0

Thanks Blair. The note has been applied but now we are getting another error.

"DD" cannot be interpreted as a number.

I wonder if you receive the same error also.

KPP Number for Russian Vendor in DMEE

0
0

Hi Experts,

 

As per SAP, the KPP number for Russian Vendor should be stored in Tax Number3(LFA1-STCD3).  Can you let me know how to get the field in the payment file?  I had checked structure FPAYH but could find only STCD1. 


Agentry Application. Tracing action steps and Rules.

0
0

Hi All

 

I wrote Action with several action steps and rules.

It works not as expected.


What steps should be taken to understand the reason.

 

For example

There are two action steps

if value is found then action one shoud be work out and show dialog that value is found

if not then  in second action dialog shows that value is NOT found

 

But in my case it never finds a value, although it is in the table

 

sshot-227.png

Packaging Material

0
0

Hi ,

 

Do we have to create packaging material in ERP and then CIF it to ECC ?

 

I mean can't we create it directly in EWM and use it without creating it in ECC .

 

Regards,

Srini

Re: Function ADR_VALIDATE, limit of 60 suggestions

0
0

Because you are saying you using Adr_validate, this should mean you are using Data Quality Management for SAP, but it doesn't specify the integration.  Which integration are you using?  The Data Services Integration or the HANA integration? 

 

There are a few options to change what is returned, but typically if you are getting that many entries it often times means that what is being passed in as input data isn't what the engine expects to be able to fully assign an address.  The engines are designed as assignment engines. 

 

With Canada, there are SERP rules that are followed that affect the results of the suggestion list.  so the fact that the expected postcode is not in the list may be more a result of the actual data being entered and where the engine is during the assignment process when it was unable to make a decision in the assignment.  This behavior is not controllable by the end user.  this behavior is at the engine level. 

 

The only way to truly explain the behavior and if its modifiable is to have an example of what is input and the Version of DQM for SAP being used, and which integration.   

Re: How to Post COGS to COPA for FOC Order which will not generate Billing Document

0
0

post a screenshot of fb03 (fi doc) and Copa doc

 

if Copa doc is generated, its only matter of what you enter in ke24. What's your rec type in the Copa doc?

AUFK-MSEG table in SQVI- No wild card search on PSPEL field

0
0

Hi,

I have created a SQVI query based on AUFK & MSEG table.

 

Issue is that i cannot apply  wild card search on PSPEL field (Work Breakdown structure) .

 

Requirement was to find cost of warehouse consumption (Movt Type 261,262) for Turnaround Work Orders group by Main Work centers.

 

The query runs fine and give correct result when i paste all Orders but I want to just provide the WBS starting string so it picks all data.

When i put T4* in PSPEL field, the error comes up: "WBS does not exist"

 

If i try F4 on the field, click Multiple selection and enter T4* , system prompts: Enter a numeric value

 

Thanks

Faisal

Viewing all 8798 articles
Browse latest View live




Latest Images