Connection to Mobile application hangs
Hello, I have a problem when connecting to SAP BO mobile application. After entering user and password application goes to application screen, but hangs on loading data (main menu?). It doesn't throw...
View ArticleWeb dispatcher for multiple Fiori clients
Dear All, We have set up the Fiori landscape environment for our primary company ABC & are live with several apps. Recently, we installed the web dispatcher for working with the Fact Sheet search...
View ArticleRe: Web IDE - Could not set breakpoint. The SQL Debugging is now not...
Hi Pawel, You need to set specific permissions for your user and enable debugging in the xsengine.ini The exact requirements are explained here:"Debugging with SAP HANA Development Workbench"...
View ArticleRe: Configure your solution - Created Company Code - Where stored?
Hi Susanne Thank you for your response. We are currently evaluating a proof of concept solution so we can encourage customers to move to this new solution. I have been working with SAP since February...
View ArticleRe: CrystalReports 13.0.16 not working for multiple users in Citrix or RDP.
This appears to be a User account issue. On a standalone PC when running CR the report temp file is created in the C:\Users\Name\AppData\Local\Temp folder. Possibly the \Windows\temp folder needs full...
View ArticleProblem with Replicating Invoice from ECC
Dear expert, Hope you all fine, We have created in our Communicational Scenario, CustomWebService communicational scenario for replicating invoice document form ECC. the mapping, endpoints are...
View ArticleRe: What is the Best way to generate & guarantee sequential numbers in SAP IQ...
OK, that makes sense. I didn't see a DISTINCT in the original query and that will certainly change things a bit. As for the stack trace, you should open a case for it. Can you post the entire...
View ArticleRe: How to set delete flag (LVORM) in CRHD table in QM?
Try this code (I haven't tested).DATA: BEGIN OF crhd OCCURS 0. INCLUDE STRUCTURE crhd.DATA:END OF crhd. DATA: s_crhd TYPE crhd. SELECT * FROM crhd INTO TABLE crhd WHERE arbpl = arbpl AND werks...
View ArticleRe: Crystal Reports 2008
Hi Amit Kumar, I have just put my question In SAP Crystal Thank you very much
View ArticleRe: Affordable Care Act (ACA)
Yes I checked that first thing and the file format appears to be correct. We received two different TCC so I have changed the config and resubmitted a new file with the other code to see if that is...
View ArticleRe: Update customer phone numbers
Well, if you need to move some water from here to there would you use a spoon or a bucket? If you are currently calling the function for every single contact then passing all the information at once...
View ArticleRe: Decimal .00 is missing after paste to excel
Set the cell's numberformat. Something like: lole_result.application.workbooks(1).worksheets(1).Columns("C").NumberFormat = "0.00;-0.00" for the third column (C). Range.NumberFormat Property (Excel)...
View ArticleRe: Upgrade B1H 9.2 Issue
Hi, Antonio I believe that you have solved this problem, but only to notify others. Prior, you should update SAP Business One "Server Tools" on Linux.
View ArticleRe: confirmation
Hi Venkate, I experienced exact same issue as you. but I guess you have setup the auto GR for the confirmation. However the number range of the inventory document is not maintained in the client as a...
View ArticleRe: Query Yearly Revenue by month
SELECT year(T1.Docdate) as [year] This is my attempt at starting this.. I only did till April ISNULL([Jan],0) as [Jan], ISNULL([Feb],0) as [Feb], ISNULL([Mar],0) as [Mar], ISNULL([Apr],0) as [Apr] FROM...
View ArticleRe: Difference between GUI scripting and LSMW
Some pointers from my point of view. I'm sure there is more. LSMW- Transportable & client independent- Efficient for large repeating data uploads and migration Scripting- Allows data transformation...
View ArticleRe: NAWMA
Hi, thanks for your response. Actually I saw this name in a resume of a candidate regarding his experience and previous position he said he is expert on NA WMA. Therefore I just want to know what...
View ArticleRe: Workflow Deadline Monitoring and Escalation
Hi ,I am also having the same requirement. Can you please let me know what is the solution you processed for this requirement? I appreciate your answer for this.Jocelyn, Please can you give more...
View ArticleRe: Unhandled Exception
Hi Hitul, Can they log on as themselves on different machines? This will eliminate client issues. This can also happens when users have a large number of alerts
View Article