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

Re: Reading SAP Structure Data


Re: A question for extract one data from dummy table

0
0

Hi,

 

I think here are possible workarounds for this.


1. The extract job is working well when using "output to " instead of temp_extract* option.

 

   (DBA)>select '9999' from dummy; ; OUTPUT TO '/gjang/DATA/test.dat';

 

2. Insert the data into other table using "select into".

 

  select '9999'  into #test_tmp from dummy;

  set temporary option Temp_extract_name1='/gjang/DATA/test.dat';

  select * from #test_tmp;

 

"KBA 2323613" explanins the possible workaround.

 

- 'Feature, EXTRACT with OMNI functional compensation, is not supported' when using TEMP_EXTRACT option

https://launchpad.support.sap.com/#/notes/2323613

 

Best Regards,

Gi-Sung Jang

Re: Hana Database Encryption

0
0

The point of the encryption is to make it a lot harder to make sense of what's inside the data volumes when you don't have the decryption key.

 

It's not about "user-land' encryption, table access permissions, encrypting columns or anything like that.

 

Think of it as a big padlock on the box called 'your database'. To open the box, aka to start the database, you need the key. You need this key only at this point in time - simply to 'open the box'.

But once the box is opened (that is your SAP HANA instance is running) then you can use it as you always used it. No difference there.

 

That is BTW the same way, encryption works for Oracle databases. Once the database is up and running, the users can access the data and don't need to think about the whole decrypting process.

Re: SO10 Text in PDF Form

Re: Assigning a Time Wage Type to a Work Schedule

0
0

If you configure just for the current need every time, you may find too many complexities and conflicts in the resulting config.

It has been a common experience to get a holistic view.  For example in this case, see how OT is to be derived for this empl subgroup or this shift type.  Add these conditions in a new T510S rule (copied from an existing one). 

In T510S from time, you can use 05:00 to say 15:00.

For 1.35 rate, see in V_512W_B if there are other w/t's with 135%.  If so, you may be able to use the same w/t for V_T510S rule.  Else copy/create a new w/t called as OT 1.35.  You may not need other changes in T512W or posting.

The DWS class may be different for this new requirement.

Test well with data for other OT's as well to ensure they are not impacted.

Re: Can you start Fiori launchpad from ABAP? How?

0
0

Hi Steve,

 

What is the first tool that end users to log on?

 

SAPGUI or SAP Business Client or Enterprise Portal or SAPGUI for HTMLor Fiori launchpad on ABAP or Fiori launchpad on HCP or Fiori Client on mobile device?

 

Regards,

Masa / SAP Technology RIG

Re: SAP BOE4.2 and 100 WebI heavy concurrent user

0
0

Thanks Ajay and Denis

 

Best Regards,

MJ

Re: Secure Store Keyphrase change in running system

0
0

Hello Shivam,

 

As Manas pointed out, the SAP system needs to be stopped.

 

Furthermore, to save yourself from any trouble, before any changes:

- note what the current key-phrase is

- backup the SecStore.key and SecStore.properties files from the /SYS/global/security/data folder.

 

Best Regards,

Peter


Re: Balancing field "Profit Center" in line item 002 not filled Error while settling WBS to AUC

0
0

Hi Vishal,

 

Check whether the below is active

 

Check in SPRO -> Financial Accounting (New) -> GL Acctng. (New) -> Business Trans. -> Doc. splitting -> Define Doc. splitting characteristics for GL

 

Moreover, if the WBS element has the Profit Centre, then i guess you need to contact your FI consultants to confirm the above configuration

 

Regards

Terence

Unable to create Universe with oracle stored procedure

0
0

I am trying to create a Stored Procedure universe in SAP BO 4.2 but it’s showing below error,

 

Below are the steps that I have followed to create a Stored Procedure universe.

 

Using Quick Wizard ->Click here to choose Store Procedure universe->Entered Universe Name, New Database Connection->I was able to see available SP's.

I selected one SP-> Add->In Stored Procedure Editor it was asking for Enter parameter value.


I enabled parameter Stored_Proc_Universe as Yes.


But it was throwing below error:

 

Exception:DBD,ORA-06550:line 1,column 8:

PLS-00306:wrong number or types of arguments in call to 'SP_BO_TEST'

ORA-06550:line 1, column 8:

PL/SQL: Statement ignored

State: N/A


Please can someone help me to resolve this issue.

SAP HR Dynamic Actions in Personnel Administration

0
0

Hi Experts,

 

Requirement :-

 

When Employee is terminated his Employee group which is currently "1" Active, But it must be set to EE Group as Terminated status "4".

 

Can anyone guide me how to configure dynamic action for terminate action with change in EE group from status "1" to "4"

(1-  Active , 4-Terminated Status).

 

 

Regards,

Hare Rama

Re: How can i remove this Error

0
0

the first code is working well... the problem dont exist more

BPC Plug-in

0
0

Hi,

 

we've installed the latest (2.3) Analysis for Office Add-On with EPM and we have the latest BW release with BPC 10.1 SP10. A new Feature is the the BPC Plug-in which is part of Excel. If we get it right, you can see open Tasks drectly in Excel without use Web UI. But the Buttons to use this new Feature are "greyed out (see attached Picture). Does anyone know how to run this? Do we have to set a Parameter in SPRO or something like that?

Re: SAP HANA XSA SPS 12 Web IDE: Github: Bad Request URI: /che/project/workspace

0
0

Hi Omer,

 

was rewriting it within notepad but doesn't work for me.

Its further crashing, if I set the values.

 

BR,

Dirk

Re: MIRO PPV / ER difference LC different than LC2

0
0

Hi Karol,

 

Do you have special exchange rate maintained in the invoice header?

Normally the caused of currency value difference are all included in Note 526623.

 

Best Regards,

Owen


Posting period error

0
0

Hi,

while iam going for initial stock upload  using T- code MB1C with mvt type 561, it gives the below error message. in before i have already maintain the closed period for material master record for the year 2006..(T-code MMPV).for 1000 plant , but here i want upload the stock in 1100 plant.

it gives the below error mesg.

 

Entry 1100   does not exist in T001 (check entry)

Message no. 00058.

 

 

 

Posting only possible  in periods 2006/12 and 2006/11 in company code 1000

Message no. M7053



MMPV_Screen.jpg


 

mmrv screen.jpg

If i have enter the current plant 1100, it shows the error below megs.

mmrv_1100_Plant.jpg

 

 

Diagnosis

The posting date entered is not within one of the permitted posting periods (current period/previous period).

 

 

This can be due to one of two reasons:

 

 

The correct current period has not been set in the system.

For the system, the first of the entered periods is the current period. At the beginning of a new period, your systems administrator must change the current period in the material master record, using the function "Shift periods". This has not yet been done.

You have entered a wrong date in the field "Posting date".

Procedure

Check the posting date and correct it if necessary. If your input is correct, inform your systems administrator that the "period shifting" (period-end closing) process has not yet been completed. Copied from M8022.

 

Can you please try resolve the Error Mesg....

 

 

Regards,

Sree.

Viewing all 8676 articles
Browse latest View live




Latest Images