Re: How to get data of collection wrapper which has already been removed from...
Hi , You can use COPY method to copy the collection wrapper as suggested by Pratheek .But if you have some specific type of entries on which you want to make change or any modifications, then use...
View ArticleRe: Getting Error while Enhancing view for component BT111h_oppt
Hi Sudhansu, you can check viewcluster BSPWDVC_CMP_EXT if a replacement of the view is already existing (perhaps deleted but entry in BSPWDVC_CMP_EXT was not deleted).Furthermore you can check table...
View ArticleRe: fm to add tax group to business partner
Hi Robert, Please provide the FM which is used for above requirement. Regards,Vignesh
View ArticleRe: swithcing address fields from display mode to edit based on other field...
Hi Harish, Thank you for your valuable answers RegardsDeepthi
View ArticleRe: How to get data of collection wrapper which has already been removed from...
Hi Pratheek, I had already implemented get_copy method but it will work fine with first time trigger, second time onward it will failure. This issue has been solved .. After I call my IMPL class, just...
View ArticleRe: Webui tab closes as we open another tab
Is it happening with standard business role as well ?
View ArticleRe: Transactional Launcher issue
Hi, Most probably, you are not able to use method EXECUTE in transaction launcher customizing because it is not possible to execute asynchronous BOR methods in WebUI. A possible solution for this...
View ArticleRe: How to Instantiate a Context Node in Web UI
Hi Shahir, Thanks a lot for your quick response. I have create the object context node but still its showing 'Not Bound' if i maintain some data in 'it_params' then its working fine. Can you...
View ArticleIn Contact Person : Check box always select Gray color & itrator lr...
In Contact Person having Work Address as assignment block. When I create new Work Address, it will open new window , there I feel all Contact Person informationThere are two field Main Address (Its...
View ArticleRe: Toolbar buttons on form view
Hi Girish, To add Buttons to a View, You nee to Code in DO_PREPARE OUTPUT. To achieve this, Add an Interface to Implementation Class of View IF_CRM_BUPA_UIU_OTYPE. Create an Attribute in the...
View ArticleRe: Do prepare output.
Hi Girish, This is Usually done when you need standard functionality but want to add something extra. Consider a scenario where you have a standard Component which contains a View. Now In that View's...
View ArticleRe: How to Instantiate a Context Node in Web UI
Hi Ramesh, You don't have error when you fill it_params, This means your entity is not getting created when Parameter values are not Passed. This is because of the coding you did in API of your Object...
View ArticleRe: Toolbar buttons on form view
if methods are gray out then check interface is not implemented in the impl class interface tab and try after adding there as i mentioned previously. Regards,Harish Kumar
View ArticleRe: Model Attributes
Hi Girish, The following link describe the correct way to close a discussion.Try to take a look into it.http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-whyMark the...
View ArticleRe: Transactional Launcher issue
Hi, In ECC, Execute Method is Asynchronous. So you mst copy TSTC to ZTSTC and make the method Synchronous. -Siddharth
View ArticleRe: Button on view
When ever your Issue get resolved by yourself then please Mark it as Assumed Answer. It would be good for all the members on SCN to see that this thread has been closed.
View ArticleToolbar buttons on form view
Hi Team,I tried of creating tool bar buttons on form view ..Tool bar related methods r showing grey..I created buttons on form view.. is it possible to move buttons on tool bar.. Moderation: Please...
View ArticleRe: Show Popup / Dialog - View in CRM Actions
Hi Hasan,as stated above, I know that customzing node and I have read the documentation before my posting, but as far as I understand (and tested) the Plug (and so the popup) is called BEFORE the...
View Article