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

Error with MSMP, SAP_GRAC_ACCESS_REQUEST GRC 10.1

$
0
0

Good day everybody,

 

I have a problemwhenI make arequest for access toemergencyuser:

 

 

runthetransactionagainGRFNMW_GEN_VERSION:


 

 

I haveconfiguredthe ruleIDfunction ofBRFPlus


 

 


Re: Unable to close popup after triggering select event

$
0
0

Then I believe that

    recordSelectedValues();    oList.destroyItems();                getAttrValue(oAttrData, oAttrData.id, "attrValue",            value, addItems);

is erroneous. can you check? Or comment them out and see what happen.

 

Thanks

-D

Re: How I solve this problem? Menu - Cannot activate a disabled menu item [66000-75]

$
0
0

Hi Diogo,

That is strange, I have never had this problem.

At which point do you call 'AddOn.Connection.Interface.ActivateMenuItem ("1291")' ?


Regards

Edy


 

Time out errors for program /SAPAPO/SAPLOO_TR_READ in SCM EHP3 QA system

$
0
0

Hi Folks ,

 

We are getting Time out errors for program /SAPAPO/SAPLOO_TR_READ  after EHP3 Upgrade in SCM QA System.Attached is dump details.

 

Please check and suggest  .

 

Regards,

Sharma TVK

Re: Unable to close popup after triggering select event

$
0
0

Yes Dennis,

 

While debugging I found that getAttrValue() method was throwing error. This was the exact piece of code in this method thats causing error "Uncaught TypeError: Converting circular structure to JSON"

 

But can you suggest alternative to converting reportAttrValues to String.

 

var data = JSON.stringify(reportAttrValues);

  $.ajax({

  url: sap.sopfnd._global._actionUrl,

  type: "POST",

  processData: false,

  data: data,

  error: errorHandler(oAttData, attrId, attrType, searchStr, finishTask),

  success: successHandler(oAttData, attrId, attrType, searchStr, finishTask)

  });

 

Thanks & Regards,

Uday

Re: SAVEPOINT Operation in HANA

$
0
0

The persistence concept of Oracle and SAP HANA are very different. SAP HANA is a lot more like SAP MaxDB in this regard.

 

Anyhow, to be restart-able after a shutdown, crash or after a restore, SAP HANA needs to be able to get a consistent version of the database again. Consistent here means that all transactions are either committed or successfully rolled back after the startup/recovery process.

To be able to do that, SAP HANA stores all currently used in-memory data into pages (more or less randomly scattered around in the data files.

It also saves the information about the transactions that were ongoing at the time when the savepoint was started plus the required undo-information.

 

So, upon restart time, SAP HANA will find any open transaction and, as long as no additional redo logs are supplied for recovery, roll back those transactions. The result is a consistent database.

 

With Oracle, the data backup is not self-contained in this way, but requires also the redo logs (either backups or online), to get from the inconsistent backups to a consistent database.

 

That's about the savepoints.

 

The shadow page concept is more about how to allocate and reuse pages in the data file and doesn't affect the recover-ability that much. But it e.g. frees you (to a very large extent) from the need for data file reorganisation.

Here changed pages will not be overwritten directly, but instead marked as available and the changed content is placed at some other available location in the data file. Since SAP HANA keeps track on which pages contain the current data, there is no need to overwrite or clear unused pages, so after some time the whole data file will contain some data.

 

- Lars

Pointer to Cost accounting removed in payroll processing for a wagetype

$
0
0

Hi Gurus,

 

How can we retain Pointer to cost accounting indicator while processing in payroll?

When wagetype goes in function Q025 it removes that Pointer to Cost accounting indicator that is in C1 cluster.

 

Thanks for you help.

 

 

Cris

How to hide some rows in a cross tab report, when any of the column has 0 values?

$
0
0
TotalTotalCol ACol B
Total27,014.8423,831.173,183.67
4/01/2015947.08947.080
11/01/2015847.1847.10
18/01/2015862.92862.920
25/01/2015674.98674.980
1/02/20151,256.491,256.490
8/02/2015942.49942.490
15/02/2015865.5865.50
22/02/20151,130.411,130.410
1/03/2015885.02885.020
8/03/20151,150.601,150.600
15/03/2015672.8672.80
22/03/20151,023.981,023.980
29/03/2015699.26669.2829.98
12/04/20151,400.191,256.79143.4

I want to show above cross tab report from date 29/03/2015, as for other dates, col B has '0' value, Please suggest how to suppress such rows having '0' value in any of the column?


Re: Adding fields to IW49N

$
0
0

Hello Neo.


This BADI 'BADI_EAM_SINGLELEVEL_LIST' is only available from EHP3 of ECC 6.0 and also the business function LOG_EAM_CI_2 needs to be activated through SFW5 for this BADI to be available. Rest depends on your ABAPer.

 

Go through this useful discussion

Planner group name in IW49N report

 

 

Good luck

KJogeswaraRao

Re: Preliminary Import Approval - how to stop it changing status if error

Re: How to update a pricelist using 'import from excel'

$
0
0

Hi,

 

Please check this thread and also you can find similar threads from this forum. if you face any issues, start a new discussion.

 

Price list update by DTW

 

Thanks.

Re: Concatenar varios registros en una línea (SAP BO 9.0)

$
0
0

Es todo un reto, aunque la sintaxis es un completo dolor de cabeza de vez en cuando.

Re: All table and their sizes in a one node in distributed environment

$
0
0

Martin,

 

The issue is like this:

 

select * from M_DATA_VOLUME_PAGE_STATISTICS  where host='master' and DATA_VOLUME_NAME like '%hdb%4%'

 

Here the page size class 4K is affecting the sizes.

As soon as the 4K blocks increase we have seen in the indexserver size.

 

 

 

Re: Specifying location of new accounts in Chart of Accounts with DTW in SAP Business One 9.1

Re: File system full

$
0
0

Hi,

 

This is not correct forum. This is SAP Business one reporting and printing forum.

 

Please find correct forum and repost to get quick response.

 

Close this thread here with helpful answer.


Re: picture size exceeds limit

$
0
0

Please raise ticket to SAP support.

Re: Ledger printout problem

$
0
0

Hi,

 

Are you working with SAP Business one? If not, please find correct forum and repost above discussion to get quick response.

 

Thanks.

Re: ECC 6 to EHP 6 with DDIC ACTIVATION ERRORS and RETURN CODE

$
0
0

the correct solution is run that abap program in notes 2156045.

Where to start with reporting ?

$
0
0

I have been working in BO Data Services for sometime now for ETL and Data Migration stuff.  As the assignments involved did not follow SAP line of products entirely, hence reporting tool had not been SAP BI one. Now in SAP Reporting side, I find a lot of products that are being used - like WEBI, BW, Xcelsius, Crystal reports and many others. Could someone tell me if there is any relation between them and where can I start from.

 

I have heard and seen some guys from another team working on universe and creating reports out of it. I am trying to follow them but still if someone could give a headstart about how different BI products are related and where from could/should I start from, it would be helpful.

Re: Payroll Posting Error

$
0
0

Expand the root node at pers.no. and post.  Include the message details (double click the message part i.e., the one with '!' in the pers.no.line).

It could be due to cr & dr not equal.

Viewing all 8746 articles
Browse latest View live


Latest Images