when click on button will shows the assignment block
hi i have a two custom tables. insert into two assignment blocks with same viewset, in first assignment block there is a button "insert" when i click on insert button user will shows the second...
View ArticleRe: when click on button will shows the assignment block
Hi nagendra, you want to display second assignment block based on first assignment block and both views are attached into viewset right in this casefallow this procedure. step 1.create one flag type...
View ArticleRe: Web UI Error Internet Explorer cannot display the webpage
Hi Maricarmen Consuelo ,As I am using Mozilla as default browser and I am working with two clients. So for one of the client the default mozila browser is getting triggered but for one the client it...
View ArticleRe: how to delete Application Header from CRM_UI?
Hello Anais. You can easily customize thiis by properly configuring Layout Profile which is assigned to your business role. In IMG -> CRM -> UI Framework -> Technical Role definition ->...
View ArticleRe: Transaction Launcher: How to launch a BSP component
Transaction launcher is an integration tool, which is used to display web pages within WebClient UI to provide functionality which hasn't been implemented within the framework. You are not using it...
View ArticleOpen popup when an item is entered
Hi there, I want to open a popup in CRMUI for some sales order when particular item type eg: PA30 is selected with some item quantity. I used EH_ONSELECT but this is not getting triggred in IMPL class....
View ArticleRe: what is the purpose or use of MNTCNT table of ECC in CRM
Hi Binu, MNTCNT can also be maintained within the customizing menu (SPRO > Integration with Other SAP Components > Customer Relationship Managment > Basic Functions > Data Exchange...
View ArticleRe: Open popup when an item is entered
Hi Krishna, Plz clear some Point. 1. Item type is a dropdown.2. what u want to display in popup. If it is a dropdown u can write code for popup in the event handler of that class.RegardsAlok
View ArticleRe: Error 'File does not contain any valid data', in CRM role
Hi! Sorry for the late reply. I have tried to repeat you rissue and found that if you run this program it ends with a log display that looks like the file you have posted. Besides this log display the...
View ArticleRe: Open popup when an item is entered
Hi Alok, Item type is not Dropdown, I need the popup when I enter some item value and press enter.Message will be displayed if the popup asking for some confirmation and it's just an Ok button, the...
View ArticleRe: Which are possible BDocs get triggred on change of Contact Person address...
Hi Neetu, Different systems are attuned to different triggering mechanisms. You have to change and identify for which the BuPA Main and Rel would be triggered.
View ArticleRe: Open popup when an item is entered
Hi, Create a Server Event for the field.Implement get_p method and give the event handler name to fp_server_event.Server event will refresh everything and hence your event handler will get a hit....
View ArticleRe: Open popup when an item is entered
Eh_onselect will not trigger for press enter. Its better create a event by name EH_ONsubmitonenter and write ur code in it. Hope it will help u.
View ArticleRe: Table creation with AET Not showing in UI
Hi Thomas, Below is the error message in the details. And based on the path in sicf bspwd_basics is already active in my system. Thanks,Narasimha Reddy Moram
View ArticleEnhancing customer address(BP)-AET not supported
Hi all, I am working on a small requirement where I have to add a custom dropdown field to my BP address area(Standard address). However I don't see any BOs for address part and it's not behaving as...
View ArticleRe: How to pass value instead description in picklist
Hi Ravi,code is already there i have shown in debuging mode but it showing description of that code in UI. also i applied set_property but nothing works. please suggest line of code in which method...
View ArticleRe: How to get orgnization data into Billing Document
Hi Praveen, U need to write code in get method of that particular attribute to get organization data.Use table hrp1000 to the code of service and sales org. hope it helps u. regardsAlok
View ArticleRe: How to get orgnization data into Billing Document
Hi Alok,i wrote the code in get method. lv_date = SY-DATUM. SELECT single MC_SHORT from hrp1000 into lv_code where OBJID eq value and BEGDA LE...
View ArticleRe: How to pass value instead description in picklist
Hi Praveen, Can you provide your get method code here. Thanks,Ravi
View ArticleRe: How to pass value instead description in picklist
HI Ravi, please get code:DATA: current TYPE REF TO if_bol_bo_property_access. DATA: dref TYPE REF TO data. DATA: LV_TYP TYPE STRING. value ='BTAdminI not bound'....
View Article