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

Re: user decision without logon in SAP

$
0
0

Hi Raffarle,

 

If you configure swnconfig.There will be URL sent in users inbox. Once user clicks on URl it will open up SAP GUI for HTML allowing the user to approve or reject.

 

 

 

Regards,

Gaurang


Re: HANA instance stays in status "Prepared" and is not activated

$
0
0

Hi Frank,

 

did you just recently create your AWS account? If this is the case, then you should call AWS support because it could be that your AWS limits for the r3.8xlarge instance type are set to 0, so CAL cannot start this instance at all.

 

I suggest you terminate from CAL and then you check your EC2 limits in the AWS console.

 

Regards,

  Hannes

HANA optimized Infoproviders in BW(7.4) on HANA working with BPC10.0 or 10.1

$
0
0

Hello Experts,

 

I am working in a scenario where we have BW 7.3 and BPC 10.0. For any data manipulations in BPC info providers we write BADI logic using UJ framework Classes and Methods to change and write back to BPC generated Info provider data.

 

moving forward, we are planning to go for BW on HANA therefore my questions

 

1)

Now BPC generates, Realtime info providers in the backend when a Model is created in BPC.

To utilize the full potential of BW on HANA, will I be able to change those Realtime info providers to Hana optimised info providers ?

 

2)

For any Complex calculations we need to perform on the data in the BPC info providers, we now use BADI logic, I want to know in BW on HANA with BW info providers as HANA optimised, can I do those calculations using Sql script.

 

Or is Sql script only for HANA Views ?

 

Please throw some light on this

 

Kind Regards,

Krishna

Re: Unable to log on to the BIBO server using JAVA SDK

$
0
0

Hi Prithvi,

 

instead of host name can I use IP Address?

 

My Code:

 

public class SampleService {

 

 

  public static void main(String[] args) {

  // TODO Auto-generated method stub

  String systemName = "192.168.1.30:6400";//"ERPBOP.erpanderp.com:6400";

        //String clusterName = "@ERPBOP.erpanderp.com:6400";

        String userName = "****";

        String password = "****";

        String authType = "secEnterprise";

        IEnterpriseSession enterpriseSession=null;

        ISessionMgr enterpriseSessionMgr = null;

  try{

  enterpriseSessionMgr = CrystalEnterprise.getSessionMgr();

           System.out.println("In sample application ");

           if (enterpriseSession == null)

           {

           System.out.println("Before getting conncted ..... ");

            enterpriseSession = enterpriseSessionMgr.logon(userName, password, systemName, authType);

            //enterpriseSession = enterpriseSessionMgr.logon(userName, password, clusterName, authType);

            System.out.println("Enterprise Manager : " + enterpriseSession);

 

           }

 

 

  }

  catch(Exception e){

  e.printStackTrace();

  /*try {

  enterpriseSession = enterpriseSessionMgr.logon(userName, password, clusterName, authType);

  } catch (SDKException e1) {

  // TODO Auto-generated catch block

  e1.printStackTrace();

  }*/

  }

 

 

  }

 

}

 

 

 

Error :

In sample application

Before getting conncted .....

com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$CommunicationError: Communication error occurred when trying to connect to server 192.168.1.30:6400 (FWM 01009)

cause:com.crystaldecisions.thirdparty.org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection refused: connect  minor code: 0x4f4f0001  completed: No

detail:Communication error occurred when trying to connect to server 192.168.1.30:6400 (FWM 01009) attempt to establish connection failed: java.net.ConnectException: Connection refused: connect

  at com.crystaldecisions.enterprise.ocaframework.RawAPSDirectory.find(RawAPSDirectory.java:256)

  at com.crystaldecisions.enterprise.ocaframework.APSServerHandler.buildAPSClusterInfo(APSServerHandler.java:585)

  at com.crystaldecisions.enterprise.ocaframework.APSServerHandler.buildServerInfo(APSServerHandler.java:192)

  at com.crystaldecisions.enterprise.ocaframework.ServerController.redirectServer(ServerController.java:531)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.redirectServer(ServiceMgr.java:933)

  at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:254)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService_aroundBody4(ServiceMgr.java:516)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:1)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.ensureServiceStub(LogonService.java:643)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:814)

  at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:208)

  at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:203)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody0(SessionMgr.java:457)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody1$advice(SessionMgr.java:512)

  at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon(SessionMgr.java:1)

  at com.sap.bibo.service.SampleService.main(SampleService.java:26)

Caused by: com.crystaldecisions.thirdparty.org.omg.CORBA.TRANSIENT: attempt to establish connection failed: java.net.ConnectException: Connection refused: connect  minor code: 0x4f4f0001  completed: No

  at com.crystaldecisions.thirdparty.com.ooc.OCI.IIOP.Connector_impl.connect(Connector_impl.java:167)

  at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClient.createTransport(GIOPClient.java:233)

  at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClientWorkersPool.next(GIOPClientWorkersPool.java:122)

  at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClient.getWorker(GIOPClient.java:105)

  at com.crystaldecisions.thirdparty.com.ooc.OB.GIOPClient.startDowncall(GIOPClient.java:409)

  at com.crystaldecisions.thirdparty.com.ooc.OB.Downcall.preMarshalBase(Downcall.java:181)

  at com.crystaldecisions.thirdparty.com.ooc.OB.Downcall.preMarshal(Downcall.java:298)

  at com.crystaldecisions.thirdparty.com.ooc.OB.PIDowncall.preMarshal(PIDowncall.java:198)

  at com.crystaldecisions.thirdparty.com.ooc.OB.DowncallStub.preMarshal(DowncallStub.java:265)

  at com.crystaldecisions.thirdparty.com.ooc.OB.DowncallStub.setupRequest(DowncallStub.java:545)

  at com.crystaldecisions.thirdparty.com.ooc.CORBA.Delegate.request(Delegate.java:556)

  at com.crystaldecisions.thirdparty.com.ooc.CORBA.Delegate.is_a(Delegate.java:373)

  at com.crystaldecisions.thirdparty.org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:88)

  at com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryExHelper.narrow(OSCAFactoryExHelper.java:100)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getOSCAFactory_aroundBody8(ServiceMgr.java:546)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getOSCAFactory(ServiceMgr.java:1)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService_aroundBody16(ServiceMgr.java:715)

  at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService(ServiceMgr.java:1)

  at com.crystaldecisions.enterprise.ocaframework.RawAPSDirectory.find(RawAPSDirectory.java:155)

  ... 15 more

 

 

 

Thanks

Vijay

Re: Export table contents from Webdynpro to excel

$
0
0

If ur able to download 9 rows of data by constructing the XML but the problem is only with more no. of rows, then the data in table should have special characters like /, >, < which is corrupting the file.

Breakdown Maintenance Order - Schedule date

$
0
0

Hi,

 

I have following requirement from my client to have

 

a.) Maintenance Order >> Schedule Dates should be in changeable mode and not linked with Basic Date.

     So that Basic Start and Basic Finish date can be used to track the Order creation dates and Schedule Start date and Sch Finish date can be used      to execute the work.

 

b.) Actual Start and Actual Finish date is also coming by default from system, while user requirement is to have Actual Start and Actual Finish      date also as manual entry fields.

 

 

I have checked in the

 

 

1. SPRO >> Scheduling >> Set Scheduling Parameters

 

2. SPRO >> Define Field Selection for Order Header Data (PM)  >> Field Selection for Order Header Data and Reference Object

 

 

But not able to do the required settings.  Kindly suggest how to fix this requirement.

 

 

Thanks

Mona

Re: Filter cellerator by value node

$
0
0

Hi,

 

or you can of course go different way by using your own value node based table and your own DDIC structure. Fill the value node from BTAdminH and calculate your status field. Then use filter on your source table and adjust collection when using your button.

 

Marek

Re: SAP HANA Docs

$
0
0

A simple search in Google.com will get lot of documents about SAP HANA, please do search before posting a question.

 

This is not the right space for SAP HANA, you can post the questions related to SAP HANA @ SAP HANA and In-Memory Computing or SAP HANA Developer Center


Data Sources in Analysis for OLAP as tree view

$
0
0

Hi

 

I am trying to set the view mode for Data Sources in Analysis for OLAP to tree view, i.e. that the users see the connections in their respective folders. Right now the Data Sources are displayed as a list, but I would like to have users navigate through the folder view instead.

 

In Analysis for Office there is a setting called OpenDSTreeView that when set to true changes the way Data Sources are displayed, from list to folder view. I would like to configure the same for Analysis for OLAP, but I cannot find where this setting is applied.

 

Kind regards

Christian Nilsson

Re: Query (GET_ENTITYSET) entity on fields not in the entity structure

$
0
0

Thanks Atanu. This is definitely easier and better way.

Re: Solution manager key no longer required for installation and upgrades

$
0
0

Thank you Haseena for the clarification.

 

Regards,

Sri

Re: Maintenance Optimizer: Successor installed for SUCCESSFACTORS HCM INTEGR 1.0

$
0
0

Hi All,

 

I am facing the same issue but my Solution manager is having ST compoenent at 400 and SAP_BASIS at 7.01 support pack 7.

 

Can someone please help me in resolving the issue. LMDB does not work on this version.

 

Regards,

Nitin Kedare

Re: PO Print Preview error " Tax code in procedure && is invalid"

$
0
0

Hi,

 

Please go to FTXP and enter the reporting country and enter teh Tax code .

 

Here make sure that one of the entry  either in Input or Output tax code is highlighted in BLUE and you have have maintain Tax rate .

 

if line is not hihlighted in BLUE that's means tax code is  not active and system gives you this error even you have define .

 

Screen 1.png

Re: Creating a roadmap for ALM

Re: Error F5 080 While doing MIGO

$
0
0

Hi,

   Seems the issue came after system upgrade. In this case, I would suggest to raise an OSS ticket to SAP.

 

Regards,

AKPT


Bidder Portal Error in SRM PPS?

$
0
0

Dear Sir, My Client is using PPS procurement. After publish of RFx. the bidder want to take the print preview of RFx, he is getting Error as below. " TEXT Y109 ID ST Language EN not found." Please guide me how to resolve this issue.... Regards, Spart

Re: Carry Over Error on Payslip - Urgent issue

$
0
0

Dear Priya,

 

I think you have maintained the backdated Bank Account number in IT0009. Maintain the bank details as Cash / Cheque for previous months and Bank Transfer from the current month.

 

Reprocess the payroll and check.

 

Regards

 

Ravi

Re: Carry Over Error on Payslip - Urgent issue

$
0
0

Dear Priya,

 

I'm sure this error is coming because of inconsistency info type 0009 but there are several ways

 

Ex 1:

 

If employee has been hired on 01.01.2014 & did run payroll without maintaining info type 0009 then that amount will be stored in one specific technical wage type again just assume that up to 28.02.2014 you ran payroll so total two months amounts will be stored in one tech wage type.

 

for example

 

Jan = 100

Feb = 100 --> total is equal to = 200

 

Now whenever you will run march payroll 01.03.2014 automatically system will fetch last two months take home and current month take home salary = 300.

 

ex2:

 

You might haven't maintained info type 0009.

 

Ur's Mohan

Re: Hadoop as a datasource for BO XI r3

$
0
0

Hi Ravi,

 

When I try to create a new universe I have opened the new connections there I found apache hadoop hive -- jdbc drivers. So I have a doubt whether UDT also supports hive. Iam attaching the picture of it.

 

Can you please clarify my doubt

UDT.png

Re: Field revision on MO with authorization to changed

$
0
0

Hi Peter,

 

Furthermore, I 'd like that user unauthorized cannot change any kind of information on order when the field revision is "A", for example.

Viewing all 8667 articles
Browse latest View live




Latest Images