Re: Fragments with their own controller - Initiated by a XML VIew
Hi Gregor, Robin already helped me to change from a fragment to nested views. That is working just fine. The reason to do this is mainly the single responsibility principle. My controller should only...
View ArticleRe: Choose From List and Selection Criteria
Hi Leon, Regarding a) you can setup Authorizations under System Initialization as read-only for Projects. This way they won't be able to create new projects. Regarding b) the choose from list...
View ArticleRe: Web GUI low performance
I tried IE8, it performs better , but it is still to slow. Thank you all, I will try with httpwatch!
View ArticleRe: Adding a Custom field on Overview Page (form view section) on CRM WebUI...
Thank you very much Dharmakasi and Deepika for your help.I really appreciate your help. Thanks,CRM Dev
View ArticleRe: SAP HANA cloud platform couldn't be connected issue
Hi Kazi, Since you are using 1.6.0 IBM JRE and the error is NoSuchMethodError, it looks like that your java is not fully compliant.Please retry with Oracle JDK 7. Kind Regards,Alex
View ArticleRe: park and post in F110
Dear Sanil, Thanks for your valuable inputs. Could you elaborate what is 02,11,12 and 21 in the below input. 02 - Maintenance of parameters in F11011 - Check and creation of payment proposal12, 21...
View ArticleRe: FM convert_to_local_currency
Its possible.se38->create a program of type subroutine pool(say zsmm_create_fcurr_to_lcurr ) and create the form as I said. Remember to uncheck Fixed point arithmetic in this subroutine pool.Then...
View ArticleRe: Plant determination in packing at shipment level
I just talked to colleague whose main focus is transportation and he said that automatic packing in a shipment is not possible. Further he said that he doesn't need a plant for non-inventoried...
View ArticleRe: Navigate to Package from Code Inspection results
Take a look at CL_CI_RESULT_ABAP_COMPLEXITY andCL_CI_TEST_ABAP_COMPLEXITY In the test class the method GET_RESULT_NODE binds it to the RESULT class. Then the NAVIGATE method is implemented in the...
View ArticleRe: UpdateFromXML() not able to update Business Partner Data
Hi Saurav,what you are trying won't work like that. The problem is that you need to send the whole bp xml in order to update - it is not incremental. Imho the "easiest" in your case would be to use...
View ArticleRe: what is control sap and master sap?
Hi Krishnendu,I think this concept will get in pp-pi. Linking with PI Sheet concept. I have searched in google and not getting clarity on the topic. i need brief introduction regarding the control sap....
View ArticleRe: which module should i select
If you are Abap developer why don't you try to get in SAP HANA Module. I hear any Abap have more oportunity for a job.
View ArticleRe: SAP BI - OLAP variable in DTP unable to read from input ready variable in...
Hello Anjalee,I'm afraid it won't work since reading variable Y in Customer Exit (CE) is user-specific and DTP is run under a system-user (BWREMOTE or so). Thus, CE is trying to get values of a var Y...
View ArticleRe: I am filling the data on excel but i want it to open rather download, how...
hi yash, you can try to use OLE method to open excel file An example can be as follows: create object xlapp 'EXCEL.APPLICATION'.call method of xlapp 'Workbooks' = xlbook.call method of xlbook 'Open'...
View ArticleRe: Using TMVL in logic script
"Execute (Simulate) was not giving correct results." - impossible! Please show lgx after Execute simulate... Vadim
View ArticleNoFilter issue
I'm trying to use NoFilter to solve a problem with dimension and section without success... I have created a variable that returns number of months between current date and the date the product was...
View ArticleRe: Validation for Data Load
Hi Rahul, You can create a ROUTINE badi referenced in the transformation file to check and fail... Vadim
View ArticleTo show areport containing data for latest date
I have below requirement:- Currently the report is like below:- Idshopname programprogram featurepaper submit dateradio purchase...
View ArticleRe: getting error "Exec format error. Wrong Architecture" while starting...
Looks like you may be trying to run 64-bit IQ on 32-bit Linux. Chris.
View ArticleFields available in extract structure but not in data source
If a field is available in extract structure, does it mean that it should also be visible in the datasource as well so that we can hide/unhide it? I've created a generic datasource on top an infoset...
View Article