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

HANA Multi-Node Migration AWS

$
0
0

Experts,
I am seeking advice on High Availability Data Migration to multi-host infrastructure..

 

A table that is about 44GB is taking a long time to distribute after adding hosts.  It locks a table the takes many writes per minute. I therefore cannot add hosts to the current production single host hana system.

 

The time between the Back Up of the Production Single Host Hana system and building a new multi host infrastructure; Recovering data to new instance, distributing, partitioning and distributing partitions,

IS IT POSSIBLE to get the data that was being inserted into the production Single Host Hana system to the new multi host system?

 

How can I minimize down time as my data gets bigger the back up and data migration to new and bigger instances is taking longer and I am losing data?

 

I appreciate you input and diligence,

Zachary.


Re: AS2 - Sender Communication Channel - File Name and Location

Re: postings to Dummy profit center in Profit center accounting only i.e. ledger 8A

$
0
0

Hi Kartik,

 

You can find the user name & document no. etc details in GLPCA table. Check it once again.

 

Regards,

Mukthar

Re: Problem with web dynpro Dropdownbykey

$
0
0

Did you say the Read Only property is enabled ? Can you post screenshots of your screen and the context binding ?

Re: Webi Logic not working in BO 4.0 but its working in Deski 3.1

$
0
0

here is a much simple example . its much easier to understand

 

 

i have date object [Inventory PQI Date] , and then i have following variable

 

=If([Inventory PQI Date])= (CurrentDate())Then 1 Else 0

 

now when i see for todays date that is 6/20/2015 , it should say 1 , but its just saying 0

 

 

Also im putting the current date column also to show this report ran for that 6/20 date

Re: Performance issue on KONV table

$
0
0

Hello,

 

This advice won't help directly, but you should use Select....EndSelect when you want to fetch a single record and you do not have primary key in the where clause else go for Select Single.

 

BR.

Re: Save Results dialog box is empty after saving input schedule

$
0
0

Hi Barb,

 

 

As you are facing problem in recently so please check that is there any MS updated happened?

 

 

Take look at below note may be solve your problem.

 

Install MS updates and remove MSForms.exd


Delete any "MSForms.exd" files in any subfolder of the "C:\Users\[user.name]\AppData\Local\Temp\" folder.

Depending on the specific applications installed on your desktop you may find this file in a variety of sub-folders:

  • C:\Users\[user.name]\AppData\Local\Temp\Excel8.0\MSForms.exd
  • C:\Users\[user.name]\AppData\Local\Temp\VBE\MSForms.exd
  • C:\Users\[user.name]\AppData\Local\Temp\Word8.0\MSForms.exd
  • C:\Users\[user.name]\AppData\Local\Temp\2\Excel8.0\MSForms.exd

etc...

 

Also upgrade your Adding as suggested by Andy.

Re: Error activating exception class

$
0
0

What is the type of TEXTID? What is the type of INCORRECT_ENTRY? How have you defined INCORRECT_ENTRY?


Re: Is it possible to paint a Radio Button dynamically in Module Pool?

$
0
0

I'd write it as a web dynpro displayable through the GUI.

Re: Absence Evaluation & Maternity leave.

$
0
0

Hi Jagan,

 

Thanks for the information, Its for SAARC countries.....so the rules are almost similar as per India & the scope includes India.

 

Yess...there may be chances that in some cases employee go for extra days of Maternity leave & Organization may want to Make it LOP.

 

Please guide me on the same.

Re: EBS-MT940

$
0
0

Hi Mukesh,

 

The answer you are looking for is within this thread.

Though not sure if that applies to your version of SAP, it would normally use search string functionality (Bank accounting > Business transaction > Payment transaction > Electronic bank statement).

 

If MT940 always receive the 'HSBCN + 11 digits number, you can maintain HSBCN########### as a search string and assign to your house bank. Ensure that the target field is a note to payee (Payment note).

 

hope that this helps

Taro

Re: Consulta de Venta neta en Moneda Sistema (dolares)

$
0
0

EN la tabla OINV si existen campos que te muestran información a nivel documento de factura de los anticipos aplicados a factura. Sería q elijas el q mejor se adapte a tus necesidades. Ver imagen.

 

 

 

 

Es sl lo que tomaste d anticipo. Además una tabla de INV, no recuerdo si 4 o 12, alguna de las INV, en la q podrás ver a detalle cada anticipo que se aplicó a una factura, ya que es posiñe que se haya elegido más de un anticipo (total o parcial) para una misma factura.

 

Lo de la imagen es a nivel suma de los anticipos seleccionados.

 

Espero te sea de utilidad está información.

Re: ASE 16 EBF descriptions or release notes?

Re: Absence Evaluation & Maternity leave.

$
0
0

As I have already said, configure another abs type as LOP; you can copy an existing LOP config, with no w/t creation in absence valuation in V_T554C.  The user guide for the HR/Payroll should include - changing/splitting any Mat.leave record with the existing abs type to the new one for the period in excess of the limit for the paid Mat.Leave.

It is possible to

(a)create a user program to do such splits and report the existing record & the changed record/s and

(b)a batch job to run this program daily overnight before Time eval & Payroll.

Re: Mantain Matrix functionability with UDO XML


How to use navigation Odata service in SAP UI5

$
0
0

Problem in fetching the data from associated Tables ,I am developing Travel and expenses application ,in Odata service one table contain details like location ,trip id ...etc...here Trip id is unique and in another table for particular trip id, it should fetch the related records of trip id,  I am successfully fetching the data of first table but problem is how to fetch the another table content when I click on the Particular trip Id.

 

Here the Odata service is

 

/sap/opu/odata/sap/ZTRAVEL_EXPENSE_SRV/

 

When I click on TRIP ID in master detail page i successfully fetching data of first table.

 

/sap/opu/odata/sap/ZTRAVEL_EXPENSE_SRV/ZtripTeset('112244')

 

 

 

<d:Tripno>112244</d:Tripno>

 

<d:Empno>0000000002</d:Empno>

<d:Country>IN</d:Country>

<d:Toloc>2</d:Toloc>

<d:Bdate>2014-07-10T00:00:00</d:Bdate>

<d:Edate>2015-07-17T00:00:00</d:Edate>

<d:Purpose>CLIENT MEETING</d:Purpose>

 

 

Here i want to display the content of this this

 

/sap/opu/odata/sap/ZTRAVEL_EXPENSE_SRV/ZexpTeset('112244')

 

<contenttype="application/xml">

 

 

<m:properties>

 

 

<d:Tripno>112244</d:Tripno>

 

<d:Exptype>TRANSPORT</d:Exptype>

<d:Expdate>2014-07-20T00:00:00</d:Expdate>

<d:Totamt>350</d:Totamt>

<d:Expdesc>WENT BY CAR</d:Expdesc>

</m:properties>

 

</content>

 

 

This below link is the navigation of odata service from header to line items.

 

/sap/opu/odata/sap/ZTRAVEL_EXPENSE_SRV/ZtripTeset('112244')/triptoexp

 

 

 

Could any suggest how to bring the item details based on the selected value. Here i'm using split app controller as below

 

 

items.png

Re: number is not multiplying in pcr

$
0
0

hi sakarsan,

now i made pcr processing under 3 only

kindly find screenshot

zbac input.png

pcr processing under 3

zbac 1700 processing.png

output zbac output.png

Re: Delta infopackage selectios for Data Source 0FI_AA_12

$
0
0

Hi Nilesh,

 

Before init, Have you ran full load or any load of your data source.

Seems like your data source was changed at source but not replicated into bw side.

 

So try to replicate your data source from source to bw and activate data source.

 

Later try to run init without data transfer.

 

Before triggering your delta(transactional data) load, Have you triggered(mean set delta) all related master data loads?

 

Thanks

Re: In the open event, How do make 5 columns invisible without listing each one

$
0
0

If you want to stay with dot notation then the following might be the maximum possible:

 

int colnum
dwobject dwobjects[]

 

...

 

dwobjects[]= {dw_main.object.#1, dw_main.object.#2, dw_main.object.#3, dw_main.object.#4, dw_main.object.#5}

 

for colnum = 1 to 5
dwobjects[colnum].visible = 0
next

how to copy data from VMWARE Server to Windows 8

$
0
0

HI Friends.

 

First thing is that, this question is not related to ABAP.

 

but any one can know, how to copy data from VMware server to windows host ?

 

Thank you

 

sandeep

Viewing all 8707 articles
Browse latest View live


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