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

Re: jco api 3.0 on portal 7.31 configuration

0
0

Could you post the exact change?? Following code does not seem to work. Any help will be appreciated. Thanks Markus.

 

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

<application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">

  <reference reference-type="hard">

    <reference-target provider-name="sap.com" target-type="library">tc~bl~jco~api</reference-target>

  </reference>

  <reference reference-type="hard">

    <reference-target provider-name="sap.com" target-type="library">tc~ui~faces</reference-target>

  </reference>

  <provider-name>sap.com</provider-name>

  <fail-over-enable xsi:type="fail-over-enableType_disable" mode="disable"/>

</application-j2ee-engine>


Re: jco api 3.0 on portal 7.31 configuration

0
0

Could you post the exact change?? Following code does not seem to work. Any help will be appreciated. Thanks Markus.

 

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

<application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">

  <reference reference-type="hard">

    <reference-target provider-name="sap.com" target-type="library">tc~bl~jco~api</reference-target>

  </reference>

  <reference reference-type="hard">

    <reference-target provider-name="sap.com" target-type="library">tc~ui~faces</reference-target>

  </reference>

  <provider-name>sap.com</provider-name>

  <fail-over-enable xsi:type="fail-over-enableType_disable" mode="disable"/>

</application-j2ee-engine>

Re: SMP3 - AppDevelopment (Mobiliser):

0
0

Can you share the exact steps that you followed in the past to do the change?

Re: System requirements for SAP Web IDE

Connecting ASE to the SCC or COCKPIT web application

0
0

Hello everyone,

 

I have our IQ servers connected to the SCC.

I was wondering can the same SCC be used for ASE servers also?

Do I have to configure anything in ASE other than Monitoring?

 

IQ was easy ASE does not seem to have anything open for remote SCC/COCKPIT

 

 

Thanks Bryan

Re: Credit status change after "BAPI_CUSTOMERCONTRACT_CHANGE"

0
0

There is a way to go around this problem if your users are working from the SBWP, you can define the task calling the bapi not as a background task but as a regular one and use a dialog process chain (advance with dialog)  to execute it by using the actual agent of the first step as the agent of the task calling the bapi - the users will actually be doing 2 tasks but there will not be a change in the behavior for them.

 

Pay attention however that:

If the reason for the request not to use the WF-BATCH user is logging, then the workflow has very good logs, this should not be the reason for not using WF-BATCH.

Your approvers will have to have authorizations for making the change (with WF-BATCH they don't have to), you need to make sure they can't execute the change directly - ignoring the workflow.
Workflow substitutions will no longer work, authorizations will have to be given to the substituting users as well.

this will not work well from UWL or any other inbox then the SBWP.

Re: CJ672 - Master data WBS element C14\00xxx is blocked

0
0

Do you have User Statuses defined on the WBS?  Looks like a User Status is preventing a business process.  You can see what the User Status controls in your configuration.

Re: Factura con Stock Cero

0
0

Hola Gerardo,

Gracias por tu pronta respuesta. Lo que sucede es que los artículos son inventariables pero para darle una respuesta rápida al cliente (en el sistema actual, todavía no han implementado SB1 pero estoy haciendo un levantamiento de procesos)  si no tienen stock "corren" a comprar, el proveedor les entrega (incluso sin factura) y ellos le emiten al cliente una "factura fantasma" para dar "ingreso" a los productos y venderle rápidamente al cliente. Luego ingresan nuevamente al sistema y lo actualizan con los datos.

Ellos me comentan que cuando implementen SB1 que alternativa se les puede ofrecer para seguir haciendo este proceso expedito..


Re: SAP Pop Up - will I suggest site to another...

Re: Error 14 - SSL Signature verification failure – Agentry

0
0

What SP of the SDK did the client come out of?

Re: External JS libraries in SDK component

0
0

Thanks for the suggestion! Unfortunately, still no success. I tried using the sap.zen.Dispatcher.instance.require statement, yet that throws an error on vis's define module (error ref: Common Errors).  I'll give it a second try though.

Should you have any new ideas, please let me know.

 

Thank you very much!

Re: Newly transported environment appears in SAP GUI but not in BPC Admin Client

0
0

There were a couple of things:

 

1.  The user profile that pushed the transport to PROD needed to have SAP_ALL (per note 1744329).

2.  The user profile first logging into the BPC web admin client to assign users security also needed to have SAP_ALL in order to see the environment to set it online and to begin assigning users to the security profiles.

 

It could be that only item #2 was the resolution for this, but we had some errors in the UJA Data Checker that were completely resolved by clearing out the previous attempt to transport and then importing the transport with SAP_ALL access on the user profile performing the import.

Re: Scenario for LO

Re: What BPC Consolidations training is available for Finance Users?

0
0

Joyce,

 

I hope you found that this answers your question regarding BPC training.  If so, please mark this as answered to help others.

 

If I did not, please explain further what you are looking for.

 

Thanks, and have a great weekend!

 

Jeff

Re: How to retrieve syntax value from UDT

0
0

This is not a FMS query. Which UDT is in current form that you are trying to add FMS?


Re: Linking ORDN to ORIN

0
0

Hi,

 

You can try:

 

SELECT

T0.[DocNum], T0.[DocDate], T1.[ItemCode],T1.[Quantity],  T3.[DocNum],T2.Price

FROM

ORDN T0

INNER JOIN RDN1 T1 ON T0.DocEntry = T1.DocEntry

left join RIN1 T2 on T1.[TrgetEntry]  =  T2.docentry and T2.BaseLine=T1.LineNum

left JOIN ORIN T3 ON T2.DocEntry = T3.DocEntry

 

Thanks,

Gordon

Re: Report

0
0

Hi Dipak,

 

Have you checked these reports?

 

Event Handler List Status - /SAPTRX/EH_LIST_STAT

Expected Overdue List /SAPTRX/EE_OVD_LIST

Event Message processing status list report - /SAPTRX/EVM_STATUS

 

Regards

 

GGOPII

Re: Promotion Management very slow.

0
0

Thank for reply, will verify all of it after this.

Re: Promotion Management very slow.

0
0

Thank for reply, I actually installed the 4.1 SP5 on new environment. Why dont I think of this idea. Will try it soon, get back to you soon.

Re: MSS HOMEPAGE does not show any team info

0
0

so its working for the manager now? Can you check if there are chiefs, aftere activating did you invalidate cache in transaction SMICM please click on Goto menu -> HTTP Plug-In  -> Server Cache -> Invalidate Globally) and also typically this issue is due to missing checkbox  property 'Activate Hierarchy Visualization' on next IMG activity, I see this activated. check the report WDG_MAINTAIN_UR_MIMES and ensure that you take a HTTP trace if this still doesn't work

Viewing all 8676 articles
Browse latest View live




Latest Images