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

GET_ENTITY with several key fields

$
0
0

Hi,

in my entity model, the entity (e.g. MyEntity) consists of two key fields instead of one.

 

How do I have to call the URI for a entity set with 2 key values in order to receive one entity (MyEntity is the entity and MyEntityCollection is the set of MyEntity) using the service sap/opu/odata/sap/Ztest_srv/MyEntityCollection but without using an additional filter?

 

E.g. something like sap/opu/odata/sap/Ztest_srv/MyEntityCollection('..<key1>..', '..<key2>..')?

 

The idea is to get the corresponding internal array it_key_tab filled automatically.


Yours

Stephan


Re: Uploading master data from infoprovider BPC 10.1

$
0
0

Hi Manu,

 

There is no process chain to import master data from an infoprovider. You can import master data only from infoObject or flat file and the import from flat file would not help you in this case because the export of master data to a flat file is done from a infoObject.

 

Best regards,

Francielle

Re: TR is Not showing in Production Server, While add also error.

$
0
0

>>Transport Control program tp ended with error code 247.<<

If the TMS is configured correctly then the transport should appear in the queue automatically. If you are unable to add the transport requests then check the existence of files from the OS level from the Production server. The transport directory should be accessible there. If you are unable to access then ask someone who has access to the OS level to check

Re: Oracle Update stats for all tables once in a month - help required

$
0
0

>>Will it impact the performance of Oracle database 11.2.0.4.<<

My answer is a NO

Re: SAP CRM5.0 and ERP6 EHP7 Upgrade dependencies

Re: Adding New Lines in Matrix

$
0
0

Hi Houssam,

 

I believe that there is a line of code in your code that delete a line of a matrix like this: matrix.DeleteRow(int row).

I suggest that you look in itemEvent method.

 

Hope it helps,

 

Regards,

Diego

Re: Update OCRB via SDK

$
0
0

Hi Francesco,

 

For to you can update an object by DI API you need load first into the object, then change the fields that you need and then you need call Update() method. Below a sample how should you do this, explanation in comments.

 

Try  Dim bp As BusinessPartners = oCompany.GetBusinessObject(BoObjectTypes.oBusinessPartners)  'First of all, loads the business partner that you need to update  If bp.GetByKey("C08154713") Then  'walk in BpBankAccount list to find the accounts that needs update  For i As Integer = 0 To bp.BPBankAccounts.Count - 1  bp.BPBankAccounts.SetCurrentLine(i)  Dim valueFromExcel As Integer = 0  'internal key from your excel  If bp.BPBankAccounts.InternalKey = valueFromExcel Then  'Update your fields here  'bp.BPBankAccounts.BankCode = ActiveSheet.Cells(Row, 3);  'bp.BPBankAccounts.AccountNo = ActiveSheet.Cells(Row, 4);  End If  Next  'After you update the fields, now you should update the BusinessPartner Object.  If bp.Update() <> 0 Then  MessageBox.Show("Something wrong. ErrorCode: " + oCompany.GetLastErrorCode() + "Error message: " + oCompany.GetLastErrorDescription())  End If  End If
Catch ex As Exception  MessageBox.Show("Something wrong. Error: " + ex.Message)
End Try

Regards,

Diego

Re: Mixed HU & Homogenous HU - POSC

$
0
0

Hi om

 

use rule based in POSC, rather than fixed bin in IB02 and IB03, system will work as expected for POSC.

 

And when you use rule based, update putaway and rule from each step .

 

and give auto wt flag to first step not all.

 

 

Regards

Suraj


Re: Logging in db2

$
0
0

Hello,


The active log file itself itself is not removed due to log archiving. When log archiving finishes, the log file in the active log path will be 'marked' as re-usable. When it is re-used, the file name will be changed accordinly.

 

You may consider to book a elearning session (can be seen on the homepage of DB6 SCN).
Hope it gives more details on how DB6 works.

 

Kind regards
Maria

How to work with data slice, and workstatus.

$
0
0

Hello All -

 

I am working on Embedded Planning BPC 7.4 SP 12, and AO 2.2 SP1.

 

I would like to understand on Data Slice, and Workstatus. My understanding is Work Status work with Data Slice to lock the data.

 

e.g. I have the case like this:

a) I have Input Workbook. It has the selection parameter in the workbook as follows:

  • Planning Cost Center
  • Fiscal Year/Quarter
  • Version
  • Region

b) If User A, run the workbook with:

  • Planning Cost Center A
  • Fiscal Year/Quarter: 003.2016
  • Version: 0
  • Region: UK

Then user B will not be able to change/plan the corresponding data in the workbook. User B will only be able to change/create the plan data for corresponding Cost Center if User A has finished the work, and change the work status.

 

The questions are:

1) How to link between data slice, and workstatus to meet this requirement?

  • Should I create first the data slice e.g. Planning Cost Center, Fiscal Year/Quarter, Version, and Region, and then the workstatus? If yes, how to link the data slice to Workstatus, or how to send the value of Planning Cost Center, Fiscal Year/quarter, Version, and Region selected in the workbook/workstatus into data slice?

2) Could workstatus deliver this requirement ?

 

Kindly please ask your thought, and appreciate much your thought,

 

Many thanks,
Daniel N.

Re: PREP_INSTALL/RUN_RSPTBFIL_SPACE - Error during DMO for SUM

$
0
0

After applying latest Kernel 721_EXT patch 619 including DBSL Lib released Dec 25th, I was able to overcome this issue.

Re: IT 50 and IT 2011 data capturing

$
0
0

Dear Patel,

 

Thanks for your reply.

 

On what criteria i should go for Grouping for Punch.Could you please give me the example.

 

To upload time events we are planning go custom report to fetch the data.  and i am not aware about which one is used on which situation, Please explain .

 

 

Regards

Mohan

Why asset is getting capitalized ,when down payment made in f-48 for vendor against PO

$
0
0

Please explain to handle the vendor down payments  against PO , the asset is getting capitalized ,which should not happen

and it is also showing APC value in asset register ..

Explain on both the scenarios , direct capitalisation and CAPEx

Re: diserver vs diapi web app

$
0
0

Hi Pieterjan,

I am currently having doubt on this issue, Is this really a memory leak, or is it just because we don't really know how to free up the DI API objects.

I haven't have time to test on this again.

 

The new SBO 9.2 offers a web browser access to the SBO Application, in order for our add-on to run, I think we will need some kind of web services.

If it is really what I think it is, then we need to really have a clean code that does not have memory leak.

I haven't look into this feature though.

 

Regards
Edy

Re: NT 003.2015 - Princing

$
0
0

oi Rafael, RJ 3304557.

Pelo que entendi o 1 na terceira posição é só para taxbra, Eu uso taxbrj. Implementei a Badi para identificar se o cliente é não contribuinte.


About archive files for DFD, DMM, BPM Models ?

$
0
0

We can save Data Flow Diagram, Data Movement and Business Process Models in the form of archive files.

 

What do you do with these archive files, which usage ?

 

For physical and multidimensional models we use the automatic generation of archive files (apm, mpa) when generating scripts for our databases.

 

"Archive PDMs Provide a snapshot of the structure of our database at a point-in-time to allow us to determine model exchange since That Time When updating our database. When Comparing our model Directly with a database or script and not with an archive PDM, Some PARTICULARLY renamed differences around objects can be lost, leading to more drop / alter Creates in place of statements."

Re: Split AR in single billing

$
0
0

Hello,

 

Billing posting usually will generate FI journal :

AR customer (db)

   Sales Revenue (cr)

   Vat out (cr)

 

But, for some accounting purposes, my client wants to split AR into different GL account. The posting required to be :

AR customer (db)

Prepaid withholding tax (db)

    Sales Revenue (cr)

    Vat out (cr)

 

Is it possible by SAP standard or do i have to use userexit?

 

Thank you,

Budi

Re: Load .NET Objects to SAPbouiCOM.Matrix

$
0
0

Hi Simon,

Displaying directly from .Net datatable to matrix is not possible.

But, if you bind the matrix to a SAPbouiCOM.DataTable that support serialize/ load from xml

Using this object you can :

1. Serialize the .Net datatable into xml.

2. Convert this .Net datatable XML into SAPbouiCOM.DataTable XML, either hand compose it, or using XSLT template.

3. Load the result XML into the SAPbouiCOM DataTable object.

4. Load the SAPbouiCOM DataTable into the matrix.

 

Regards

Edy

About PR release

$
0
0

Hello Gurus,

 

When there is a new PR, it needs the managers to approve, when certain manager is on vacation, he always set the substitute to keep on working his job by SBWP and menu settings->workflow settings->maintain substitute. Now, we find if he set so, all the approver's inbox will come into the substitute's inbox, but we intend that only the notifications after the substitute date come to the substitute, and those before the substitute date still stay in the approver inbox, is it possible?

 

 

Thanks.

Asking query for searching negative stock

$
0
0

Hi Experts ,

 

I want to ask how to use query to find the negative stock after I done the inventory posting.

can anyone write down the full query for me ?

 

Thanks.

Viewing all 8667 articles
Browse latest View live




Latest Images