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

Re: What is the most efficient way to convert TIMESTAMP to BIGDATETIME?

$
0
0

Hello,

 

I have a couple of ways to do it:

 

CREATE INPUT WINDOW INWINDOW SCHEMA (
C_Integer integer,
C_Bigdatetime bigdatetime,
C_Timestamp timestamp,
C_Date date,
C_Long long,
C_String string,
C_Money2 money(2),
C_Money7 money(7),
C_Binary binary,
C_Float float)
PRIMARY KEY ( C_Integer ) ;


CREATE OUTPUT WINDOW OUTWINDOW SCHEMA (
Column1 integer ,
Column2 bigdatetime ,
Column3 bigdatetime ) PRIMARY KEY ( Column1 ) AS
SELECT
  IW.C_Integer as Column1,
  cast(bigdatetime,IW.C_Timestamp) as Column2,
  to_bigdatetime(to_long(IW.C_Timestamp)*1000) as Column3 FROM INWINDOW IW ;

 

You can test it with esp_subscribe:

%ESP_HOME%\bin\esp_subscribe -c studio:studio -p localhost:9786/default/p6 -s INWINDOW,OUTWINDOW

 

<INWINDOW ESP_OPS="i"  C_Integer="500" C_Bigdatetime="2014-05-10 04:10:26.609123" C_Timestamp="2014-05-10 04:10:26.609" C_Date="1970-01-01 19:12:12" C_Long="76" C_String="string" C_Money2="2.22" C_Money7="7.7777777" C_Binary="42696E6172792064617461" C_Float="3.141590"/>

<OUTWINDOW ESP_OPS="i"  Column1="500" Column2="2014-05-10 04:10:26.609000" Column3="2014-05-10 04:10:26.609000"/>

 

Thanks,

  Neal


Re: One Purchasing Org multiple SAP clients

Re: Error "servicio SAP License Manager"

$
0
0

Saludos Roger,

 

Podrias intentar desinstalando el SERVER TOOLS pero sobre todo al concluir la desinstalacion borra la carpeta completa del server tools (C:\Program Files (x86)\SAP\SAP Business One ServerTools).

 

Ahora, si no te sientes agusto borrando la carpeta desinstala el server tools y renombrala.

 

corre algo como el ccleaner, re inicia e instala el server tools desde los archivos de instalacion, cuentame como te fue

 

ah, un ultimo detalle, cuando ejecutes la instalacion realizalo con click derecho ejecutar como administrador ....

 

Message was edited by: Alberto Loera

Re: How to test a Personnel Area after configuring it?

Executing crystal reports through a shell script

$
0
0

We are currently in the processing of building a POC using Crystal reports and was hoping to find a way to execute canned crystal reports via a shell script. The reason being we wanted to schedule the executing of the report through our scheduler where we would build in the dependencies.

 

Does anyone have a simple example on how to do that.

Re: POWL: Get workitems for a user by program

$
0
0

was able to use SAP_WAPI_CREATE_WORKLIST

Assignment of Component Configuration

$
0
0

Hi,

 

As you see in the screenshot, the Comp.Conf /.../GRC_GRAC_ERM_OIF is assigned to Component FPM_OIF_COMPONENT:

cust.png

 

But I think this is the cause for some errors in my application. The standard looks like this:

cust2.png

 

I want to set up the configuration to the standard, but I have no idea how to assign the component configuration GRAC_ERM_OIF (which is the standard for this application) to the component FPM_OIF_COMPONENT.

 

The configuration is standard:

cust3.png

 

Any ideas how this could be configured?

 

Thanks and regards

Peter

Re: ESS / MSS WDA Customer specific Changes in EHP6 / EP 7.3

$
0
0

Hi Shankar

 

Thanks for your reply.

 

As you mentioned

 

And other applications for MSS and all you can maintain in portal itself by copying the Role for different countries.

 

As I mentioned in my thread we are using MSS Add on 1.0. I can create multiple roles in Portal wi.r.to. each country for the Menu structure.

 

Since all the Mss add on based on WDA, if I understand correctly either I can achieve the field level restriction either based Admin Portal Personalization / FPM based approach.


Planning Book Data outside planning horizon

$
0
0

Hi Experts,

 

I am new to APO  "Data partly after horizon 01.04.2010 to 01.04.2016"  message is coming when accessing planning book  in our production system, not in Testing/Quality system .refer attachment

 

when I gone through the forum we have to extend planning area using program  /SAPAPO/TS_PAREA_INITIALISE.

 

To perform this activity  is  back up of the cube compulsory we have to do?

 

Please let me know is any other steps to follow to resolve this issue, with this issue the users are not able to access planning book.

 

 

Thanks & Regards,

Srihari.M

Re: 2LIS_06_INV and table RBCO. How does it work?

Re: Career in SAP SD

$
0
0

Hi,

 

because they will give you full training on module configuration and integration with others modules. The certificate make you different from others. what is your qualification ???

 

 

Regards,

mukesh

Re: Referencing resultset field in procedure

$
0
0

Hey guys do you know if it's possible to reference a variable inside the where condition when using this SELECT INTO approach.  I created another thread about the issue I'm having if you get a chance to look at it.  Essentially it seems to ignore variables passed into where condition like;

 

WHERE PLANT = :V_PLANT.

 

-Patrick

Re: free goods determination

$
0
0

Hi Cat,

 

As suggested earlier, free goods determination works with quantity and not with order value. So first please address this - do you want to use free goods functionaltiy? and how?

 

Do some tests in sandbox and check if the free goods condition record will allow you / give you the desired result?

 

Second, business perspective, give an example of the insentive you want to give to the client. Probably some solutions can be provided.

 

Thanks!

Re: How to pass multiple parameter to SAP Gui transaction from WD

Re: Replicating data from Multiple ECC into HANA schemas

$
0
0

Hi Michael,

Thanks for the link but that article ends where my question begins..The schema part is fine.

My question is on the consolidation of data from the same table existing in multiple source systems.

 

The approach I can think of is what I had mentioned above. I want someone to point out if any loopholes exist in this approach... or if possible recommend a better approach..

 

Thanks,

Shyam


Re: Beginner with ABAP WEBDYNPRO

Re: How to change the node description in property Tree

$
0
0

Dear Manglesh

 

you "misunterstood" a little bit how a "property tree" is defined. A property tree is a list of value asignments as defined. Some of these are only for internal uses (e.g. the nodes); some of them can be used to maintain data e.g. by using a reference to a class. So if you would liketo get updated in the llok and feel of property tree you need to make anupdate for the value assignment types in customizing. Juts use the "Names""/"Description" as defined on class level and reuse them in corresponidng customizing activity.

 

Regarding your second topic: answer is: yes: just remove the value assignment from protperty tree. Keep in mind these "issues": if in the past there are data maintainted in the value assignment type as removed from the tree you need to remember that: thee are still change docs availaeble; and data is there, and may be tjis value assignment type has been used in rule sets and WWI templates: therefopre best option is to do like SAP is doing: just move this value assihgnment from property tree "STANDARD" (whiich is used normally) to property tree "OBSOLETE" which might be helpful. So if needed user can switch to property tree "OBSOLETE" and checkl the data; but value assignemnt type would be "hidded" as in most cases the user will use "STANDARD" tree


C.B.

 

Re: Duplicate(double) values in Database view

$
0
0

Dear Eitan,

 

I am added above query in selection conditions tab, error display:

 

'Join for field MAKT-SPRAS uses an SY field'

 

Added screenshot.

 

 

view4.png

view5.png

 

 

 

 

 

Regards,

Abbas.

Re: Query based on MP

$
0
0

Hi

 

 

Issue has been solved via Infoset

Define Country groups

$
0
0

Hi experts,

 

 

Can any one clarify the doubt on defining country group.

 

At the time of defining legal regulations for SPL screening, Embargo, is it necessary to define country groups at that time?

 

I am clear country groups define groups of countries that have uniform requirements. (Ex: license determination service can use country group that have same licensing requirements.

 

Thanks in Advance for helpful answer

Viewing all 8667 articles
Browse latest View live




Latest Images