Re: Gmail Integration
Hi Eline,I just read your query and found a very good solution for you. May the following link will help you to get your query solved....
View ArticleRe: Business scenarios for MM
..check out "SAP Best Practices" in the SAP HelpPortal. Go to http://help.sap.com, select "SAP Best Practices", expand the "Baseline Packages" branch. These packages include a lot of information on all...
View ArticleRe: Gmail Integration
gSyncit is for Contact Syncing. For eMails just set up Outlook for an IMAP-Account to download the Google eMails. Anyway, I decided to not use ByD Outlook add in and use Google Apps Sync because for me...
View ArticleOverview inside the Work Centre View.
Hi Everyone I am having a small problem relating to “Overview” section inside the Custom/SAP work centres e.g. Project Management. I am working with one solution on SDK where I need to have something...
View ArticleCATA Posting after period is closed
Hello Experts, We are facing an issue wherein the user is trying to run CATA for an employee for period 01-Jul to 15-Oct. The user in trying to run CATA for the mentioned previous periods in Jan'14.The...
View ArticleRe: how to trigger custom action when open a standard screen.
Hi Rei,Yes, The same thing working later I dont know why it was not executing first time.I have put my action after defaultset execution, after loadig the data it will update the list with current...
View ArticleRe: Gmail Integration
Hi Sonia, Thanks for taking the trouble to research this, however the post is about using Gmail with ByD. The Outlook discussion is driven by trying to find a workaround to allow Gmail users to link...
View ArticleRe: Overview inside the Work Centre View.
Hi Everyone Can someone please confirm my findings regarding above issue that “Overview” is only Possible within SAP WCs & Not in Custom WCs.Also When creating Hierarchical views You only can...
View ArticleCall Event-BeforeSave Action from BO Action
Hello Experts!!!I have a little issue, I need to call the Event-BeforeSave from BO Action in code. I am trying to call Create() method of the instance but it don't call the Before-Save. Some idea for...
View ArticleSAP ByD Data Access through ODBC
Hello Experts, Does anyone know if ByD data (data sources) can be accessed through a ODBC connection? Any help is greatly appreciated, Thanks,BJ Patel
View ArticleRe: ByDCustomPaneTemplateSetup.msi
Hi Hari,Could you please share the file. I need the file toothank
View ArticleRe: Call Event-BeforeSave Action from BO Action
Hi Adriano, Create method would not trigger Before Save because Create would not persist the changes. Only when you trigger save it would persist changes. You can use the below configuration within...
View ArticleRe: Call Event-BeforeSave Action from BO Action
Hi Andrio You can call before event after executing or before executing your action, use the below configuration.If you check Save Before Execution then your beforeSave event call before executing your...
View ArticleRe: Call Event-BeforeSave Action from BO Action
Thanks for the fast answers.My situation is as follow, I need to Create Journal Entry automatically so I am using MDR (Mass Data Run) but the MDR only can execute BO-Action and the Journal Entry is...
View ArticleRe: Call Event-BeforeSave Action from BO Action
What is this BO Action of yours doing? Is it making any change in any field of your instance?
View ArticleRe: Overview inside the Work Centre View.
As far as I know, Overview screens for Custom BO's can't be done. But, the views which you showed doesn't necessarily be from same BO.
View ArticleRe: Customer Part Number
It can also be filled with code (std. events of the BO on which form template is created.)
View ArticleRe: Tracing doesn't work
I was wondering how debugging can't be a replacement for Tracing. Did you check the Output window when debugging in ON while the events are running?There is an issue with tracing in 1308 which can't be...
View ArticleRe: Call Event-BeforeSave Action from BO Action
Hi Andrio,After the MDR execution, beforeSave event trigger only once.You can test in debug/trace.for example if you have 500 instance to update and you are running MDR, then your custom actionwhich...
View Article