How to choose the selection when install "EPM Add-in_NET40(SP21)"
Re: SAP HCM -Indian Payroll
Hi Srinivas, Let us say,you have already run payroll and make payments for month of Feb 2015 and now you want to run payroll for the March 2015.As it is arrear payment and need to take payment only once,use IT 0015 to process medical allownace arrears. M211 can be used for processing medical allowance in Indian Payroll. Please let me know if you need any help. Thanks
SUM error while deploying IdM8.0 eclipse service
Hi All,
I am trying to deploy identity management developer studio service. To do so, I have to start SUM and then start deploying the service. I get the attached error. I have given correct local host name and the port as well, but still i get the same error.
Any help in this regard would be appreciated.
Regards,
Krishna.
Re: WPMA Idoc Issues
Hi Nishant,
I suppose you're trying to use WP_EAN to generate the GTIN specific message in WPMA.
This is, however, not really feasible in standard (the same for WP_PLU). The logic behind downloading EAN references simply takes the selection criteria, determines corresponding article and sends out all GTINs defined for the POS UoM as maintained in the article master.
You cannot use the EAN select-option to restrict the GTINs downloaded and I am afraid it's not really possible even in the relevant user-exit EXIT_SAPLWPDA_003 as you might not have the visibility of the selection criteria (ask an ABAPer though) in RWDPOSAN (WPMA).
I see it as a change request with custom development reusing probably function module MASTERIDOC_CREATE_DLPEAN to generate the message and then modify the IDoc accordingly by applying the restrictions specified in select-options of the main program.
Sorry for the rather negative message but I hope it helps anyway!
Cheers,
Tomas
Re: Bex report requirement
Hi Ramesh,
If I understood your scenario correctly, my suggestion is to have a FLAG in the transformation level so as query designer can determine if this material will be shown or not..
For example, you create an infoobject called ZFLAG..
Add it to your provider then in transformation level do this routine for ZFLAG (mat-type, material, and price objects should be mapped to ZFLAG):
RANGES: list_mat for
IF SOURCE_FIELDS-mat-type = 'X'.
IF SOURCE_FIELDS-material
IF SOURCE_FIELDS-price = 0.
RESULT = 'XXX'.
ENDIF.
ENDIF.
ENDIF.
Then in query designer, add the ZFLAG object in the filter pane and EXCLUDE the value XXX..
NOTE: I only used XXX as the way of differentiating it from others..You can change it to any letters you wanted..We will only be using it to filter in query designer..
Just post here for any queries..
EDITING...
Regards,
Loed
Re: component issued quantity report for particular equipment
Re: CORS Issue while consuming Hana's OData
Hi Thomas ,
I'm having the exact same issue now in SP9 and it was working on SP8
here is my .xsaccess file:
{
"exposed" : true,
"authentication" :null,
"force_ssl" : true,
"prevent_xsrf" : false,
"anonymous_connection" : "mypackage.application::AnonConn",
"cors" :
{
"enabled" : true,
"allowMethods":["GET","POST","HEAD","OPTIONS"],
"allowOrigin":["my.server.me"],
"allowCredential":true,
"exposeHeaders": "access-control-allow-headers,access-control-allow-origin,access-control-expose-headers,authorization",
"allowHeaders":"Origin, Content-Type, Depth, User-Agent, X-File-Size, X-Requested-With, If-Modified-Since, X-File-Name, Cache-Control",
"maxAge":"3600"
}
}
I've added exposeHeaders and allowHeaders on SP9 because i got error message from chrome and other browser that :
Refused to set unsafe header "Access-Control-Request-Headers"
APIController.js:37 Refused to set unsafe header "Access-Control-Request-Method"
(index):1 XMLHttpRequest cannot load https://hana.... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://my.server.me' is therefore not allowed access.
I tried XS Admin tool but I can only see the content of CORS parameters there , how do i edit them from there.
What's missing or wrong with my .xsaccess now on SP9 ?
thanks,
best
Re: Error: member has no zero data in model load hierarchy BPC 10
Hi Mr.D,
Have you cleared the data on the parent members?
if the cube is already optimized without zero elimination check, then u have to explicitly remove the zero records by running the program goto SE38--> RSCDS_NULLELIM
Thanks,
Dinesh.V
Re: DataSource 0FI_GL_4 with data extracted too late.
Hello Amit,
thanks for your quick reply:
Here are the BWOM_Settings:
BWFITIMBOR 020000
BWFIOVERLA blank
BWFISAFETY 1
The settings are not confined to a specific data source.
As per OSS 485958 I understand that in case of BWFIOVERLA = blank data gets
extracted the day before yesterday.
Now back to my question:
1. One source System (and thus one BWOM_SETTINGS-table and one entry only)
2. target systems
I now assume that the System with the early extraction in my example takes data
of the day before yesterday. That would mean that the records drawn must have a CPU date
"before 02:00 AM".
Where can I check the CPU date of these records?
We have not changed any Interface or processes.
But: We migrated to BW partly to HANA with source System being on HANA already.
The "picture" for me is:
Connection Source HANA to target non-HANA (BW other system-not migrated) => o.K.
Connection Source HANA to target HANA changed => not o.K.
Must I look into the source or into the target (BW HANA)?
Thank you very much for your assistance
Thomas
Re: component issued quantity report for particular equipment
Hi Mohan,
Yes this is correct.
Regards
Varun.M
Re: component issued quantity report for particular equipment
Dear Varun,
After changing settings also i didn't get the result.
Re: Error occurred during IDES installation:
Hi Najia,
You can give permission for C drive:
and also C:\sapC70.tmp
Also check Software directory permission
run sapinst Run as Administrator mode.
Regards,
V Srinivasan
How to show current year in the one tab and last year sales in another tab WEBI Report
Hi EveryOne,
I have small requirement like :i have created one report that shows the table heading year.( FA2015)
sales id, and other obj..... below
but what they want is they are using report level filter based on selection ok.
eg:FA2015 it has selected from report filter.
Thanks
Abhi
Re: How to show current year in the one tab and last year sales in another tab WEBI Report
Hi Abhi
Just check this link .
How to show current year in the one tab and last year sales in another tab WEBI Report
Regards
Dinesh
Re: Need clarifications in using push notifications
Hi Andre,
Thanks for the details. Really good piece of information. Here are my understandings and analysis to startwith going forward.
1.APC will work until user agent is active(logged) otherwise notification will be missed. So only for online scenarios as suggsted.
2.Could you please give more thoughts on "notifications used by SAP Gateway are of an "offline" type " ? Does this mean user goes offline and once return online will the notification pushed again ? An example or an use case would be ideal to hear from you.
3. There is no single mechanism to handle notification which can handle both mobile devices as well as desktop browsers(modern). However as of now we can make use of below frameworks.
APC(Web sockets) or Gateway notifications can be used to target desktop browsers provided the user agent is active. i.e.,Web page has to be open and the user is logged in.
Gateway push notifications along SAP Mobile platfom (Android (GCM), Apple (APNS), and Blackberry (BIS/BES) is suitable for mobile scenarios.
Also i came across this interesting article discussing about push notifications using Push API / Notifications API / Service workers for HTML5 browsers.This allow sending a push message and showing a notification regardless the web page is open or not.
http://updates.html5rocks.com/2015/03/push-notificatons-on-the-open-web#disqus_thread
I will do some reseach on these advanced topics and will try to integrate with SAP Gateway framework. Hopefully i will share my analysis in 2 or 3 weeks.
Pleased suggest if you have any thoughts to share. Thanks for the help Andre.
Regards
Prabaharan Asokan
Re: Garnishments
Hi Shiva,
My name is Shanti kumari.I have gone through your discussion regarding Garnishment. Before you need to clarify yourself 1st you have to get an clear cut idea about Garnishment.
1st question answer( it depends upon court order whether it should be pre-tax or post-tax)
1.Garnishment is a court order deduction.In india,there is no Garnishment but US garnishment is mandatory.
Ex: If i am working in IBM(USA) company.After some time if Banker filed a case against me and stating that i took a bank loan which i supposed to pay after getting a job and now i am not paying it.Than court verifies my details by using my SSN(sosial security number) who is paying salary to me.
Than,court passes an order to the employer that deduct some amount from my salary and pay it 2 the bank. After that IBM send a Garnishment order to me that they gonna deduct few amount from my salary every month and they pay to the bank.
4th question answer
Disposable amount calculation: Gross sal : 2000$
Benefits : 100$
Taxable gross salary(pre tax) : 1900$
Current year tax : 300$
1600$
Disposable income is 1600$.
I hope this data will be helpful to you.
Getting data in json format from table
Hi Experts,
I have a table that displays some information coming from the back end through odata service. Kindly provide some inputs on how to select a particular row from that table and store that information in JSON format.
Please provide inputs regarding the same.
Thanks & Regards,
Varun V
Re: Month data viewed in ten day period
Hi SS,
Just tell them to implement this with MONTH as input parameter..
May I ask why the requirement changed?
Anyway, with the new requirement, you need to have an additional object to your provider with CHAR 2 as its type..Let's call the new object as ZC_DAY..
In your transformation, map your CALDAY to ZC_DAY and write this routine:
concatenate SOURCE_FIELDS-CALDAY+6(2) into RESULT.
So you have a filter for your CALDAY in the FILTER pane of your query designer filtered to ZVAR_CALDAY (let's assume that's your variable prompt with INTERVAL option)..
Create three (3) selections for your TDPs, let's call them ZSEL_TDP1, ZSEL_TDP2, ZSEL_TDP3..
Insert your keyfigure and ZC_DAY objects to all selections..
For ZSEL_TDP1 - filter the ZC_DAY with VALUE RANGE From 1 To 10..
For ZSEL_TDP2 - filter the ZC_DAY with VALUE RANGE From 11 To 20..
For ZSEL_TDP3 - filter the ZC_DAY with VALUE RANGE From 21 To 31..
Then you are done..
Just post here for any queries..
Regards,
Loed
Re: How to use lsmw in roll out project?
The below document on SCN by Ravi Sankar Venna
LSMW for Functional Consultants in simple step-by-step way
is the best help on LSMM. I have been using this in so many of my projects including roll outs, Support and implementation.
Regards
Sanil Bhandari
Re: FTR_CREATE
Hi Nikkil,
It means we can create one deal for different business partner using additional tab correct?
thanks
prasad