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

Re: CR Runtime Version 13.0.1.220 with Windows Server 2012

$
0
0

No. Do not use the viewer. That will tell us nothing as the viewer only displays saved data. it does not hit the database. And apologies, I was going to include a link to eval of the CR 1023 designer:

 

SME Free Trials | SME Software | SAP

 

 

 

- Ludek


Re: How to get rid of "Could not generate the Flash file (SWF); the cause is not known.."?

Re: Crear Validacion Solo Numeros

$
0
0

Sería algo así

 

declare @myOrgNumber nvarchar(50)

 

set @myOrgNumber = convert(nvarchar(50),tu_numero_que_quieres_validar)

 

if @myOrgNumber<>convert(nvarchar(50),cast(@myOrgNumber as int))

begin

     err=solo puede ingresar numeros enteros

end

 

Saludos

Re: Taxing Multiple states due to work travel in BSI

Re: Library import errors after while upgrading HANA patch from 85 to 96

$
0
0

Wild guess; but I suspect that the library you are referencing (sap.hana.xs.ide.editor.server.repo) doesn't exist any more.  The Web IDE was moved from sap.hana.xs.ide to sap.hana.ide a while ago.  Anyway you absolutely shouldn't be using these libraries for accessing the repository. Such access is forbidden even for SAP internal development.

Re: Resident Memory : HANA Studio

$
0
0

Hello Krishna,

 

Please look at the script collection in note #1969700. I think HANA_Tables_LargestTables.txt will probably be best suited to your needs.

 

KR,

 

Amerjit

Re: Reverse engineering on a synchronized model

$
0
0

If you check out the model and compare with the local one, can you get right result?

Are you on 16.5 base release?

Batch job Failure email Alert

$
0
0

Hi,

I have a requirement where

 

We need to send an alert to the business if a specific case in a batch job fails.

 

Clarifying the requirement

a) Not want spool of all successful logs

b) Want alert to the batch job that is executed and finished successfully but has a failure case inside the batch.

c) Is there a way at all to see/ differentiate between jobs that "finished" successfully but have case failure inside the batch vs batch finshed successfully with no errors within the batch at all.

 

 

Suri


Re: Webservice no User is posted

$
0
0

Hi Manfred,

for audit trail reasons the CREATED_BY and CHANGED_BY fields are always set automatically by the system and cannot be overruled.

Synchronous Web Service can also be called by business users, as is the case for Excel write-back scenarios.

Regards, Thomas

keep SAP backend version in sync with the SDK

$
0
0

Hello,

 

I searched the forum, but unfortunately did not find the answer.

 

There really is a seldom opportunity to upgrade UI5 runtime on the SAP system, as the process involves checking all the possible changes to other applications (SAP_UI) etc...

 

Once the backend upgrades to a specific version, it never is the last stable. So imagine I'm working only with one SAP system - can I force Eclipse somehow to update the version to the one I want? Or I need to download the specific version, remove the files in eclipse folder and manually copy them there?

 

Thanks for any of bringing light to this.

Re: File name specification when using iDOC as a source

$
0
0

If you prefer DS above LSMW (as I do ), that's the right approach.

Only remark is there's no need to create a file for an inbound IDoc; your step 3 will work fine with a target IDoc message.

Re: Error "Not possible to carry out the forecast - no historical data" in process chain

$
0
0

I fixed this issue. I had make some changes in forecast profile for smoothing coefficients(and other settings) and had to write macro to override negative values to zero. I must appreciate all your support and valuable advises.

Re: This field name is not known in Preview

$
0
0

Hello, i am attaching the report files as requested.

Re: Disappearing Standard Fields on UI MDG-M

$
0
0

Hi Benjamin,

 

Try reactivating the data model once in MDGIMG

 

Regards,

Raghu

Re: EHP5 New Profit Center Reorganization

$
0
0

Carlos,

 

We also installed EHP5 and activated the New Profit Center Reorganization Business Functions (FIN_GL_REORG_1 requires FIN_REP_SIMPL_3, which requires FIN_REP_SIMPL_2. You need to activate all three of these business functions).

 

You will need to create more than one Reorganization Plan and select the Reorganization Package Type, as configured in the IMG.

 

You can access the PC Reorg through transactions or through the portal and we found that the portal is a better UI and preferred by the business but if you prefer using the transactions, try these ones:

 


Transaction
  Code



Text



FAGL_REORG_CUST1



Restrictions at
  Plan Level



FAGL_REORG_CUST2



Restrictions at
  Package Level



FAGL_REORG_CUST3



Specify Doc.
  Type for Trans. Posting



FAGL_RPACK



Edit
  Reorganization Package



FAGL_RPLAN



Edit
  Reorganization Plan



FAGL_RREASSIGN_MD



Reorganization:
  Reassign Master Data



FAGL_RREPOST



Reorganization:
  Transfer



FAGL_RRI_CUST



Report
  Interface: Customizing FI-CO



FAGL_RSNAP



Reorganization:
  Snapshot



FAGL_RSNAPSHOW



Reorganization:
  Display Snapshot



FAGL_RUNID_INIT



Reset Transfer
  of Totals Documents



FAGL_R_AA_ASSET_UPDT



Fill Asset
  Master Data



FAGL_R_ASSETS_CONS



Check PrCtr
  Assignments for Assets



FAGL_R_COPA_CORRECT



  1. Subseq. Post
      Billing Docs to CO-PA

FAGL_R_FILL_RMVCT



Transfer
  Balances to Cons.Trans.Type



FAGL_R_INFO



Reorganization


 

Message was edited by: Nathan Genez


Re: Calculation Logic

$
0
0

Hi Vasu,

 

do you mean that you want to SELECT data from a table which is according to your description? Then something like:

 

SELECT DISTINCT emp_id FROM table WHERE from_date <= current_date AND
                                                                                to_date >= current_date.

 

should do the job.

 

According to the data you may or may not need the DISTINCT in the SELECT statement.

 

Best regards,
Kilian.

Re: Calculation Logic

$
0
0

Thank you kilian !

 

I am trying to restrict this condition in Variable or filter in the calculation view. Not sure how to perform this logic.

 

can you please explain me step by step procedure to achieve it.

 

Thank you

Re: Intercompany RRB billing

$
0
0

This is something I'd suggest to address in the SD forum...

Re: Calculation Logic

$
0
0

Is there any ways to achieve this logic using variable, filter or input parameters in graphical cal view ? please suggest !

Batch rejection for product - Shelf Life Expiry Date

$
0
0

Hello,

 

I am wondering if the following scenario is possible via configuration..

 

I would like system to reject a batch for product having 1 year, 2 year, and 3 years expiry time frame.


Aside from activating my plant with SLED check in spro, and maintain the shelf-life related data in the material master, I am wondering is there any configuration still require to meet those requirement.


Regards,

Tuff

Viewing all 8902 articles
Browse latest View live




Latest Images