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

Re: XSLT Coding - change of namespace

$
0
0

Frederick,

 

I think, handling this requirement in XSLT is difficult. In Graphical mapping, it's not possible. Please use below Java Mapping.

 

package com.javaMapping;  
import java.io.*;  
import com.sap.aii.mapping.api.*;  
public class WellformedXML_JavaMapping extends AbstractTransformation {      @Override      public void transform(TransformationInput transformationInput, TransformationOutput transformationOutput) throws StreamTransformationException {          try {              InputStream inputstream = transformationInput.getInputPayload().getInputStream();              OutputStream outputstream = transformationOutput.getOutputPayload().getOutputStream();              // a) Copy Input content to String              byte[] b = new byte[inputstream.available()];              inputstream.read(b);              String inputContent = new String(b);              // b) Replace logic here. Edit StartTag and EndTag, below. FYI. Assuming namespace-alias ns2 will be 3 characters (3 dots).            inputContent = inputContent.replaceAll("<...:despatchAdvice>", "StartTag").replaceAll("</...:despatchAdvice>", "EndTag");                          outputstream.write(inputContent.getBytes());          } catch (Exception exception) {              getTrace().addDebugMessage(exception.getMessage());              throw new StreamTransformationException(exception.toString());          }      }  
}  

Re: EPMLocalMember is giving me #NAME? in EPM Addin for excel

$
0
0

Hi Meenu,

 

I have tried everything from closing the excel, disabling EPM add-in, enabling EPM add-in, uninstalling EPM add-in.

 

Thank you for your post.

 

Cheers!

Re: What is the transaction name / number for the Landed Cost module?

Re: License removed and reallocated details

$
0
0

Hi,

 

There is no table for license data in SAP B1.

 

Thanks & Regards,

Nagarajan

Re: trouble shooting Windows AD, SSO, Kinit not working

$
0
0

UPDATE:

I saw that the entry I had under [realms] was incorrect, it should have been the value for the DEFAULT-REALM-NAME, and after I corrected the I executed kinit again and got the message that 'a new ticket is stored in cache file C:\Users\SAPServiceBOD\krb5cc_SAPServiceBOD

 

This is now working as expected. Thanks again for your help. Use the SET command and Ksetup were the keys to finding the values needed.

 

Cheers, Paul

Re: trouble shooting Windows AD, SSO, Kinit not working

$
0
0

Hi Josh,

 

I put the IP in to test with and didn't exchange out the screenshot. It's resolved now though.

 

Paul

Re: how to restrict user while adding sales order for expired product

$
0
0

Hi Yasmen,

 

In SBO_SP_TransactionNotification, if you return  @error other than 0 value,

The process will be stopped.

The document will not get added.

 

Note that it is SBO_SP_TransactionNotification, not PostTransactionNotice/Support.

 

Regards

Edy

Ayuda SAP IDES

$
0
0

Hola a todos.

Actualmente estoy como SD Jr (1.5 años), pero también estoy llevando un entrenamiento ABAP. Es un poco complicado porque nunca antes había llevado programación, pero para poder practicar en casa conseguí un IDES del ECC 6.0, mismo que tengo en la empresa, genial! Pero, lo que no es tan genial es que está próximo a expirar. Por lo que entendí es el mismo ECC en un disco duro y todo lo que haga se queda ahí o eso creo.

Alguien sabe cómo podría extender la licencia o si hay otros programas parecidos a este??

Me ayudarían por favor, no soy abapera, pero en la empresa así quieren que sea, abapera y sd. Apenas llevo 2 semanas y vaya que ha sido complicado, los abaperos me dicen que abap se aprende con “sangre y con zetas” por desgracia los chicos de basis no nos permiten hacer muchos programas de pruebas y esta cosita me ayuda mucho, puedo repasar en las noches y probar.

 

Adjunto esta imagen del status por si sirviera de algo

Ayuuuda!! Sin título.png

por favor


Re: Where is CRRuntime_14_0_xx.msm

Scheduling BEx query with out bex broadcaster

$
0
0

Hello Gurus,

 

Just wanted to know is there any way to run the schedule the bex query with out the bex broadcaster.We are in the Bex 3.5 environment.

It seems we can use ABAP Program to call the bex query and display the out put in the file and schedule using ABAP Program.

Is there any easy way to schedule the bex query wit out the bex broadcaster.

 

Thanks

Magge

Re: Sales by Item in Sap Bo

$
0
0

Hi Victor,

 

 

You don't have to use a UDF to get pieces or KGs. There are fields for that in SAP B1. It's usually not ideal to add UDFs unless really necessary because as you can imagine it's adding more data for the system to process.

 

 

In this case instead of using T1.Quantity you could just use T1.Weight1 (provided your items are set up with weights of course).

 

 

Just a thought. Maybe you have your reasons

 

 

Cheers.

Re: SAP CRM

$
0
0

Yes - in Australia at least, CRM is in high demand.

 

cheers

Paul

Re: Oracle Critical Patch Update Advisory - January 2015

$
0
0

Hi

 

For sure SAP should be aware of critical security problems on Oracle before threatpost starts publishing about it !

There are Oracle guys working at Waldorf...

 

A vulnerability in the public role is not critical on a DB dedicated to SAP usage, as only SAP user (or the admin) is supposed to connect on the DB, no other user account should exist / be used. It seems that the problem only apply when using Oracle e-Business suite.

 

The poodle vulnerability is not a problem either for the same reason... and it is not a brand new vulnerability.

It might be a problem if you are using OEM (Poodle Vulnerability CVE-2014-3566).

 

I do not think these fix are urgents for Oracle DB used in an SAP environment.

I would feel more concerned with the lake of basic security rules against old problems like TNS Poisoning.

I do not see the here under basic recommendations applied that often !

 

1714255 - Restrict Instance Registration in non-RAC environments

186119 - Restricting DB access to specific hosts

 

Best regards

Connection to partner broken-SAP Transaction Iview

$
0
0

Hello All,

 

I am facing a problem while accessing workbooks through SAP Transaction iview from Enterprise portal. Everything works fine in D and Q. After transporting to P portal, all workbooks shows attached error message. I have given port as 32xx, but in error message I can see that port has been taken as 33xx. Why the auto assignment of wrong port happens? Is it the reason for error?

 

 

I have chosen SAP GUI for windows for creating iview. Any difference if I take SAP GUI for HTML?

 

Let me know your views. I am struggling since the issue happened in P portal. Quick help would be appreciated.

 

Many thanks !!

 

Regards,

Nikhil Joy

Re: line item display

$
0
0

Hi

 

I checked in fs04 line item display is changed on 21/1/15.so what we do for getting those documents previously posted?

 

Thanks


Re: Webi report Schedule failed after promoting report from Dev to Prod

$
0
0

I had the same issue, can you please explain what you mean by "After updating schedule it works fine...."

did you create a schedule again ? any help would be appreciated.

 

in my case the FRS path is dev was different from QA ( was going it from dev to qa)

Password provisioning from IDM to ECC

$
0
0

Hello Experts,

 

I am very new to the concept of Password Hook. We have a requirement which we are trying to figure out.

 

Password Hook configuration needs to take place, and it should be able to capture change in password from Domain controller and relay it to IDM and then ECC.

 

The problem we are facing is once we capture the change password in IDM , how do we relay it to ECC.

I have seen a default ABAP connector present in IDM. I hope this could be used to relay the password to ECC. But what changes would be required , I am unable to comprehend.

 

Basic doubts :

 

  • Where is password written in ECC? Is it taken care by the framework?
  • What parameters  need to be configured in order to connect to ECC from IDM.

 

Looking forward for your expert advice.

The system cannot find the path specified.

$
0
0

Hi,

 

I have the following error when trying to export a document in c# (visual studio 2010) with a specific font:

 

The system cannot find the path specified.

 

The font is bar code 39 e (http://www.barcodingfonts.com/).   I don't know if it is relevant but it is marked as not embeddable.

It works with other barcodes fonts.

 

The version of the assemblies I'm using is 13.0.2000.0

 

Process monitor does not show anything, so I don't know what path it tries to access.

 

I've seen other posts and this seems to be a catch all error so I'm at a loss to troubleshoot the problem.

 

Here's the code:

 

        CrystalDecisions.ReportAppServer.ReportDefModel.ExportOptions exportOptions = new CrystalDecisions.ReportAppServer.ReportDefModel.ExportOptions();      

exportOptions.ExportFormatType = CrystalDecisions.ReportAppServer.ReportDefModel.CrReportExportFormatEnum.crReportExportFormatPDF;

CrystalDecisions.ReportAppServer.ReportDefModel.PDFExportFormatOptions PDFexportOptions = new CrystalDecisions.ReportAppServer.ReportDefModel.PDFExportFormatOptions();

PDFexportOptions.StartPageNumber = 1;

PDFexportOptions.EndPageNumber = 2;

PDFexportOptions.CreateBookmarksFromGroupTree = true;

exportOptions.FormatOptions = PDFexportOptions;

var test = crs.ReportDocument.ReportClientDocument.PrintOutputController.ExportEx(exportOptions).ByteArray;

 

It's the last line that throws the exception.  I have also tried with

crs.ReportDocument.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, "c:\test.pdf");


and I get the same error.

 

Thanks

Re: Value(s) from list option greyed out in WebI 4.0 report

$
0
0

"Value(s) from list option is greyed out in the query filters panel of WebI 4.0"

It could be that the unique field identifiers (semantic layer) are corrupted.  See SAP KB 1295873 - After migrating an OLAP Universe based on SAP BEX Query, the WebIntelligence Query Panel shows the wrong Results Objects, and a query filter using prompt 'Value(s) From List' becomes grayed out on http://service.sap.com/sap/support/notes/1295873 for detail.

Hope this helps,

Jin-Chong

Re: Data Base Connect DUMP.

$
0
0

Hi Jorge,

 

I suspect some data type problem with l_alias.What is the data type of this variable.

 

You are adding some Z and date stamp for some reference and i can see u used condense statement with No Gaps.

 

Note default value of a char is " ".Which will eliminate 0 values ..which will result in some mismatch with your DBCON entries..

 

Please share the Dump variable value screenshot of the above dump.

 

Regards,

Kannan

Viewing all 8902 articles
Browse latest View live




Latest Images

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