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

Re: Account Based Calculation Issue

$
0
0

And where can I see all required setup screenshots?

 

Vadim


Oracle Tablespace details. Pre and Post upgrade.

$
0
0

Dear Experts,

For SAP NW 730 upgrade to NW 731, I am working in planning phase.

Here I need to gather the requirement from Oracle DB perspective which is running on 11.2. SBP version too will be provided if required.

 

 

 

I have already gone through the upgrade Master guide and Stack specific SUM tool guide.

 

Also i have covered the note 1805195 - Handling and troubleshooting of tablespaces during Upgrades, EhPs and SPs updates, which SAP says is release independent.

I am highly doubtful with the TS name changes after upgrade, as per the note mentioned above. As, i have never seen any TS  with name PSAP<SID>X. Also it speaks in length about the issues encountered during that stage due to inconsistencies with TBTCO tables.

 

 

Since as per the upgrade guide, these issues will be encountered at DB cloning stage only, I would request have the right information handy with me to avoid any delay at the time of upgrade.

 

Please provide your understanding on how DB cloning can be optimized and how to avoid known issues with TS modification in downtime.

 

Thanks

Abhijeet

 

[ASSUMED ANSWERED AND LOCKED - MODERATOR - 09-Sep-2015]

Engineering Record and Change Master

$
0
0

Guru's,

 

This is my scenario " I have three different ER types with different number range. I also have three different number ranges for Change Master with same as that of Eng Records. I want my ER to pick to their own respective Change Number so that they align with each other.

P.S: I also have same number range defined in SNRO for /PLMI/ECRN.

 

Kindly advise on how I can achieve this.

 

Thanks & Regards

Jo

Re: Banco Empresa divergente KNB1 da BSEG.

$
0
0

Pelo que entendi é só no HBKID - Banco empresa. Não tem a ver com o banco parceiro, pelo menos de forma standard.

Re: Partition Limit issue

$
0
0

Kris, that's the expected behavior actually. With multi level partitioning you are creating partitions within a partition (also called a sub partition), so you would still be at the mercy of the 1000 partition limit per table.

 

Let's analyze

 

CREATE COLUMN TABLE "MOLJUS01"."TEST_PARTITION"

("COL1" NVARCHAR(10), "COL2" NVARCHAR(10), "COL3" NVARCHAR(10));

 

single part created

 

 

ALTER TABLE "MOLJUS01"."TEST_PARTITION" PARTITION BY HASH ("COL1") PARTITIONS 5;

 

5 parts created

 

--reset table partitioning

ALTER TABLE "MOLJUS01"."TEST_PARTITION" MERGE PARTITIONS;

 

ALTER TABLE "MOLJUS01"."TEST_PARTITION" PARTITION BY HASH ("COL1") PARTITIONS 5, RANGE("COL2")

(PARTITION '20150101' <= VALUES < '20150106',

PARTITION '20150106' <= VALUES < '20150111',

PARTITION '20150111' <= VALUES < '20150116',

PARTITION '20150116' <= VALUES < '20150121',

PARTITION '20150121' <= VALUES < '20150126',

PARTITION OTHERS);

 

30 parts created

 

From this query you can see it more clearly. PART_ID is the unique counter of partitions, while PARTITION indicates the main partition and SUBPARTITION indicates the sub levels. This is similar but not the same look as seen in the run time view of the table.

 

SELECT * FROM "SYS"."M_CS_PARTITIONS"

WHERE "TABLE_NAME" = 'TEST_PARTITION'

 

There are 30 partitions total for this table.

 

 

So in a nutshell, the system behavior looks correct.

 

Happy HANA,

Justin

Could SolMan ever be used to manage a SuccessFactors implementation?

$
0
0

As I start managing more SuccessFactors implementations, I think to myself "Man, this would be so much easier to manage if SuccessFactors had something like SolMan."  Given the architecture SolMan works under and the fact that SuccessFactors works on an entirely different platform (for now), I don't see how SolMan could be leveraged for a SuccessFactors implementation, but wonder if anyone ever tried to manage parts of it.  I don't see how, but curious to hear if anyone has had similar thoughts.

Re: FM CONVERT_TO_FOREIGN_CURRENCY giving incorrect results

$
0
0

The problem is that SAP is not taking all the decimals to make de conversion.

 

for example if you have in the tcurr "0,0223". it cosider "0,02" giving you a rounding error.

 

I'm gathering information for a proper solution. if you have resolved yet, please share with us.

 

regards

Re: Multiple entries extracted from 0SCEM_1 and 0SCEM_2 in BI

$
0
0

Hi Uday,

 

Can you add your config screen shots?

Also, what update mode you are using ( should not be SPACE ).

Also, put a break point in FM /SAPTRX/BW_EXTRACTION2 and see what it's reading based on your BW profile setup.

 

Let me know.

 

Thanks,

Vishnu


Re: PI/XI: Reading MS Excel's XLSX and XLSM files with standard PI modules

Re: Help with parameters when using a sql command based report in Crystal Reports 2008.

$
0
0

ok, so not to cause me more trouble, but I have to ask.  Can I do a cascading dynamic parameter using the stand alone commands and pass values from the first to second and then to third to shorten the lists and make them more specific to the data that is being reported on?  if so, do you have a reference on how I can do that.  I really do not want to break what I got, but right now the user is having to look thru a list of all ordered_by providers when they really only need to choose from 10 or so.  It would break down to 3 parameters/lists:

1. practice_name

2. ordered_by

3. order_type

 

thanks again, this has all been very helpful

 

Sean

Re: Vendor Payment Report

Function Module Extraction

$
0
0

Hi All,

 

Can anyone please explain me the below.

 

1. we have developed generic extraction through function module. I have 200 records and my max size is 20. Now how many function calls are made to extract all 200 records?

 

is it 11 times?  20x10 = 200, final call to check whether any data found or not ?

 

Please correct me if i'm wrong.

 

2. i have selection in my infopackage on comp_code, So that i can filter out rest of the comp_code's which i dont want.

 

Now do i need to write an extra code to send that comp_code filter value to function module ?

 

Thanks in advance.

TableRowCreator is in gray

$
0
0

Hi experts,

 

 

 

How can i set the property "TableRowCreator" as True and "ReadOnly" set as "False" ?

 

 

Both properties are gray and I cannot change.

 

Regards

Re: SAP-ISU BAPI for MoveIn/MoveOut

$
0
0

Hello,

 

The parameters required depend on whether or not you have an existing partner and contract account.

 

If the partner already exists:

1) for exporting parameter moveincreateinputdata, populate the partner, move-in date, and the contract account (if it also exists).  If the contract account does not exist yet, set flag contractaccountcreate to "X" in exporting parameter moveincreatecontroldata and set the field acct_cat to the appropriate value in exporting parameter moveincreateinputdata.

2) for tables parameter tcontractdata, populate the installations (anlage) for the premise the move-in is being created for and set the associated flag in tcontractdatax to "X".

 

Regards,

 

K--

My scorecard is not showing the alert shape

$
0
0

When I select the column to show the alert of my score card is not showing the shape in the preview. Did I miss something or I need to configure something ? Thanks.


Re: Handling multi value input parameters

$
0
0

Hi Raj,

 

Sorry I somehow missed this.  We are still on SPS8 with plans to goto SPS9 in the coming months.  As soon as I'm on SPS9 I will revisit this.  Are you still having problems or did you find a workaround?

 

-Patrick

Re: Need Help Reg: VBAK Table Partly active

$
0
0

Have you use data type string in new appended field ? If yes then use limited data type like char* and adjust table using se14

Re: MDG SLA time for each workflow step

$
0
0

Hi Victor,

 

The index number is a constant with value '000000', you should declare something like:

 

"c_index                  TYPE swc_index  VALUE '000000'

 

If you want to get all the agents info you should use the method GET_WORKITEM_RECIPIENTS it return all agents of a work item. This method is in the class CL_USMD4_CREQUEST_PROTOCOL.

 

Is this what you are looking for?

 

Kind Regards,

Fabiano

Re: Facing Issue to create custome hierarchy in SAP BO

$
0
0

IDT does not support hierarchies from parent child relationships.

Re: MSDS extract not displaying revision date and version ?

Viewing all 8713 articles
Browse latest View live




Latest Images