Re: dependent requirements not clearing up
Hi Tamma Thank you for the feedback and for closing the thread. BRCaetano
View ArticleRe: Lookup_ext function not working in validation transform
Thank You @Venkata Ramana Paidi sir Vijayakumar, I totally agree with Venkat and sorry for creating confusion Shiva Sahu
View ArticleTile Container for GenericTile (NOT StandardTile)
Ladies and Gentlemen, one thing keeps bothering me. For sap.m.StandardTile we have the brilliant sap.m.TileContainer, but I won't find anything similar for the sap.suite.ui.commons.GenericTile....
View ArticleRe: Inserting values from ztable to other ztable through module pool
hi ramesh, can u please explain in detail. my requrient is , i have ztable with 15 fields(in that 10 currency field). in that 10 currency field ,3 field already having value ie(like field 1 , field 2,...
View ArticleRe: Turn off Service Contract renewal alert
Thanks... I suspected that was the only other option I had. ~ t.
View ArticleRe: PHP SoapClient LoginService.wsdl Invalid document structure
Well, welcome to Business One SDK world.I don't know what you have to realize but it will be quite hard using PHP - simply because SBO SDK is ( so far ) a .NET dominated topic. Of course you can use...
View ArticleRe: Goods Issue through PI Sheet
Hi Expert, How we will draw the Table for Goods Issue for all components, Kumar
View ArticleRe: Error Number range interval not found for Object OFN_YR XXXX CN_DR when pos
i knew how to solve this issue, but i dont know the root cause , in T-code SNRO find the object CN_DR and in the screen goto-->naumber range to mantian the corresponding number range.
View ArticleRe: Alert messages are not coming to Alert inbox in SAP PI
Hello Aravind, In addition to what Hareesh mentioned you can also check if your rule is active or not. And just in order to check only in rwb alert rule,you can also select error occurred on...
View ArticleRe: Navigation between views in Desktop SAPUI5 application
Hi, Look at the below blog splitApp with Routing Mechanism thanks,sankar
View ArticleNo data for binding key .
hi,when we are triggering target url of receiver communication channel in browser we are getting :- No data for binding key "80212830CB261DDF8CCFBB8824C4CDE65".The service is active in sicf. please...
View ArticleRe: ESS incident: User XXXX doesnot exist in this period
Hi Jwala, Thanks for your time. Regards,Triven Kumar Reddy
View ArticleRe: Navigation between views in Desktop SAPUI5 application
Here is another example based on sap.m library Routing Example Page Check the source code as well as launch the developer tool in chrome browser(F12), you will observe different views (App.view.xml,...
View ArticleRe: How can we get Reports layout information in SAP BO 4.1 API
Hi Rajarsh Thanks much for your quick response. 1 . I am trying to get WebI Report information2. Im Looking for: For Example If I have a table in a block and a chart in a block, I need to get...
View ArticleRe: What did the acronym HANA originally stand for?
Hi Sameeh, SAP HANA is an in-memory, column-oriented, relational database management system developed and marketed by SAP AG.HANA's architecture is designed to handle both high transaction rates and...
View ArticleRe: Total Revenue by Business Partner Including Freight
Try: SELECT T0.[DocNum], T0.[DocDate], T0.[CardCode], T0.[CardName], T1.[ItemCode], T1.[Dscription], sum(T0.[DocTotal]) FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry WHERE T0.[DocDate]...
View ArticleRe: JavaBE.ini on Work Manager 6.2
If the Application is deployed once already to the server. The Application will needed to to be published (production type) from the editor to get a new version number. Also, the updated JavaBE.ini...
View ArticleQuery - Unit of Measure Conversion Slow in 7.3
We have upgraded to 7.3 from 7.01 and Im finding the quantity conversion in a query is now extremely slow. I use a variable on 0UNIT and it uses the standard config via RSUOM and the DSO UOMMMATE. Ive...
View ArticleRe: Join help
Instead of using UNIONs, you might also be able to do this by using multiple joins to the LOV_Details table using aliases. It would look something like this: SELECT p.employee_number,...
View Article