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

Re: performances Tuning of DB2

$
0
0

Hi Ramesh,

 

1. Check the EWA report and take the necessary actions related to performance.

 

DB2 Version 10.1 for Linux, UNIX, and Windows

 

 

 

Insert Time Clustering (ITC) Tables

ITC tables group their records based on the insert time. Space reclamation that is, returning free space in the table back to the tablespace, is possible without a full offline or online REORG.

Index Space Reclaim

For index objects, a new function is available that reclaims free space and returns it to the table space in online mode

Adaptive Compression

In addition to the existing row compression method, adaptive compression works on page level and provides improved table data compression without the need for table reorganization.

 

 

Index Skip Scan

Composite indexes can be used during query execution even if the query does not define constraints for all index columns.

 

 

Performance Improvements

New functions have been designed for DB2 10.1 to improve performance, for example, smarter index prefetching, hash join improvements, zigzag joins, and early aggregation.

 

 

Support of Hidden Columns

During table definition, columns can be marked as implicitly hidden. Such columns are unavailable until they are explicitly referenced.

Storage Groups

The existing automatic storage infrastructure has been extended by a new object, the storage group. Storage groups contain multiple storage paths that you can define and to which you can assign tables paces. This allows for the separation of cold, warm, and hot data that can subsequently be placed on different storage media.

 

 

Multi-Core Parallelism

The use of multi-core systems in SMP architecture improves data warehouse environments.

HADR with Multiple Standbys

The HADR feature allows the use of more than one standby server.

 

 

Log File Compression

Archived log files are now automatically compressed, which leads to further disk space savings.

 

Thanks & Regards,

Balaram Mukku


Re: Stuck in phase PREP_GENCHECKS/NTACT_CHK

$
0
0

Hi Arpit

 

 

 

Yes!

 

 

 

Open the dbacockpit, and find the SQL Command Editor, then enter the following commands:

 

 

1) Find SCHEMA

 

 

select SCHEMANAME from syscat.schemata

 

 

 

2) Compare DDNTT and DDNTF tables

 

 

select * from SAPSID."DDNTT" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'

 

 

select * from SAPSID."DDNTF" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'

 

 

If anyone shows you that no results, please remove that table

 

 

 

3) Remove the TABLE

 

 

delete from SAPMTP."DDNTT" where tabname = '/BCV/S_UIF_CHIP_INSTANCES' or

 

 

delete from SAPMTP."DDNTF" where tabname = '/BCV/S_UIF_CHIP_INSTANCES'

 

 

 

 

 

Thanks!!

 

 

 

Regards

 

 

 

 

 

Josué Acuña

Re: SLT Monitoring using SOLMAN

$
0
0

thnaks BJ let me try this configuration.

 

Amar

I am new and wondering is there a way to Run SAP scripts from Google sheets?

$
0
0

The input from excel works great but i was wondering if the same can be achieved from google sheet ?Experts advise will be appreciated

Re: How to capture the comments into custom table from UWL task approved / Rejected

$
0
0

Just curious....why are you not using HCM Processes & Forms that has a lot of this functionality (and more) built in?

SAP best practices for role matrix

$
0
0

Hi expert,

 

I'm working on role matrix in the MM module and I need SAP best practices documentation on that so I can get an idea about the best practises ..


Actually, I did an extraction from these tables: agr_users,arg_tcodes,agr_1251, and I created an Excel file that reflect the role matrix implemented in the system. and I need to know the SAP best practices so I can compare with that role matrix.


Thank you for your help;

Abdess,

Re: Gravar proposta gerada em outro local fora do windows F110-RFFOBR_D

$
0
0

Marssel,

 

Obrigado pela resposta, acredito que seja isso mesmo que esta acontecendo, no momento da geração da proposta a usuária flegar o executar imediatamente e o criar meio de pagamento, e com isso ele gera o arquivo nesse momento não é?

 

agora o SAP no meu entedimento deveria sobrepor o arquivo quando estivesse com o processo completo não é? apenas pitaco meu.

 

De qualquer maneira, seguirei suas recomendações e posto os resultados.

 

Multissimo Obrigado.

Workflow FV60 e F47

$
0
0

Boa noite a todos,

 

Estou com um grande desafio na empresa que trabalho, implementar 2 workflows do "zero", pois a empresa só tem workflows de MM e SD e em FI será a primeira vez e logo 2.

 

FV60 - Será em pré adiantamento com 3 níveis de aprovação por valores hierarquicamente, e na F-47 a mesma coisa no pagamento.

 

Existe algum tutorial para seguir o passo a passo na configuração? ja procurei e existe alguma coisa a nível de problemas encontrados,o que já separei, agora gostaria de saber se alguem consegue me ajudar no passo a passo pois será o primeiro workflow que implemento.

 

desde já agradeço a ajuda de todos.

 

meu muito Obrigado.


Re: Listing with assortment modules

$
0
0

Hi Amit,

 

I hope you are well.

 

I have problem with listing. I am working on SAP Retail System and recently i have been receiving requests where users have removed all the assortments from the article(Layout modules tab in MM43 is blank) but there are still valid entries in WLK1.

 

I don't know how this happened and and i am requesting for advice on how to stop this from recurring.

 

Regards,

Tim

Re: Number of Working days

$
0
0

macro which is used to find the  day of the week .weekday.JPG

Re: Use Parameter to get values

$
0
0

Hi,

 

Adding this cross table causes duplicate records in the detail section.

 

Please help!

Sales Order Form Add Unbound Checkbox to Matrix

$
0
0

Hi,

 

When I open the Sales Order form I would like to add an Unbound Checkbox column. The purpose of this column is to allow a user to select rows from the sales order grid. I would rather not bind this to a UDF field as this is not really necessary.

 

So far I have managed to add the column, but this has an issue when opening an existing order, the oMatrix.Clear(); clears all line items

 

Can I add an unbound checkbox column to the sales order matrix grid?.

Can I then use this unbound column for selecting one or more line items to perform a task ?

 

shipsel-1.jpg

 

The below code adds the checkbox colum and clears the grid.

 

            SAPbouiCOM.Matrix oMatrix;            oMatrix = (SAPbouiCOM.Matrix)oForm.Items.Item("38").Specific;            SAPbouiCOM.Column oColumn;            oMatrix.Clear();            oMatrix.Columns.Add("chkShpDte", SAPbouiCOM.BoFormItemTypes.it_CHECK_BOX);            oColumn = oMatrix.Columns.Item("chkShpDte");            oColumn.TitleObject.Caption = "Ship Sel";            oColumn.DataBind.SetBound(false, "", "U_ShipDate");            oMatrix.AddRow(1, oMatrix.RowCount);

Re: Absence Quota

$
0
0

Through pa30 check the employee's Groupings for Quotas by looking at IT2006.  What does the Overview of that employee's IT2006 looks like?

Then, check the employee's Grouping for Absences by trying to create an IT2001 (no need to save it).

 

Next, check your configuration to make sure that it appies to the appropriate PSA and ESG Groupings, and go through the documentation in the Time Management Wiki.

Re: Error while testing External Web Service Integration

$
0
0

Hi Anant,

 

Even I'm facing similar problem during an attempt to call PI custom Service as external Service.

 

In our case, only outbound communication is exist.

 

1. Created an external service referencing PI custom service URL.

2. Create a custom communication scenario and added above service in custom outbound Services

3. created a new communication scenario in Silverlight and provided PI user credentials which is not exit in C4C.

4. Check Connection and Check Service both are successful. In SOAP UI also this runs correctly and provide response.

5. In our case PI user id is system generated user id not exit in C4C. So how required authorization can be give ? Please respond as soon as possible.


Getting following error message : SoapFaultCode:5  Server Error

<GetPricePIServiceMT_SOPricingResponse xmlns:prx="urn:sap.com:proxy:L3Y:/1SAI/TAS995BE70EF85C120797CA:804">

<MT_SOPricingResponse/>

<CommunicationFault>

  <MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>

  <Item>

   <SeverityCode>3</SeverityCode>

   <Note>SoapFaultCode:5  Server Error</Note>

  </Item>

</CommunicationFault>

</GetPricePIServiceMT_SOPricingResponse>

 

 

Thanks

Shridhar

Re: Interchangeability using stock of Predessor before Successor

$
0
0

Shweta,

 

You are not correct..  If demand is for old, SNP will create stock transfer for the new. That is the entire purpose/reason/logic of interchangeability.

 

Ken


Object Level security Issue SAP BO 4.1 SP 3

$
0
0

Hi Guys

I am having some issues in terms of accessing 'Restricted' objects being accessed by different Users.

 

Current State:

In my IDT Universe, I have two groups of controlled access objects:

1 group falls under "Controlled" group

other falls under "Restricted" group

 

In CMC, I have got the group as follows:

Capture13.JPG

 

Now there are some users who belong to both the groups as well: (Both controlled and restricted)

 

This setup is working fine in the Pre-prod environment . All the users who belong to controlled can see all the controlled objects and same for the restricted group.

However in the Production environment, its working as expected for the users who belong to "Controlled" group .. But for those who belong to "restricted" cant see the "restricted" objects ...

 

I tried to compare our pre-prod setup with prod and only thing which I found different was the way these Universe groups are added to the Universe.

 

In Pre-prod, the groups are added at the Universe level but in Prod, the groups are added at the folder level.

When I tried to remove these groups from the folder level, I could delete "restricted" but when I tried to delete "controlled" , I got the following error"

 

Capture12.JPG

 

Here is the existing setup in Pre-prod:

 

Folder Level

Capture12.JPG

 

Universe Level:

 

Capture12.JPG

 

 

In Prod:

 

Folder Level:

 

Capture12.JPG

 

Universe Level:

 

Capture12.JPG

 

Any idea why???

 

Cheers

Re: Error while testing External Web Service Integration

$
0
0

Hi Anant,

 

Even I'm facing similar problem during an attempt to call PI custom Service as external Service and there is no standard service involved.

 

In our case, only outbound communication is exist.

 

1. Created an external service referencing PI custom service URL.

2. Create a custom communication scenario and added above service in custom outbound Services

3. created a new communication scenario in Silverlight and provided PI user credentials which is not exit in C4C.

4. Check Connection and Check Service both are successful. In SOAP UI also this runs correctly and provide response.

5. In our case PI user id is system generated user id not exit in C4C. So how required authorization can be give ? Please respond as soon as possible.


Getting following error message : SoapFaultCode:5  Server Error

<GetPricePIServiceMT_SOPricingResponse xmlns:prx="urn:sap.com:proxy:L3Y:/1SAI/TAS995BE70EF85C120797CA:804">

<MT_SOPricingResponse/>

<CommunicationFault>

  <MaximumLogItemSeverityCode>3</MaximumLogItemSeverityCode>

  <Item>

   <SeverityCode>3</SeverityCode>

   <Note>SoapFaultCode:5  Server Error</Note>

  </Item>

</CommunicationFault>

</GetPricePIServiceMT_SOPricingResponse>

 

 

Thanks

Shridhar

Error message when processing member formula with audit dimension

$
0
0

Hello all,


I am trying to create a member formula to get a Metric in Consolidation model and in Planning model.


This metric has to multiply the Operating Income by a Tax Rate. But this Tax rate is populated from different destinations and I just have to get the value saved with GLOBAL id member in the AUDIT dimension.

 

I had to create two different accounts, one for Cons model and other for Planning model, this because the AUDIT dimension is different for each model.

Consolidation model has AUDITSOURCE dimension and Planning model has AUDITTRAIL dimension.


The member formula to calculate the account in Consolidation model is been processed successfully and the result is OK but when processing the member formula to calculate the account in Planning model I'm getting an message error, the one that you can see in the attached image.


I'm attaching the calculation into the member formula too.

 

Do you have any idea how can I solve this?

 

Thank you so much for your help.

GZ

Re: PO7.5:SLDAccess set to true, but not available.

reporting from Non leading ledger

$
0
0

Hello All,

 

 

We are trying to get reporting for country specific statutory requirements . We have a non leading ledger configured for this purpose .

 

The transactions which are common to both leading and non leading ledger are posted to the operational chart of accounts .

 

Postings which are required for only non leading ledger are posted to separate group of accounts in same chart of accounts .

 

Now the problem here is when ever I am  trying to run any report like F.01 for GL Balances in non leading ledger,  I have main balance in one account and

 

adjustments in another account which is obvious.  However business needs all the main balances and the statutory adjustments to be shown under

 

single account for country specific statutory requirements out of non leading  ledger. How we can achieve this ?

 

 

 

Regards

Niki.

Viewing all 8902 articles
Browse latest View live


Latest Images