Re: Data transfer between genil object
Hi Praveen, Do you need to transfer data between two different BSP components or within the same component between views? If between component means you have to use component controller.If between...
View ArticleRe: Opening a long URL on click of button in CRM Web UI
Hello Nitin, URL redirection is an internet technology, not purely SAP. You might get some information in the below mentionned link, including code examples. It means that you open one URL and are...
View ArticleRe: Opening a long URL on click of button in CRM Web UI
Hi Nitin, i will give you one suggestion when you click on button this url you need to open right. i have faced same problem last time. so at that moment i have done my code in do_prepare_output.when...
View ArticleRe: How to know Which all places a given context node is being used???
Hi Rahul Sharma, as poonam says context nodes are like internal table which holds data at run time. i will give you a brief explanation. here we are working with fields this fields are coming from base...
View ArticleRe: WebUI toolbar buttons doesnt appear on OVP Page
Hello , Please debug IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS method of overview page of component and check is there any issue? Thanks,Amit
View ArticleRe: WebUI toolbar buttons doesnt appear on OVP Page
Hello, Apart with above method, also debug IF_BSP_WD_TOOLBAR_CALLBACK~GET_NUMBER_OF_VISIBLE_BUTTONS method while opening quotation through recent items. Thanks,Amit
View ArticleRe: Opening a long URL on click of button in CRM Web UI
Hello Nitin, Are you able to run the URL independently in the browser ? Are you generating url using any of the methods of class CL_CRM_WEB_UTILITY? As you have mentioned that zv_url is a string, It...
View ArticleRe: Issue while Opening VA05 transaction via Transaction launcher
Hi Rishi, We had similar requirement , pls check the reply from tony in the below post http://scn.sap.com/message/10128149#10128149 Basically in the ECC system you can copy the BOR object TSTC to...
View ArticleRe: Opening a long URL on click of button in CRM Web UI
Hi Poonam, Yes I am able to open URL independently in the browser. I am using not using any class to generate url, I am concatenating few values to create url and in the .htm, I am trying to open the...
View ArticleRe: Opening a long URL on click of button in CRM Web UI
Hi Nitin, Ok, I am not sure in that case, only thing the way we call the url ( that we generated using class) is as follows <script> window.open('<%=controller->lv_url...
View ArticleRe: Organizational Model Determination Rule
Hi Prajit , We want to determine Org based on employee responsible but not on basis of USER. Employee responsible will be assigned to a particular position in Organization . We want to determine...
View ArticleRe: Issue while Opening VA05 transaction via Transaction launcher
Hi Rishi, Is data correctly coming in from CRM ? IS the values coming correctly in lt_container ? I had declared parameter like 'SalesDocument' in my zexecute method to pass the data correctly from...
View ArticleRe: Creating an IBase Component WITH Connection Object (ISU_CONNOBJ)
Hello Frank The issue here is that I want to create new Order for a client. This Order will contain a line, which should be connected with a Technical Resource. The Technical Resource should be created...
View ArticleRe: Interaction screen: The IREC screen is limited to only 4 interactions
Hello, First thing to check : do you have good test data for this ? After identifying customer and contact (in case of B2VB scenario), you should have at least a previous interaction record with a note...
View ArticleWhat is the purpose of BUS Obejcts in CRM WebUI?
Hello Friends, During the CRM WebUI Programming, i have heard lot many times about the BUS Objects.They are stored in Business Object Repository...But i have below queries regarding the BUS objects:1)...
View ArticleEnhance Std. Search with new field using AET
Hi all, I need your help. I have to enhance the standard search with new field. If I add the field using AET to the search page and check the option 'Search-Relevance', will it be enough or I will have...
View ArticleRe: Enhance Std. Search with new field using AET
Hello, AET will create a new field in the DB. This field will then be available for the corresponding search view, and you will have to do no coding at all. I am not sure to understand your...
View ArticleRe: Creating an IBase Component WITH Connection Object (ISU_CONNOBJ)
Solved! Apparently after creating new IBase Component and new Product (assigned to the newly created IBase Component) it is required to execute transaction save and commit for the object of newly...
View ArticleRe: Issue while Opening VA05 transaction via Transaction launcher
Hey Rishi, Try to use below code CALL TRANSACTION OBJECT-KEY-CODE USING lt_bdcdata Mode 'E'.
View ArticleRe: Issue while Opening VA05 transaction via Transaction launcher
Hey Gaurav , Thanks a Lot , Its work . Regards,Rishi verma
View Article