Re: Fiori ( My Inbox Issue)
Hi Muhammad, Could you check your system alias configuration. Service is TASKPROCESSING v2 and software version should be /IWPGW/BWF RegardsTejas
View ArticleRe: CJA2 issue
Hi Amit, Under CJA2 transaction code , Request you to run incoming order on WBS element level and not on project level. only one element should be "Revenue element" for incoming order calculation. Try...
View ArticleRe: SAP TRM : Partner bank is not getting updated in Clearing Document
In the counterparty role for this business partner, in company code data section. maintain the payment details with partner bank details.Dont forget to assign this payment details to your product type....
View ArticleData Migration & ETL - the SAP way forward
We have come a long way from LSMW to modern ETLs. I attended a late late night webinar on HCI-DS last night; very well presented and articulated by Ben Hofmans. We have the below ETL - BODS - primarily...
View ArticleRe: EM issues
Hi Dipak, The first time the EH might not be generated properly that's why it didn't populate Z event codes. Regards GGOPII
View ArticleRe: ipcs -ma on Solaris not showing Sybase shared-memory segment
Here is the source code for the "aseshm" utility. Edit to your liking, and compile: /* * aseshm.c */ #include <sys/types.h>#include <sys/ipc.h>#include <sys/shm.h>#include...
View ArticleRe: SAPlink - Plugin for object type TRAN is not installed on this system
Okay I solved the issue It is probably intuitive for ABAPers, maybe not so much for a non developer (I'm Basis/DBA/Systems) Transactions is indeed the right plugin (TRAN), but after you install it with...
View ArticleRe: Detail Page is not populating correctly
Hi Maksim, thanks for your replies. I have uploaded my code in github and here is the link for the entire code. https://gist.github.com/shyam0244/e417ba640a2c2ed57e64 I am using component.js to...
View ArticleRe: Routine to determine DATETO
Hi, Are your data changing? I mean, for example you already have these? 50100001 215 08.12.2014 14.12.201450100001 215 15.12.2014 31.12.9999 Can you still have data such as? 50100001 215...
View ArticleRe: BI 4.1 SP 6 Update - Any key issues
Hi Raj The only issues we had after upgrading to BI 4.1 SP6 (from BI 4.1 SP5 Patch 5) was the following: The CrystalReportsProcessingServer failed to start/restart. This occurred on our Development,...
View ArticleRe: Details of config Purge Operator
Hello The parameter for the PCH and PURGE can be found in the model configuration guide. Tried the following: Add Job Procedure =>...
View ArticleRe: Message no. CK785 Price not calculated from purch. info record for mat
Hi when you are getting this error? at the time of CK11n/CK40N? If it is in CK11n...try CK40N kamal
View ArticleRe: TNS-12541: TNS:no listener
trans.log file 4 ETW000 R3trans version 6.14 (release 701 - 26.01.09 - 12:46:00).4 ETW000 unicode enabled version4 ETW000 ===============================================4 ETW000 4 ETW000 date&time...
View ArticleRe: Fiori My Spend - Department Graph shows only single color
Can you click on 'Swiss Re Next' on your second screen and show the screenshot?
View ArticleRe: OKB9 settings
Hi In the delivery doc see the additional assignment..cost center may be assigned.. kamal
View ArticleRe: An issue about APD( Analysis Processing Designer) of BW
Thanks, Venkat, so how to define the package size in Extended Settings,below is the screen shot without any definition(By the way, I confirm there are not any filter, fomular or rotine between query...
View ArticleGetting Actual and Planned Cost from WBS/Project
Hi Gurus, We are trying to develop a report to display actual and planned values of multiple WBS with respect to multiple WBS/Project number. -We are pulling the Actual cost values from table COEP...
View ArticleRe: Association and OVS question.
Hi Paul, You need to create BOItems association in AfterModify event of BO1. var instance=BOItems.Retrieve(this.BOItems_elem);if(instance.IsSet()){ this.ToBOItems=instance;} Best RegardsFred
View Article