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

Webi Group BY issue

$
0
0

BO 4.1 SP.

IDT Universe.

 

I have a stand alone View from db in unx. Straight out objects mapping each fields (no complex objects).

Only have 1 measure object (sum on minutes).

 

In webi, created a simple report. Select all object from the view, create a filter between on start and end  "Procedure Date".

when 4 objects is selected, for Jan 2015, Feb 2015 and March 2015, result is fine.

as soon as 5 objects is selected, it limits the result to 1 month, and only Jan 2015.

 

DATA is there for sure. if works fine for 1 month, and with 4 objects in select statement.

 

here is the query:

 

SELECT

  Table__8."cr_prdate",

  Table__8."crp_admit_date",

  Table__8."cr_status",

  Table__8."crp_proc_descr",

  Table__8."fac_mnc",

  Table__8."fac_descr",

  Table__8."room_mnc",

  Table__8."surg_service",

  Table__8."surg_descr",

  Table__8."surg_urn",

  Table__8."surg_mnc",

  Table__8."pc_descr",

  Table__8."proc_descr",

  Table__8."crp_acct_nbr",

  Table__8."crp_last_name",

  Table__8."crp_first_name",

  Table__8."Location_Name",

  Table__8."PtType",

  Table__8."PtTypeDescr",

  sum(Table__8."cr_proc_len_minutes")

FROM

  "CN------------PROD"."INTEG----------DM.dbo"."S-----------NUTES"  Table__8

 

WHERE

  Table__8."cr_prdate"  BETWEEN  {d '2015-01-01'}  AND  {d '2015-03-05'}

GROUP BY

  1,

  2,

  3,

  4,

  5,

  6,

  7,

  8,

  9,

  10,

  11,

  12,

  13,

  14,

  15,

  16,

  17,

  18,

  19


Re: 12.5.1 Datawindow - SaveAs Excel8! - Appeon

$
0
0

Hi Paul;

 

  Are you saying that you need PB Classic's Excel8 support in Appeon?

 

BTW: What version of Appeon are you using?

 

Regards ... Chris

Re: SAP HANA Replication - Different number of records in a table

$
0
0

>SAP Netweaver does not implement foreign keys on DB level

 

I know, I was p_ off about it lots of times when I was newbie in Abap when inserting records expecting db layer to handle referential integrity.

I thought that maybe Tomasz is inserting in Hana thats allready setup and that maybe in Hana's Buiness Suite DD representation FK relationships are "real".

Kinda dissapointed to learn that's not the case ?

 

I would expect that SLT would handle that in the manner You discribed, without having to drop constraints (or doing it behind the scene temporaraly).

 

 

>really good to see you that active here on SCN lately!

 

Thx. Best way to learn is from other peoples problems/mistakes, and if I can maybe help, all the better.


Time to  Logoff

Invoice Plan PO upload using LSMW(BAPI and IDOC)

$
0
0

Hi

 

I have a lsmw in which i have used BAPI to upload invoice plan purchase order for a cut over.

I am seeing that a particluar invoice type (quartely and half yearly) purchase order is not getting uploaded.

It throws a message that "Entry 56(code for half yearly invoice plan type) does not exists in FPLA.

I had checked the TFPLA table to see if the master data for code 56 exists and i am seeing that the entry is available.

I am able to upload PO's with invoice plan types monthly and yearly with out any issues.

would like to get some light on this if anybody had faced this kind of issue.

 

Thanks

Harikesan

Re: Invoice Plan PO upload using LSMW(BAPI and IDOC)

$
0
0

what happens if you try to create a PO with entry 56 manually in ME21N?

Re: Invoice Plan PO upload using LSMW(BAPI and IDOC)

$
0
0

Hi

 

It is getting created successfully..

 

Thanks

Harikesan

Many depreciation areas-NGL

$
0
0

Hi,

 

I am working with NGL and I am defining the depreciation areas, and according to the user requisition I see I will have many depreciation areas, and the maintenance is going to be very difficult.

The company uses group currency and hard currency. It is working with NGL, ledger 0L is IFRS and L1 is local accounting. They have really few differences between IFRS and Local in Asset accounting, but they want to consider the ledger logic in AA because possibles future differences. According to that I get the following depreciation areas

 

 

01-IFRS Area- Ledger 0L- posting indicator 1

03-IFRS Revaluation Area 1 - Ledger 0L- Posting indicator 1

11-IFRS-Revaluation Area 2 -Ledger 0L-Posting indicator 1

10-IFRS-Inflation Area-Ledger 0L-Posting indicador 1

12-IFRS-IFRS W/Inflation Area-Ledger (01 + 10)

14-IFRS Total area (01 + 03 + 10 +11)

15-TAX area (does not post)

31- IFRS Area group curreny

32-IFRS Area hard currency

41-IFRS rev.area 1 group curenyc

42-IFRS rev area 1 hard currency

50-IFRS rev area 2 group currency

51'IFRS rev area 2 hard currency

52- IFRS inflation area g.c

53-IFRS inflation area hard currency

70-Local Area - Ledger N1- Posting indicator 3

71-Local area revaluation 1-Ledger N1-Posting indicador 3

72-Local area revaluation 2-Ledger N1-Posting indicador 3

73-Local area inflation area-Ledger N1-Posting indicador 3

74'Local area w inflation (70 +73)

75-Total local area (70+71+72+73)

76-Delta área (01-70)- Ledger N1- posting indicadtor 6

77-Delta área (03-71)- Ledger N1- posting indicadtor 6

78-Delta área (10-72)- Ledger N1- posting indicadtor 6

79-Delta área (11-73)- Ledger N1- posting indicadtor 6

 

 

So, As you can see there are many depreciation areas, and I think this will be very difficul for maintenance.

Any idea if I can reduce the number with any other configuration? The revaluation and inflation areas only will manage values for the past, and not calculate new values. It is ok if I configure them with indicador 2, 4 or 5 and I do not create the delta areas 77, 78 and 79) ?

I do not know if I can have a problem with this kind of configuration of these areas, I am trying to get an easier chart of depreciation, specially considering that the differences are very few.

 

Thanks.

Cecilia

Re: Selecting the hostname of the server from the CMS-Database

$
0
0

Use this query to get the host name. SI_SERVER_NAME gives the host name.

 

SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_KIND = 'SERVER'

 

 


Function Module to create BW Transformations from ABAP

$
0
0

Hi, i have to create a bunch of data flows with 1:1 transformations and I'm wondering if there is a chance to do it with abap. Does anybody know the fm to create transformations in BW? Thx

Need shell script code for to get the most recent file present in ftp server based on both timestamp and date

$
0
0

Hi Experts,

 

               i had a requirement where i need to pick the file from the ftp server which is installed in the unix server.here i need to pick a file based on date and timestamp . for example the file name convention is Action_20150307_045532_0101.txt and WMAction_20150307_045532_0101.txt i need to pick these two files which is having both based on both the date and timestamp.i.e most recent file and it should be processed by the file adater. here i am using file to file with ftp protocol with out ESR scenario so i decided to go with os command level option present in the file adapter.Could you please help me guys.

 

 

 

 

Thanks

Giridhar

Re: SAP Executables upgrade during Oracle 10.2 to 11.2.0.4 upgrade

Re: BSI Tax Factory 10.0

Re: PHP SoapClient LoginService.wsdl Invalid document structure

$
0
0

Hi Maik,

 

I tried both, SOAP and COM but I still get SOAPFaults:

<pre><?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><env:Fault><env:Code><env:Value>env:Receiver</env:Value><env:Subcode><env:Value>-10</env:Value></env:Subcode></env:Code><env:Detail><Command>Login</Command></env:Detail></env:Fault></env:Body></env:Envelope> 

 

I don't know what I am doing wrong. DI does not respond with any error message so I could investigate what the issue could be.

Re: BSI Tax Factory 10.0

$
0
0

Hello Stanette,

 

With the new tool, SAP will not update these tables. If your option is to not run the tool in client 000, this is fine.

 

However, if you want, you can use SM30 to adjust client 000, if you create a transport your customized entries will be transported to client 000. Now to fix the entries in client 000, you can apply the .SAR file delivery in the TUB note.

 

Please, refer to the new thread related to the sync tool.

 

Synchronization Tool notes and updates - TaxFactory 10

 

Thank you,

 

Graziela

Re: BSI Tax Factory 10.0

$
0
0

Hello Jaya,

 

For the client specific tables, the tool will update just the client you run it. You can create a transport for the other clients or run the tool for the client specific table in your client 947.

 

Hope this clarifies,

 

Thank you,
Graziela


PCo 15.03 / MII 15 SP03 Notification error

$
0
0

I am setting a basic notification in PCo that reports a tag from KepserverEX to MII. Everything seems to be configured and I can query the tags etc in MII but when I click the "View Sample" button in the Notification Test Dialog box I get the following error:

 

Connectivity framework error : Configuration for notification TestNotificationMessage (00000000-0000-0000-0000000000) not found.

 

Does anyone know what the issue is ?

 

I have a transaction created in MII with an input XML parameter parameter called inputXML and I have selected that in the destination tab of the notification. The expression in the notification is just the tag name. Trigger is enabled and set to Always

 

Thanks in advance for any help you can give.

Kevin

Re: Calling Stored Procedure from ADDON-VERY URGENT

$
0
0

Thanks Edy Simon It is now working. I will post another thread on form.

Re: BSI Tax Factory 10.0

$
0
0

Hi Michael,

 

If you choose to run the tool for the client specific tables in client 000, you will need to update the other clients. You can either run the sync tool in the other working clients or create a transport request to update it.

 

Let´s say that you have run the tool in your client 045, if you go to client 020 the entries will not be there, this is the reason that you need to create a transport or run the sync tool in client 020 as well.

 

In the old way of applying TUBs you should do the same, cascade the information to the other working clients. I could see a lot of customer didn´t do that, therefore just client 000 was update and the other working clients doesn´t have all SAP delivery entries in the other working clients. I could see a lot of customers receiving the error: "The system does not have the required TUB installed". This is the reason for the error, the SAR file was just applied in client 000.

I created a KBA talking about this.

 

2139409 The system does not have the required TUB installed

 

Hope I make this clear.


Kind regards,

 

Graziela

Synchronization Tool notes and updates - TaxFactory 10

$
0
0

Hello Community,

 

Please, refer to the all notes related to the new Sync tool:

 

2139409 The system does not have the required TUB installed

2130013 BSI: Sync Payroll Tax Data - Synchronization Errors

2127736 BSI: allow Sync. Payroll Tax Data to process tax authority mappings only

2125327 BSI: Sync Payroll Tax Data generates a short dump when BSI version is not speci

2116032 BSI: Improvements in Synchronize Payroll Tax Data tool

2101719 BSI: Sync. Payroll Tax Data dependencies on BSI Tax Type mappings

2082725 BSI: Synchronize Payroll Tax Data - FAQ

2069358 BSI: Corrections in Synchronize Payroll Tax Data report

2064814 BSI: Hide transport pushbuttons of the Synchronize Payroll Tax Data report

2058977 BSI: Sync. Tax Data does not save new tax authorities in transport

2052438 BSI: Sync. Payroll Tax Data generates invalid entries in T5UTD

2046535 BSI: Sync Payroll Tax Data displays error message when running in productive mo

2043697 BSI: Sync. Payroll Tax Data generates a short dump when running in productive m

2041033 BSI: Authorization checks for HRPAYUS_SYNC_TAX_DT

2009438 BSI: Sync.Payroll Tax Data shows error message - New authority was not inserted

1992697 BSI: Sync. Payroll Tax Data is generating duplicated tax authorities

1992315 BSI: Required TUB level for Synchronize Payroll Tax Data tool

1984911 BSI: Synchronize Payroll Tax Data - General Corrections

1975742 BSI: Synchronize Payroll Tax Data

 

For further documentation access:
service.sap.com/hrusa

  • ASUG Webcast: HCM US BSI Timelines and Updates (February 19, 2015)On February 19, 2015, SAP gave a presentation that covered upcoming BSI timelines, review of the new Synchronize Payroll Tax Data tool, and updates about recently released Year End changes. For more information, see the presentation slides.


  • ASUG Webcast: HCM US Payroll - TUB Workbench, A Tool To Apply TUBs (March 17, 2014) On March 17, 2014, SAP presented a new tool (Synchronize Payroll Tax Data) which will replace the current process of Tax Update Bulletin (TUBs) in the future. For more information, refer to the presentation slides. SAP will also release an FAQ Note about this topic in the near future.



Information


The delivery of Tax Update Bulletin notes for Tax Factory 10.0 will be replaced completely by the Synchronize Payroll Tax Data (HRPAYUS_SYNC_TAX_DT) transaction, available with the March 2014 HR Support Package. After April 2015, tax data configuration will be available only via the Synchronize Payroll Tax Data tool and the delivery of Tax Update Bulletin notes will be discontinued. Plan the adoption of the new tool in advance. More information can be found in SAP Note 1975742.

 

Thank you,


Kind regards,


Graziela Dondoni









Re: Getting error "exec: 2508: /tmp/install.dir.10616/Linux/resource/jre/bin/java: not found " while SYBASE IQ16(64bit) installation on Ubuntu Linux (64bit)on

$
0
0

Hi

 

Is it same when using "setup.bin -i console" ??

And did you check the permission?

 

Thanks

 

Gi-Sung Jang

Viewing all 8368 articles
Browse latest View live


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