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

Re: Navigation between views in Desktop SAPUI5 application

$
0
0

Here is another example based on sap.m library Routing Example Page

 

Check the source code as well as launch the developer tool in chrome browser(F12), you will observe different views (App.view.xml, Master.view.xml, Detail.view.xml etc) getting loaded. Same can be verified for desktop based application which Dennis shared.

 

Regards,

Chandra


Re: How can we get Reports layout information in SAP BO 4.1 API

$
0
0

Hi Rajarsh

 

Thanks much for your quick response.

 

1 . I am trying to get WebI Report information

2.  Im Looking for:

 

      For Example If I have a table in a block and a chart in a block, I need to get the table layout information and chart layout information. The column values in the table, borders, size, conditional formatting etc. Same for chart like X, Y axis values, legends labels, formattings etc.

 

3. Yes I am able to get this in BO 3.1

    In BO 3 I we can able to get it from Report Eingine, Document Instance

 

  We can get hierarchy like Report->Document->Block-:Report->Cell

 

But I cant get it in 4.1

 

IInfoObject infoObject = (IInfoObject) infoObjects.get(i);
        DocumentInstance documentInstance = reportEngine.openDocument(infoObject.getID());
documentInstance.getReports().getItem(0).getBlockInfo().getBlocks().getItem(0)

Re: What did the acronym HANA originally stand for?

$
0
0

Hi Sameeh,

 

SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP AG.HANA's architecture is designed to handle both high transaction rates and complex query processing on the same platform. SAP HANA was previously and incorrectly called SAP High-Performance Analytic Appliance.

 

The product provides Business Intelligence allowing real-time response. The first product shipped in late November 2010.

 

By mid-2011, the technology had attracted interest but the conservative business customers still considered it "in early days". HANA support for SAP NetWeaver Business Warehouse was announced in September 2011 for availability by November.

 

 

In 2012, SAP promoted aspects of cloud computing. In October 2012, SAP announced a variant called HANA One that used a smaller amount of memory on Amazon Web Services for an hourly fee.

 

 

In January 2013, SAP enterprise resource planning software from its Business Suite was announced for HANA, and became available by May. In May 2013, a software as a service offering called the HANA Enterprise Cloud service was announced.

 

2014-2015 - FIORI,BIG DATA are latest offering.

 

Thanks and Regards,

Ramesh D

Re: Total Revenue by Business Partner Including Freight

$
0
0

Try:

 

SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription], sum(T0.[DocTotal]) FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDate]  between [%0] and [%1]

 

 

group by

T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription]

 

 

union all

 

 

SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription], -sum(T0.[DocTotal]) FROM ORIN T0  INNER JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDate]  between [%0] and [%1]

 

 

group by

T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription]

Re: JavaBE.ini on Work Manager 6.2

$
0
0

If the Application is deployed once already to the server.  The Application will needed to to be published (production type) from the editor to get a new version number.  Also, the updated JavaBE.ini needs to added to the zipped file because uploading to the server.

Re: Quantity not getting confirmed in sales order

$
0
0

Hi

 

In availability overview system  1 qty confirmed against the sales order dated 23.02.2014.But im not able to get the order number.

1.JPG

Re: Export internal table contents with header line into excel file in WD ABAP( values prefix '0' are missing in the file)

Re: PM notification from CO11N

$
0
0

Hello Salah,

 

Taking the good point reported by Kumar, I can tell you can also create your own screen enhance in the OPK0. You need Abap person.

Display View Single Screen_1.jpg

But before to select this option, please see this information.

http://www.cprogramdevelop.com/2900658/

 

I hope can help you.

 

Regards,

Xavier


Re: SAP MM Consultant

$
0
0

Thanks Colleen for your feedback.

 

1.  I just wanted all to clarify that I am not yet in a CoE, I am "on loan" from the business to corporate in a pre-project effort.  In a few years from now after the project is over I hope to be in the CoE as a permanent member of that team.

 

2.  As for books I am old fashion, I got it at Chapters over the holiday season just because I did not want to be on the net for a few days.  Yes, I have a "s-user" account, but did not really used it yet.  I should make more time for that after working hours.  Another book I have with me from the library is SAP Implementation- Unleashed by again George W. Anderson, Charles D. Nilson and Tim Rhodes - "SAMS A Business and Technical Roadmap to Deploying".  You indicated that "you might find it worthwhile to invest in the full version".  Do you know how much are we talking about?

 

 

 

4.  I think that the GRC module should be grounded in real functional business challenges be it MM or else. Process controls do you mean WF (workflow)

 

 

5.  As for SAP "system access" I cannot wait to get to play in a SAP sandbox.  Can someone tell me if one be downloaded for free to run on a small PC?

 

Thanks for your time

 

 

Richard

Re: WDP ALV settings set_edit_mode doesn't work

$
0
0

Hi Allan,

 

Please close the ticket by marking reply as correct answer if its helped in resolving your issue.

 

Regards,

Rama

Field Not present in Particular screen number

$
0
0

Hello Guys,

 

Can anyone help me to figure out in coding whether any field is present or not in a particular Screen Number During BDC.

 

Thanks in Advance.

Re: udf help

$
0
0

Where did you place this code?

 

Create a new UDF with the name that you want. lets'say checkcode

 

and place the code inside that.

 

if (!(var1.equals("00")))

throw new StreamTransformationException("mapping fail - Expected value is 00");

else

  return var1;

 

Capture.PNG

Re: How to restrict the Save of a Campaign if any error messages are raised/there?

$
0
0

Hi,

 

try to use CRM_MKTPL_OL_OBJ BAdI, method CHECK_BEFORE_SAVE.

 

Giacomo

A small thought for all

$
0
0

Best Wishesofhealth,happiness andprosperity toyou and your wholefamily.
That 2015gaveyou realize, according to your expectations, what you wish,for you andfor your loved ones.


Bonne année.

Re: SSO Windows AD username is different to SAP username

$
0
0

Hi,

 

I try to do add an alias assignment to a SAP User with an enterprise user and I cannot find the enterprise user. Should this be possible?

 

I am am able to add a LDAP user to a SAP User so tried logging in as the LDAP user. Then I tried connecting to a BICs connection which had the setting SSO.

 

I got the following error - the items below in bold i have replaced to not show the sever details used at my client:

 

com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] <<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConnectionString>

   <Properties>

      <Initial Catalog>CUBE</Initial Catalog>

      <Language>en_US</Language>

      <Data Source>SERVER</Data Source>

      <Cube Type>Cube</Cube Type>

      <SaveLanguage>true</SaveLanguage>

      <Initial Cube>CUBE</Initial Cube>

      <TargetProvider>SAPNETWEAVER7X</TargetProvider>

      <NetworkLayer>SAPBW_BICS</NetworkLayer>

      <Authentication Mode>2</Authentication Mode>

   </Properties>

   <ExtendedProperties>

      <JCO_ASHOST>SERVER</JCO_ASHOST>

      <SapLoginMode>0</SapLoginMode>

      <JCO_R3NAME>SERVER ID</JCO_R3NAME>

      <JCO_CLIENT>CLIENT</JCO_CLIENT>

      <JCO_SYSNR>00</JCO_SYSNR>

      <JCO_LANG>EN</JCO_LANG>

   </ExtendedProperties>

</ConnectionString>>

 

Any ideas?

 

Cheers


Re: Data extraction of General Ledger following French legac article A47 A-1

$
0
0

Hi Ankit

 

The pre-requisite is 1950264 which you already have applied. However, it would still be probably advisable for you to download and check if you need to apply the latest version of 2016265 because there is also some other notes that were mentioned there as pre-requisites when we applied it (1950264 plus 2020062) plus doing the manual activity it lists, which is the same manual activity as listed in 1950264.

 

Regards

Michael

GR Message (MLGR) - Add mail user

$
0
0

hi all,

 

i've customized the settings for the GR message (MLGR) and it is working fine.

 

in the second step i've tried to use the user exit  USEREXIT_KOMPBME_PARTNER to add some more mail partners

to get this GR message, but this isn't working. the mail is only sent to one mail partner.

 

has anyone an idea for this issue?

 

best regards

christian

Re: Running Visits C4C

$
0
0

Hi Raghanvender:

1.- The manager must assign a list of visits to the seller this is what we call a sales route. Each visit is made to a customer (store) and within each visit can be completed activities including surveys.

 

2.- For each sales employee is shown on the map the location of the clients we have created visits. At your discretion there are several filters that you can apply and see visits planned on the map.

 

3.- No, when the sales employee puts the cursor on a customer on the map only a number that refers to a visit is shown. A navigation route does not open the map.

 

Espero que esta información te sea útil, de nuevo son bienvenidos todos los aportes.

 

Regards,

Oriana C. Mercado.

Re: Quantity Unit Code Mapping in C4C

$
0
0

Hello Ginger,

 

Suggestions from Shiva didn't work. As you can see in the error, ZTL was already mapped to TQ while error mentioned that ZTL was already mapped to EA.

 

Since customer did not want to bring EA from On Prem, we restricted EA in the on prem system.

 

Thanks,

Chandan

Re: SAP BO 4.1 with SAP BW / upgrade?

$
0
0

thank you

so if we don't use a hana-db (and we are not using the BI-IP and just want to use our existing data model - no new providers needed) the advantage will be better performance und a number of bug-fixes.

kind regards

ryan

Viewing all 8594 articles
Browse latest View live




Latest Images