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

Re: Business Partner Merging In CRM

$
0
0

Hello

 

Yes, you are right. The standard behavior is that you cannot select the communication data individually. Instead the entire address data has to be selected which will include the communication data.

 

Bernadette

 



Re: Justification of shared memory way of use

$
0
0

Thank you Custodio.

 

To check that, I wrote two programs. One of them adds one sales order to a table in shared memory and then waits for a second at every iteration. Another one easily reads the latest order about 10-20k times in that second when it's not write locked. Two concurrent read processes read about 1m rows of that table each in less than 5s.

That exercise showed yet another probable reason for that. Write/update lock is exclusive and locks the whole data object. In case of steady stream of overlapping read requests it's going to be hard to find a window in time to update the object, e.g. add a record.

 

Any other ideas?

 

THanks

Re: OData $filter on expanded association

$
0
0

Hello Charles,

 

at the moment HANA supports OData v2.0. In your example you used a so called "lambda operator". These operators are introduced with OData v3.0.

 

So at the moment it will not work on HANA.

 

Best Regards,

Florian

Re: Material document print out

$
0
0

the printer from OMJ3 is only taken if you do not enter the printer in the condition record in MN21.

Re: Business Partner Merging In CRM

$
0
0

Hi

 

If you were able to merge all data with the enhancement deactivated, that is, with the value 'A' in WCF_IGNORE_ENHANCEMENT,  then your enhancement is causing the issue.  You will need to review your code once more.

 

Thanks

 

Bernadette

Re: OData $filter on expanded association

Re: Partial GRPO not Allowed

$
0
0

In your query, you are referencing the VISIONTEST, the database instance name, it is pretty dangerous, since you when you copy this query to your production database, you will need to change the name again.

 

 

Frank

Re: Change styling of crosstab row on click of a button

$
0
0

Tammy,

 

Thank you for your reply. I did try that but to no avail. The main problem with my requirement is that the font color change should happen after the button is clicked and should apply only to the selected row.


Re: BI OLAP BW connection error openSapBwBrowsingSessionFailed

$
0
0

Hi Josh,

 

Yes, this is precisely the scenario I tried to describe here: OLAP connections set to predefined were failing while there was a broken entitlement system configured.

 

Regards,

 

Francisco

Re: Inbound Driven EWM Opp. Cross-docking Issues

$
0
0

Hi Juergen,

 

Thanks for answering this question.

 

Scenario 1: Can you advice what kind of the ATP check we should have for CD and the related org structure? My problem is we can do a ATP on plant level on sales order, but when down to outbound delivery, I have to enter an storage location on delivery, and ATP check triggered again. Much appreciate your help.

 

Scenario 2: All sorted, it make sense now why it didn't take the open WT. Is it also suite for outbound driven OPP CD? I have another open thread related to the FIFO, I found it via dubug, but not quite sure if it is the same issue, can you have a look as well?  http://scn.sap.com/thread/3739514

 

Scenario 3: Can you also have a look this question, we are struggling with it at this moment. Please let me know if you need more data. I assume there must be some POSC triggered?

 

Really apprecaite your help.

 

Cheers,

RG

Re: Personas 2.0: How to maintain the list selection in back stepping

$
0
0

Hi,

 

Extra info - since the list selection can be done by "Enter value" with a fixed value, I tried a script btn which checks a value from a textbox, then depend on the value checked, it "Enter the value". The probelm is that when the list contains more items, say, 10 items, the UI preforms very slow. So I was wondering if there will be another better way of keeping the item selection.

 

Br,


Dong

Re: Duplication of Amounts in the RT for IT0014 wage types

$
0
0

For any Payroll related query, it would help if you would mention the Country.

 

In the employee's IT0014, what are the values maintained and what is the Payment Model selected?

 

If you were to do a Payroll Simulation for one employee, with the "Display log" box checked, and drilled down into that log to Function P0014, what would be the Amount generated for that Custom WT?

 

What Function calls PCR SAV1 ?

Re: Cannot add row without complete selection of batch/serial numbers while Inventory transfer with Serialwise

$
0
0

Hi Pradeep

 

 

                                    for (int i = 1; i <= oMat.VisualRowCount; i++)                                    {                                        // ostock.Lines.SetCurrentLine(j);                                        if (i == rowcount)                                        {                                            // ostock.Lines.SetCurrentLine(j);                                            ostock.Lines.ItemCode = oMat.Columns.Item("V_1").Cells.Item(i).Specific.Value;                                            ostock.Lines.FromWarehouseCode = oForm.Items.Item("edtFwCd").Specific.Value;                                            ostock.Lines.WarehouseCode = oForm.Items.Item("edtTwCd").Specific.Value;                                            ostock.Lines.Quantity = 1;                                            ostock.Lines.SerialNumbers.InternalSerialNumber = oMat.Columns.Item("V_4").Cells.Item(i).Specific.Value;                                        }                                        else                                        {                                            // ostock.Lines.SetCurrentLine(j);                                            ostock.Lines.ItemCode = oMat.Columns.Item("V_1").Cells.Item(i).Specific.Value;                                            ostock.Lines.FromWarehouseCode = oForm.Items.Item("edtFwCd").Specific.Value;                                            ostock.Lines.WarehouseCode = oForm.Items.Item("edtTwCd").Specific.Value;                                            ostock.Lines.Quantity = 1;                                            ostock.Lines.SerialNumbers.InternalSerialNumber = oMat.Columns.Item("V_4").Cells.Item(i).Specific.Value;                                            ostock.Lines.Add();                                        }                                    }

 

Regards

Edy

Re: Sale of Fixed Asset using a Sales Order

$
0
0

Hello Ben,

 

We have the same issue . Our customer needs to create sales order to selll fixed asset.

 

Is there a customizing to see the integration SD-FI AA ?

 

Siheme

Re: Get value for "No. of dataset to be read"

$
0
0

The only work around I have found is to specify a standard variant in SQ01 that has a default value of '*' in a field that will bring back all the records. 

For example, in a query with an infoset using table TGSBT, even thought the table only has 228 values, the box asking for number of datasets to be read with a default maximum of 100 appears.

When '*' is used in the selection field using TGSBT-GSBER, the box doesn't appear. 


Re: Unable to rename New Group and delete them in Fiori Launchpad.

$
0
0

Hello Masayuki and Krishna,

 

Thank you for your advice.
The issue was resolved by setting an exception of proxy.

 

Thank you.

Hodaka.

Re: One or more maintenance items do not have packages assigned to them yet

$
0
0

In my case.

 

Operation -> MntPack (Maintenance Package Overview) -> check CYCLE

Re: How to change dates for Operation Segments in production order

$
0
0

Dear Andreas,

 

Thank you for your reply

 

Though I tried setting the import parameter IV_COMMIT with "X",

it didn't work.

Also, though I tried executing the FM "BAPI_TRANSACTION_COMMIT",

after "CO_SE_PRODORD_CHANGE",

it didn't work.

 

Do I still miss something?

 

Best regards,

Mei

Re: CRM Condition type replication from ERP

Re: Trouble with openSAP course in Mobile development W1U5_MyFirstIntegratedWebApp

Viewing all 8746 articles
Browse latest View live




Latest Images