Re: How to deactivate splitter control in screen splitter ALV screen
Hi, If you are using the CL_GUI_SPLITTER_CONTAINER to split the container then the methodSET_ROW_SASH can be used to remove the splitter DATA o_spli TYPE REF TO cl_gui_splitter_container. CALL METHOD...
View ArticleRe: Transport Request Problem
could you double click on the truck and shear the screen shot of that.
View ArticleRe: select first item in list issue
Hi Vamsi, Just do like this and check - onAfterRendering: function() { var oList = this.getView().byId("list2"); var aItems = oList.getItems(); if (aItems.length) { aItems[0].setSelected(true); }...
View ArticleRe: COPA Value field report
Hi, Solution for your requirement is: Create a COPA Report considering Sales Org as a characteristic. Maintain the required value fields in the report. You will get the desired result......
View ArticleRe: Upgrade SAP R/3 4.7 200 to ECC 6.5
I try to found this file, but in http://service.sap.com/patches i have the following Problem
View ArticleProblem In Routine For RCC Calculation
Hello Experts, i am facing a problem in Routine for RCC rate calculation. problem is that 1) System will calculate the total of sum of Node ID’s Base price (e.g. Cond type ZPR0) under 1 or...
View ArticleRe: BSI Tax Factory 10.0
Hi, We have completed BSI cyclic upgrade to 10.0.g and TUBs up to 53 Level. We are running the payroll in HRSP upgraded client. Latest patch updated is 92 level. But while running payroll it is giving...
View ArticleRe: Diff between create component vs extend
HI Miley I am trying to understand your question. Maybe it is easier to have an example.For example, you have a new Control, ControlABC. And you want to have a common logic (alert('Hello World') in the...
View ArticleRe: Depreciation key which calculate over 33 months straigt line
Hi, Please create a depreciation key to meet this requirement: Depreciation Key with 3.03% ( Remaining value of the asset is 10000/ 33 years = 303.030) Regards,Pavan Kumar Arvapally
View ArticleRe: How we can known the application configuration associated to component...
Thanks Abhishek, Nagendra for Answers, sorry I want to know the application configuration name from component configuration I.E, Z one. To give this name at the standard application parameters value...
View ArticleRe: OXK3 - Coding Block - Add fields to BSEG (Expert Mode)
Hello Siddharth,Well to answer your question inn short, if database changes so does standard report If the data goes to ACDOCA, it should be made available in some form of reporting, Kindly check with...
View ArticleRe: HCM P&F : Conditional visibility of fields on webdynpro form
Hello, IMO there is no option in HRASR_DT to set visibility attributes during runtime.If the visibility is static or step dependent - it could be done with field attributes in hrasr_dt. You can...
View ArticleRe: Assign source of supply - NOT WORKING
Dear Guru,I am struggling with same issue .I am not sure why my Source list is not picking 1. I have created 3 info record with 3 different vendor Both are same validity date , same price2. I have...
View ArticleRe: Mass form VS Start Mass Process
Dear Ghadeer Zahaiqa, 1. Enable start mass process => implies while initiating the process you can select multiple employee's. Say you wish to provide a bonus to all the employees you could use...
View ArticleRe: Error installing SAP ECC v6.0 SR3 IDES
Hi Macdonald, In that case, you can try to use sqlplus to connection as sysdba, then create tablespace. Check if you are able to do that. Also please past pupbld.sql from $oracle_home\..\admin...
View ArticleRe: start mass process of FPM Process
Dear Ghadeer, As mentioned in my response to other post you can't have a mass process type for FPM based forms.Refer note 1917919 - Configuring a FPM process of mass type leads to an...
View ArticleRe: HCM P&F : Conditional visibility of fields on webdynpro form
You also have another better option of using generic service to set the UI attributes. However this may not work in all cases especially when you have list in your form.Refer blogs by Raja Sekhar...
View ArticleRe: Hostname Change - High Availability Installation
Hi Zechs 1. Your current system is standalone SAP system? could you share the Database version? 2. In the new HA system you have to perform the SAP system copy along with Unicode conversion.You have to...
View ArticleRe: How to configure SAP custom Fiori client in SAP SMP3
Hi Ramakrishna, There is no need to upload this file to SMP. You have to configure one application in SMP admin cockpit as mentioned in this blog: http://scn.sap.com/docs/DOC-65395 You have to...
View Article