Re: 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 ArticleRe: Quantity not getting confirmed in sales order
Hi In availability overview system 1 qty confirmed against the sales order dated 23.02.2014.But im not able to get the order number.
View ArticleRe: Export internal table contents with header line into excel file in WD...
Dear Anil, Please check this thread about adding leading zeros:http://scn.sap.com/thread/451825 Best regards,Gabor
View ArticleRe: PM notification from CO11N
Hello Salah, Taking the good point reported by Kumar, I can tell you can also create your own screen enhance in the OPK0. You need Abap person.But before to select this option, please see this...
View ArticleRe: SAP MM Consultant
Thanks Colleen for your feedback. 1. I just wanted all to clarify that I am not yet in a CoE, I am "on loan" from the business to corporate in a pre-project effort. In a few years from now after the...
View ArticleRe: WDP ALV settings set_edit_mode doesn't work
Hi Allan, Please close the ticket by marking reply as correct answer if its helped in resolving your issue. Regards,Rama
View ArticleField Not present in Particular screen number
Hello Guys, Can anyone help me to figure out in coding whether any field is present or not in a particular Screen Number During BDC. Thanks in Advance.
View ArticleRe: udf help
Where did you place this code? Create a new UDF with the name that you want. lets'say checkcode and place the code inside that. if (!(var1.equals("00")))throw new StreamTransformationException("mapping...
View ArticleRe: How to restrict the Save of a Campaign if any error messages are...
Hi, try to use CRM_MKTPL_OL_OBJ BAdI, method CHECK_BEFORE_SAVE. Giacomo
View ArticleA small thought for all
Best Wishesofhealth,happiness andprosperity toyou and your wholefamily.That 2015gaveyou realize, according to your expectations, what you wish,for you andfor your loved ones.Bonne année.
View ArticleRe: SSO Windows AD username is different to SAP username
Hi, I try to do add an alias assignment to a SAP User with an enterprise user and I cannot find the enterprise user. Should this be possible? I am am able to add a LDAP user to a SAP User so tried...
View ArticleRe: Data extraction of General Ledger following French legac article A47 A-1
Hi Ankit The pre-requisite is 1950264 which you already have applied. However, it would still be probably advisable for you to download and check if you need to apply the latest version of 2016265...
View ArticleGR Message (MLGR) - Add mail user
hi all, i've customized the settings for the GR message (MLGR) and it is working fine. in the second step i've tried to use the user exit USEREXIT_KOMPBME_PARTNER to add some more mail partners to get...
View ArticleRe: Running Visits C4C
Hi Raghanvender:1.- The manager must assign a list of visits to the seller this is what we call a sales route. Each visit is made to a customer (store) and within each visit can be completed activities...
View ArticleRe: Quantity Unit Code Mapping in C4C
Hello Ginger, Suggestions from Shiva didn't work. As you can see in the error, ZTL was already mapped to TQ while error mentioned that ZTL was already mapped to EA. Since customer did not want to bring...
View ArticleRe: SAP BO 4.1 with SAP BW / upgrade?
thank you so if we don't use a hana-db (and we are not using the BI-IP and just want to use our existing data model - no new providers needed) the advantage will be better performance und a number of...
View Article