Re: Approve Request for Earmarked Funds Fiori Application
Hi Muñoz, What is the status in application side?If application side is OK but workflow side has some issue, check workflow template. You may need to code same in the BEFORE_UPDATE method.+ Check if...
View ArticleRe: Restore of database on sql server
Must read this tutorial to eradicate SQL Error 926: http://www.sqlrecoverysoftware.net/blog/sql-error-926-and-945.html
View ArticleRe: BPC 10 version for SAP NetWeaver & Dashboards/Xcelsius
Hi all, I'm working with a client to create some dashboards for BPC 10 NW, and would like to explore using SAP Dashboards (Xcelcius) to do deliver this in the web. The problem we face is that when...
View ArticleRe: SAP TechEd && d-code 2014 in Berlin
I'd prefer a DM. Can you either initiate the DM or follow me? Else I can't DM you. EDIT: What exactly happens with the contact info data phone/email? Message was edited by: Lukas Weigelt
View ArticleRe: Stock Transfer DOC TOtal Isasue
Dim RetCode As Integer Dim OTransfer As SAPbobsCOM.StockTransfer Dim TPrice As Double = 0 OTransfer =...
View ArticleRe: set LÖVM (deletion flag) for a notification
Did you try BAPI_ALM_NOTIF_DATA_DELETE, BAPI_ALM_NOTIF_SAVE and BAPI_TRANSACTION_COMMIT ? Regards,Raymond
View ArticleHiding 'About' information in SAP Fiori Timesheets
Hello, dear friends! For security reasons, we need to hide 'About' information in SAP Fiori. I would like to update code to change the values of the shaded fields.In UI5_HCM_TS_MAN.page...
View ArticleRe: Design Studio problem to start
No the installation was correct didn't get any message of error or warning.
View ArticleRe: Can we display Quality fields with two decimals places on the screen?
Hi Timothy, ABAP includes a powerful handling of fields type currency and quantity. When defining ZTSD001 in data dictionary you are asked for a reference field for KWMENG of type UNIT. Put the unit...
View ArticleRe: SAP TechEd && d-code 2014 in Berlin
I have another more general but probably rather stupid question (in before: there are no stupid questions). I'm always reading about a "badge", i.e. "your badge is your entry pass", "you'll receive...
View ArticleRe: looping of workflow at approval level
Hello Gurus, Any update ??? ThanksGaurav Gautam
View ArticleRe: Git invalid committer
hello, easy solved by adding email configuration in my git properties.go to your git in git perspective and then properties. then add new entry under configuration with following informations: key =...
View ArticleRe: How to find the webdynpro componant name in travel management portal
Hi, This is fitv_powl_trips. 1. go to SE80, select the webdynpro component fitv_powl_trips,2. find the webdynpro application fitv_powl_trips, double click it and run it in admin mode. Best regards,Rohit
View ArticleRe: set IDOC status to 59 and stop further processing
Hi Sreevisakh , Will it stop the IDOC posting?
View ArticleRe: Need to fetch the "Planned dates" of the earliest Maintenance call number...
Hi Bala, For the status of Maintenance Plan, please follow following steps - Step-1 : Enter Maintenance plan (WARPL) into Table MPLA and fetch corresponding OBJNR (Object Number) Step-2 : Pass Object...
View ArticleRe: Analysis for office export to powerpoint is not working
Hi Emanuela, have you tried to open MS PowerPoint manually before you click on the "Create Slide"-Button?This worked for me.
View ArticleRe: VAT clearance customization
Hi Michele, Not specific to Slovenia, bu sure of it DocDate = 2014, for sure,Posting Date = 2015,TaxDate = 2014. And you filter the report on the posting date.Just do a test... Regards,Eric
View ArticleRe: How to install sap gui on windows
You will need to have an S-User account to download the content.Ensure you have this from your administrator! Jude
View ArticleRe: how to convert an itab to xls and sent this as attachment in email
Hi Frank,Please go through the following code. " data declaration" variable declarationdata : v_lines_bin type i, "no of lines for excel data message_lines type i,...
View Article