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

Re: SRM UI Add on

$
0
0

Hi Yateesh,

 

If we are running SRM on HANA, do we still need TREX Installation separately? If not required, what Destination we should point for TREX Setup to HANA DB?

 

Thanks
Sumanth


Re: Lead Time Commit not happening

$
0
0

BK,

But in our system ATP check is not considering the batch expiration date and giving confirmation on today date.

This is not the expected behavior. ATP check should consider available stocks based on remaining shelf life and give confirmation.

It is not clear to me how you came to 'expect' this behavior.  I don't think I have ever seen such a behavior documented anywhere.

 

Performing ATP on batches is exactly that:  The system will check for the availability of the appropriate batches, which evidently is happening successfully in your system.

 

'Shelf life' is a planning concept, and in general is not directly supported within Availability checking.  It appears that what you want is availability based upon characteristics of the batch. (expiration date of a batch).

 

SCM does support Characteristics based planning, and also Availability checking based upon characteristics.  If you are interested in pursuing a standard solution, this would be the a good area to investigate.

Characteristics-Based Product Availability Check - Product Availability Check - SAP Library

 

Best Regards,

DB49

upgrade from PI 7.11sp13 to PI 7.40sp11 axis.ConfigurationException

$
0
0

Gurus,

 

I have successfully upgraded my DEV PI from PI 7.11sp13 to PI 7.40sp11.

I followed all the SUM guides and NW7.40 upgrade guides.

 

The only issue remaining is an error that I see with our AXIS communication channels.

 

They all give this error:

 

failed to initialize:
org.apache.axis.ConfigurationException: java.lang.ClassNotFoundException:
com.sap.aii.axis.xi. XI30OutboundHandler ------------------------- Loader Info -------------------------
ClassLoader name: [library:com.sap.aii.af.axisproviderlib]
Loader hash code: 11e930e Living status: alive Direct parent loaders: [system:Frame]
[library:com.sap.base.technology.facade] [library:engine.j2ee14.facade]
Resources: /usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/axis.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/commons-discovery-0.4.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/commons-logging-1.1.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/qname.jar /usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/wsdl4j.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/wss4j-1.5.7.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/xmlsec-1.4.2.jar ---------------------------------------------------------------
java.lang.ClassNotFoundException: com.sap.aii.axis.xi. XI30OutboundHandler ------------------------- Loader Info -------------------------

ClassLoader name: [library:com.sap.aii.af.axisproviderlib]
Loader hash code: 11e930e Living status: alive Direct parent loaders: [system:Frame]
[library:com.sap.base.technology.facade] [library:engine.j2ee14.facade]
Resources: /usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/axis.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/commons-discovery-0.4.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/commons-logging-1.1.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/qname.jar /usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/wsdl4j.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/wss4j-1.5.7.jar
/usr/sap/PID/DVEBMGS00/j2ee/cluster/bin/ext/com.sap.aii.af.axisproviderlib/lib/xmlsec-1.4.2.jar --------------------------------------------------------------- at
com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:280) at
com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:249) at
org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187) at
java.security.AccessController.doPrivileged(Native Method) at
org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160) at
org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100) at
com.sap.aii.adapter.axis.ra.Adapter.createHandler(Adapter.java:550) at
com.sap.aii.adapter.axis.ra.Adapter.init(Adapter.java:254) at
com.sap.aii.adapter.axis.ra.AdapterManager$1.run(AdapterManager.java:176)
at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at
java.security.AccessController.doPrivileged(Native Method)
at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:185) at
com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:302)

 

So, my first thought was to follow the notes to regenerate the PI 3rd-party libraries.

 

I made sure the Axis Adapter Message Servlet looks good, and it does:

 

http://host.domain.com:port/XIAxisAdapter/MessageServlet

 

 

AxisAdapterMessageDEV.gif

 

 

 

Then I got the SAPXI3RDPARTY11_0-20009965.SCA from our MOPZ download for the PI upgrade

 

Then, went through note 1028961  to prepare the com.sap.aii.af.axisproviderlib.sda in the SDA maker tool.

 

So I then deployed SAPXI3RDPARTY11_0-20009965.SCA and then deployed the newly generated com.sap.aii.af.axisproviderlib.sda

 

Finally, I restarted PI ABAP/JAVA.

 

Still, I am getting this error.

 

I have exhausted all SCN/Marketplace searches and can find nothing to help in resolving this.

 

Any ideas at all?  I'm considering opening a message with one of these components:

BC-XI-CON-SOP

BC-XI-CON-AFW

 

 

Thanks,

 

NICK

Re: Tamanho do campo OUT_HEADER-C_XFANT na BADI CL_NFE_PRINT corta informação

$
0
0

Oi Sebastian,

 

Esse campo está com definição char 30 tanto na BAdI como na estrutura xmlh que é usada para fazer o mapeamento. Desta forma não é possível preencher com mais de 30 no standard, para fazer isso você precisaria alterar a definição dessas estruturas.

 

Recomendo abrir um incidente reportando este problema para que a SAP faça uma correção.

 

att,

Renan Correa

XMLModel - Getting fields out of xml-table

$
0
0

Hi!

 

I have an XML-Model over an ltap-table.

How do I get the fields out of an XML-Model?


The easiest way would be if I would be able to just write:


oData.ltap[0].tanum


but it doesn´t work.


So how can I do it?




Here is my sourcecode:


var oModel = new sap.ui.model.xml.XMLModel();

 

jQuery(function($) {

  var oParameters = {

    h_app_methode : "TEST123",

  };

  oModel.loadData("sapui5_seite.xml", oParameters, false, 'POST');

  sap.ui.getCore().setModel(oModel);

  oModel.updateBindings(true);

 

  var oData = oModel.getObject("/asx:values/TABLE");

 

 

and here is the output of sapui5_seite.xml:

 

<?xml version="1.0" encoding="utf-16"?>

<asx:abap

    xmlns:asx="http://www.sap.com/abapxml" version="1.0">

    <asx:values>

        <TABLE>

            <LTAP>

                ...

                <TANUM>0000000001</TANUM>

                ...

            </LTAP>

            <LTAP>

                ...

                <TANUM>0000000002</TANUM>

                ...

            </LTAP>

        </TABLE>

    </asx:values>

</asx:abap>

Re: Posting document in Closed period

$
0
0

Hi Sandesh,

 

This is standard behaviour.

 

FB01 derives Fiscal year variant from OBY6 and the checks against OB52. If your GL FSV is open for that period, then it will post in all ledgers, although Fiscal Period for Ledger CY is closed in August.

 

If you enter your document with FB01L, then it will check your period against the ledger and not OBY6, so you will not enter your document in August

 

This is changed in EhP 4 with BF FIN_GL_CI_2 in "Check Posting Period for non.representative ledger" and it enables in OBY6 a new checkbox "Manage Pstg Period", and you check all FSV of your ledgers before posting.

 

http://help.sap.com/erp2005_ehp_04/helpdata/en/10/34d01b6a274653b94333ec75416903/content.htm

 

Kind Regards

Re: tx13_wind.dll not found

$
0
0

Hi

When I am powerbuilder run time package , error message tp13.dll cannot be found . Please help me to fix it.

 

Regards

Pol

Re: Error de Transacciones de IVA al reconciliar

$
0
0

Hola

 

en la definición de los grupos impositivos, dentro de Gestión --> Definiciones --> Finanzas --> Impuesto.

 

Un saludo

Agustín Marcos Cividanes


Re: COPA first workbench TR fails in QA

$
0
0

Hi,

 

There are two approaches.

 

You can maintain the copa settings in golden client then moving the configuration through KE3I..when you are following this approach, two requests will be generated... One is customising and the other one is workbench request.

 

It is better to move the two requests at a time.

 

After moving the requests to other client say quality you need to re- generate the operating concern.

 

The operating concern should be in green.

 

You can use the standard value fields or you can create user defined value fields.

 

This is the best practice.....

 

The other approach is you can create the operating concern in production client and you can do all the COPA settings at client level. You can follow this approach only when you are having the client level access..

 

 

 

Regards,

Pavan Kumar Arvapally

Re: F110- Foreign invoice paid by local currency.

$
0
0

Hi Murali,

but how does it help to create documents in local current, if the invoice is in foreign currency.

 

thanks

Re: Not able to approve GRC Access request

$
0
0

Hi Nitesh,

 

This error normally comes if you have any open request for the same user in the same system.Please ensure all requests are finished or closed or cancelled properly to avoid these errors.

 

Regards

Pradeep

Re: How to configure SFTP sender adapter Module parameters if file is .csv file

$
0
0

Hi Jabri,

 

I didn't get that point.

 

Regards,

Narasaiah T.

Re: Diferencias en informe nativo de analisis de venta

$
0
0

Exento de facturas de clientes dice al ponerlo en español de españa, es el documento para facturar algo que no lleva impuesto.

Re: All JCo destinations are grayed out and no data available under "Message Server" drop down

$
0
0

Hi Ravi  ,

 

Navigate to NWA -- Trouble Shooting  -- Logs and Traces - Log Viewer -View - Open View -  Developer Trace

 

Thanks & Regards,

Meghal Shah

Re: Issue in Duplex printing for PDF form


Re: What is Doc. Type: BUS2000115?

$
0
0

This is CRM sales (orders, quotations).

How do I see all my errors from MM17/MASS in one list?

$
0
0

When I do a material mass update using MM17 or MASS BUS1001, I can't seem to get all of the errors in one list.

 

For example, I might update 1000 materials and get 50 errors.  At the end of MASS processing, I get an error summary that tells me I have 50 error messages and 950 information (success) messages.  If I open up an error message line, it gives me the usual MK101 message that tells me to proceed to the log to see the error details.  I have to do that 50 separate times, once for each error record.

 

If I want to capture all the error messages to give to a co-worker, I have to copy and paste each log, one by one.

 

I found TCode SLG1, but it doesn't really give me anything different; I still have to open each one.

 

How can I get all of the errors together in one listing?

Re: CRM Web UI Personalization Issue

Re: Estimation of the necessary internet bandwidth between C4C and On premise systems?

$
0
0

Hi Pushkar,

 

Thank you so much! That is what I need :-).

 

Kind Regards,
Andréa

Crystal Reports for Enterprise: BEx Queries Do Not Show

$
0
0

Hi Fellow SAP BI Colleagues:

 

I am running into a strange issue where I cannot see any BEx queries --- specifically I cannot see the configured OLAP connection --- using Crystal Reports for Enterprise, even though I have no problem seeing the same OLAP connection using SAP BusinessObjects Analysis for OLAP.

 

My initial hunch was that the BEx queries were not configured to allow External Access, but they are, and further, another user has no problem seeing the connection and BEx queries using Crystal Reports for Enterprise. She further has successfully tried on my workstation and I have confirmed the issue using my account on her workstation. Further, using BEx Analyzer, I have no problem accessing and running those queries.

 

We are running BW 7.3 and SAP BI 4.1 SP2.

 

Any thoughts as to what we are missing?

 

Thanks in advance for your response!

Viewing all 8594 articles
Browse latest View live




Latest Images