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

Re: Down Payment Chain

$
0
0

Dear Maria,

 

Thanks a lot for the response.

 

I am a bit confused with the functionality, We want to record the project cost by performing the service entry sheet, this will show the actual cost incurred every month, the vendor could raise the invoice after some time. The Result analysis will be correct in this case.

 

If I don't record the valuated service entry without DPC entry how do I record the cost ?

How can I check the project status with cost(MM) or bill(SD)

 

Your response will be appreciated .

 

Kind Regards

Maqsood


Re: Restrict few fields to flow into CRM

$
0
0

Hi Santosh,

 

For the exporting and importing parameters , their names and the data types you can refer to any FM in that view. For the code logic you just have to clear out those values from the changing parameter which you dont want to reflect in CRM.

 

/Hasan

Re: Measure Error: UJO_READ_EXCEPTION_018

$
0
0

Hi Vadim

Thanks for replying. Here is the code for QTD measure:

 

MEMBER [MEASURES].[YTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])), ([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3

MEMBER [MEASURES].[PERIODIC] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP") AND NOT ([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="TOTAL" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="Q1" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="JAN" ), [MEASURES].[YTD]-([MEASURES].[YTD],[%TIME%].LAG(1)), [MEASURES].[YTD])' SOLVE_ORDER=3

MEMBER [MEASURES].[QTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP"),IIF([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/TILEVEL")="QUARTER",[MEASURES].[PERIODIC],IIF([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/TILEVEL")="MONTH" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/TILEVEL")="WEEK" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/TILEVEL")="DAY",SUM(PERIODSTODATE([%TIME%].CURRENTMEMBER.PARENT.LEVEL, [%TIME%].CURRENTMEMBER),[MEASURES].[PERIODIC]),NULL)),[MEASURES].[YTD])' SOLVE_ORDER = 3


-SM

Re: Quality Check

$
0
0

Thanku you all for your help... Problem is solved.

 

Regards

Govinda Parate

EPM 10 error while trying to log in from Ms Excel

$
0
0

Hi BPC Experts,

 

I have a newly installed SAP BPC 10 NW system for Dev, am able to access BPC web. But while trying to log in from Ms Excel it is showing an error with a message as described here :-

 

Error while communicating with the server

Framework Message:

Name or password is incorrect (repeat logon)

Wrong Authentication


Kindly, check the screen shots and suggest the necessary Troubleshooting.

 

 

Thanks & Kind Regards,

 

Mohd Habeeb

 

 

 

 

 


Re: Workitem should disappear from the inbox if pressed save in the transaction orelse it should remain in the inbox

$
0
0

Maybe...from workflow, the number is getting saved in the same luw???? That is when method completes, then only the luw bundle commits the DB!!!! try breaking this in two steps...

1) Decision step

2) check step

3) if not found...loop back to decision!!!

 

 

regards,

modak

Re: How to know no of records(in Internal Table) modified after using Modify statement

$
0
0

Hi Prakash,

 

Thanks...it's working..

 

 

Done..

 

 

Regards,

Santosh

sap hr lso brief

$
0
0


hi sap experts ,

 

 

i would like to have more knowledge on the following topics,

 

1) LSO Data extraction process..

 

2)  LSO Data Migration

 

3)OU Interface Trouble shootings

 

 

please explain in  detail..

 

Thanks in advance,,..

 

Regards,

 

Prasad


Re: Push Notification in Android using SMP 2.3

$
0
0

Dear Andrew,

 

We put the notification mode to "only native notification" . But no lusk.

 

Yes we configured "Apple Push Notification Service" same as you mentioned.

 

2014-03-16 08:50:27.648 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.notnoop.apns.internal.ApnsConnectionImpl.socket(ApnsConnectionImpl.java:133)

 

 

2014-03-16 08:50:27.648 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:71)

 

 

2014-03-16 08:50:27.648 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(SSLSocketImpl.java:365)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:564)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.Socket.connect(Socket.java:529)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.net.PlainSocketImpl.socketConnect(Native Method)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]Caused by: java.net.ConnectException: Connection timed out: connect

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.lang.Thread.run(Thread.java:662)

 

 

2014-03-16 08:50:27.647 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)

 

 

2014-03-16 08:50:27.646 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)

 

 

2014-03-16 08:50:27.646 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.notnoop.apns.internal.ApnsPooledConnection$2.run(ApnsPooledConnection.java:43)

 

 

2014-03-16 08:50:27.646 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.notnoop.apns.internal.ApnsConnectionImpl.sendMessage(ApnsConnectionImpl.java:160)

 

 

2014-03-16 08:50:27.646 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]at com.notnoop.apns.internal.ApnsConnectionImpl.socket(ApnsConnectionImpl.java:146)

 

 

2014-03-16 08:50:27.646 CONSOLE MMS pool-10-thread-46 [com.sybase.sup.server.Console]Exception in thread "pool-10-thread-46" com.notnoop.exceptions.NetworkIOException: java.net.ConnectException: Connection timed out: connect

 

 

2014-03-16 08:50:27.646 ERROR PUSH pool-10-thread-46 [com.sybase.sup.components.notification.apns.ApnsNotificationdelegate]Notification to [B@45ff4 failed!

 

 

2014-03-16 08:49:19.480 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Domain logger is not enabled

 

 

2014-03-16 08:49:19.480 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.util.PushDomainLogUtil]log bucket set as PUSH default

 

 

2014-03-16 08:49:19.480 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.util.PushDomainLogUtil]logContext is not null

 

 

2014-03-16 08:49:19.478 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Logging for domain default

 

 

2014-03-16 08:49:19.478 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.util.PushDomainLogUtil]Inside Domain Logger for PushNotification. writeDomainLogs() called

 

 

2014-03-16 08:49:19.478 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.APNSNotificationProcessor]###### Push from Notnoop complete...

 

 

2014-03-16 08:48:10.025 DEBUG PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.apns.ApnsServiceFactory]Returning service from map...

 

 

2014-03-16 08:48:10.025 INFO PUSH hz._hzInstance_2_mobdev1_push.cached.thread-63 [com.sybase.sup.components.notification.APNSNotificationProcessor]Device token - 2F141125EDA1A394CCE6F01C

 

Thanks

suresh

ARQ: User details fields mappings problem in Access Request

$
0
0

Dear All,

 

My "User Search Data Sources" are: HR system and LDAP (in this order) and

 

"User Details Data Sources" are: HR system, LDAP, GRC Production system and ERP Development system (in this order)

 

I could search for the users in HR and LDAP systems correctly. However, the problems I am facing are:

 

1. For some users, First Name, Last Name and Email id fields are not getting mapped. Though they are correctly shown in search screen of ARQ. This

    behavior is sporadic and not sure why this is not mapped for some of the users only. But for other users, they are getting mapped correclty!

 

2. For some other users selected users from the search result, First Name, Last Name and Email id fields are correctly mapped. However, "Manager" field is empty and not mapped! Though they are correctly maintained in HR system.

 

 

Any idea why this is behaving like this and how to solve this?

 

Please advise.

 

REgards,

Faisal

Re: Sale Order Query Print layout/Crystal Report Query required

$
0
0

Hi,

 

Try this query:

 

SELECT T0.[DocNum], T0.[CardCode], T0.[CardName], T0.[DocDate], T1.[ItemCode], T1.[Dscription], T1.[Quantity], (T1.[Price]+ T3.[Price] ) as 'Total Price', T1.[LineTotal]+T3.[Price] as 'Line total' FROM ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry left join  OITT T2 on  T2.[Code]  = t1.itemcode left JOIN ITT1 T3 ON T2.Code = T3.Father WHERE T0.[DocNum] =  [%0] and  T2.[TreeType]  ='t'

 

Let me know the result.

 

Thanks & Regards,

Nagarajan

Re: Performance management workflow appraisee and appraiser name to be passed in email

$
0
0

Hi Paul ,

Thanks for the concern!

I created a custom class taking import parameters as appr doc id and plan version.

I am passing these parameters to HRHAP_APPER table  and fetching the extended id(field id)

 

I am passing this extended id to bapi  "BAPI_EMPLCOMM_GETDETAILEDLIST ".

 

Here  i am getting multiple entries . using subtype '0001'  i will getting username and

with subtype '0010' i will get email address of the manager.

 

Passing username fetched from above step into bapi HR_GETEMPLOYEEDATA_FROMUSER

i will get the name of the manager.

 

I HAVE DONE BINDING OF METHOD PARAMETERS WITH TASK CONTAINER .ALSO TASK CONTAINER ELEMENTS WITH WORKFLOW CONTAINER ELEMENTS.

 

BUT MY CONCERN IS I AM NOT GETTING ANY VALUES FROM HRHAP_APPER TABLE .

 

Can you help me with an alternative solution,where i can get user id based on appraisal id and plan version ??

Re: Changing Dates in Date Navigator On DaySelect

$
0
0

Dear Rama,

 

Thanks for ur response.

 

I do have Date as an F4 input field in the table.

Also I need to pass the selected dates to the Start and End Date when selecting on the Date Navigator.

Is there any Property in Date Navigator how to control the Changed dates?

 

For Example for the First time selecting on DN i need to fill Start Date

Second Time - End Date

Third time - I need to change the Start Date filled during the first time with the newly selected

Fourth Time - I need to change the End Date filled during the first time with the newly selected.

 

Kindly let me know is there any property in the Date Navigator to achieve this functionality without writing much logic to fill these dates.

 

Thanks

Nalla B.

Re: Auto tab functionality

$
0
0

Hi,

 

  I have not found the solution in CRM but i have written this in HTML( thtmlb code ).

  Its working fine. Thank you for reply.

 

  I am Sharing my Code. It may be helpful to anyone.

 

  <thtmlb:gridCell columnIndex         = "1"

                    rowIndex            = "1"

                    colSpan             = "1"

                    width               = "12%"

                    horizontalAlignment = "RIGHT" >

     <thtmlb:label design = "LABEL"

                   for    = "//SMATERIAL/UPCCODE"

                   text   = "Serial Number" />

   </thtmlb:gridCell>

     <thtmlb:gridCell columnIndex         = "2"

                    rowIndex            = "1"

                    colSpan             = "1"

                    width               = "5%"

                    horizontalAlignment = "LEFT" >

  <input type="text" name="UPCCODE" id="UPCCODE" size=4 value="<%=l_upccode%>"  onKeyup="if(UPCCODE.value.length=='6') SERIAL.focus()" maxlength=6/>

   </thtmlb:gridCell>

       <thtmlb:gridCell columnIndex     = "3"

                    rowIndex            = "1"

                    colSpan             = "1"

                    width               = "25%"

                    horizontalAlignment = "LEFT" >

   <input type="text" name="SERIAL" id="SERIAL" value="<%=l_serial%>"  size=9 maxlength=9/>

   </thtmlb:gridCell>

 

 

 

**Get the value from the Input field:

<%DATA: data_input  TYPE REF TO cl_htmlb_inputfield,

           l_upccode  TYPE string.

 

   data_input ?= cl_htmlb_manager=>get_data(

                                       request = runtime->server->request

                                       name    = 'inputfield'

                                       id      = 'UPCCODE' ).

 

IF data_input IS NOT INITIAL.

     l_upccode = data_input->value.

   ENDIF.%>


**Write the same code to fetch the SERIAL as above(Same as UPCCODE ).

 

Regards,

Srikanth






Re: PP Functional Specification

$
0
0

Dear Rosy,

 

check this threads,which gives you an idea of how to prepare a Z report to find the where used list for a

 

list of materials/components. In standard SAP the report CS15 can help us to find the where used list

 

for an individual material,if the same has to be fetched for a list of materials then we need to develop a

 

new customized report as per the business requirements.

 

How to mass get material where-used list

 

Function Module - CS15

 

Regards

Mangalraj.S


Reverse engeneering from Oracle DB synonyms

$
0
0

Hi everybody

 

I tried to reverse engineer from Oracle DB using Power Designer. I have access only to synonyms in Oracle DB. I connected to source system, selected needed synonyms and clicked to reverse engineer. It seems that process run successfully, but the diagram is empty. Why synonyms do not appear on diagram?

 

I followed next process:

 

File – Reverse Engineer – Database…

 

Enter Model Name and click OK

Fill Options

 

Connect to Data Source

 

 
 

 

Move to  Synonym tab (I have only access to synonyms, not tables or views) and select needed synonyms


 

 

Output from Reverse Engineering:

 

 

After reverse engineering I cannot see the diagram

Re: Error "No Header Cookie Found" while Configuring SSO22KerbMap ISAPI

$
0
0

Hi Chris,

 

J2ee engine and web server are in the different domain?

 

With Regards

Ashutosh Chaturvedi

technically how we can integrate customised fields in SAP to SAP APO

$
0
0

Hi

For different sources calculating landed cost at source is different,we developed customized screens to maintain cost at source,this procurment cost to transfered to SAP APO,pls advised how we can do it standard master data & transaction data we CIF it but how we can transfer for customised screen in ECC to SAP APO

 

thanks

Re: Production double issue components

$
0
0

Hi Kedalene Chong,

 

Please post screen shot of above window.

 

Thanks & Regards,

Nagarajan

Re: Maintenance Optimizer - ABAP queue check failed

$
0
0

Hi Martin,

 

Sounds like ... Technical systems has not been  maintained peroperly in the LMDB.

Advise you please check the  "Landscape Verification".

 

LMDB=> Technical system=> Landscape Verification => Execute Verification Check

 

once you happy the Landscaspe Verification then run optimizer.


Regards

Mani

Viewing all 8704 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>