Re: WebUI and SAP UI5
Hi Lakxman, The framework architecture of SAP CRM is based on different software layers. go through this link.. Framework Architecture - WebClient UI Framework - SAP Library sap ui5 is the name of the...
View ArticleRe: How to find Veiw description In Account Identification page
Hi Akhilesh, You can change the view description in .htm poage of that view. Example - In BuPaSearch.htm for ICCMP_BP_SEARCH following code snippet is for the view description <thtmlb:tray id =...
View ArticleRe: Rename Tab
Hi RR, Open overview view set where this assignment block gets displayed.Open the view configuration and change the title. Ensure that you change the title for correct configuration. Let me know if...
View ArticleRe: Rename Tab
Hi RR, In that case configuration setting is enough for changing the title of the view.. go to your overviewset->config below change the title of the view what ever you want.. Thanks &...
View ArticleRe: Adding attachmant component (GS_CM) to Z WebUI component
Hi Anbu B,Transaction swo11) Create Object type: some name starting with Z2) Add interface IFSAP to the object. 3)I have added one attribute: key field of the Z table where data is hold.4)I have...
View ArticleRe: How to find Veiw description In Account Identification page
Hi All, Thanks for your help. I solved the issue . while debugging I found the table name where the description of ICCMP_BT_CSPC component maintained , the table is CRMC_IC_BPDEFCOT. Thanks &...
View ArticleUpdate ztable in BADI implementation
Hello Experts, I am trying to implement ORDER_SAVE badi. And, I have to update one ztable in that implementation. My question is, do we need to use commit statement after the update statement to...
View ArticleRe: Adjust Skin - How to change the colour of the caption of a view ?
Hi Bernhard, Download 'thtmlb_stand.css' file and change the class '.th-af-exp .th-bt-b'. .th-af-exp .th-bt-b { font-weight: bold; color: #FFF; "Change...
View ArticleRe: Update ztable in BADI implementation
Hi Maren, In your badi implementation are you using any function module for updating ztable if you are using any function module then you have to commit using bapi_transactin_commit fm. if your using...
View ArticleRe: Update ztable in BADI implementation
Hi Maren, Create an update function module. This can be set in the attributes tab of the FM.Now, call your commit in the update function module. This will get updated at the time of BADI commit. Don't...
View ArticleRe: Update ztable in BADI implementation
Hi Maren, It is not a good practice to use commit statement in Order_save badi. Solution is: Create a FM 'ZUPDATE_CUSTOM_TABLE' call this in to your custom implementation of Order_save badi.Create...
View ArticleRe: Search in Notes of Business Partner or Business Transaction
Hi experts, I am still searching for a solution. Any hints? Thanks, Wladimir
View ArticleStill Showing Mandatory Field
Hello All, I removed mandatory flag for country field from sap crm configurations. but it still showing Make and an entry in field 'Country'. Please see the below screen shot and please help on....
View ArticleRe: Still Showing Mandatory Field
Hi Ravichand, Please check the SPRO configuration for the role(I think for contacts role in your case). Path:Cross application components->SAP Business partner->Basic settings->Configure Field...
View ArticleRead ISUOrdeitem from BTAdminI
Hi Experts , I am trying to read ISUORDERITEM from BTADMINI , but am unable to find a relation between the two . Please suggest . Thanks ,Vaibhav
View ArticleRe: Read ISUOrdeitem from BTAdminI
Hi, Check in tcode GENIL_MODEL_BROWSER for relationships. under BTAdminI there are relations for ISU, check which one is relevant for you.Regards,Deepika.
View ArticleRe: Update ztable in BADI implementation
Hello Faisal & Ankit, Thanks a bunch!! I got what I need... thanks to you both...
View ArticleRe: Read ISUOrdeitem from BTAdminI
Hi Vaibhav, I didnt find anyBTAdminI relation to ISUOrderitem .But u can check in Component set IUICALL , Access object IsuOrderItem relation to BTAdminI attached. Regards,Sumeet
View Article