Re: How to make certain fields in UI non editable based on the transaction...
Hi Durga Prasad, What I meant here was that while the Component gets loaded, we can load all the data into some static table. The major reason behind this is to avoid the database select every time the...
View ArticleME2M Transaction Launcher's Execute Button is returning to previous screen
Hi Experts ME2M Transaction Launcher's Execute Button is returning to previous screen on entering not suitable data entry and pressing Execute button . in detail, ECC Transaction(ME2M) has been created...
View ArticleRe: How to make certain fields in UI non editable based on the transaction...
Hi samantak, Thanks for the explanation. Yes i got your point. I think we can use the DO_INIT_CONTEXT or DO_VIEW_INIT_ON_ACTIVATION methods for this purpose as they will also trigger once. why to...
View ArticleDDLB in model node attribute
Hi All! What generates the drop down list box input help for a model attribute? There is no get_v method generated for the attribute, but in the screen there is a DDLB. For example in the 'ApptSQ' view...
View ArticleRe: DDLB in model node attribute
Hi Attilla, In case of search view, the implementation would be in the GET_DQUERY_DEFINITIONS method of the view controller(_IMPL class). You can also find the GET_V method for the corresponding...
View ArticleRe: How to make certain fields in UI non editable based on the transaction...
Hi Durga Prasad, If you intend to use the table for a single view then the DO_INIT_CONTEXT will work fine. But in case if you need to extend it to multiple views then the data needs to be retrieved...
View ArticleRe: Unable to get the main partner from BT order
Unfortunately i followed GENIL_BOL_BROWSER and did the coding, Its not working exactly i coded the same which i did in the browser.. Pls let me know is there any thing else missing !
View ArticleRe: Unable to get the main partner from BT order
try with this relation BTPartner_00000001_MAIN
View ArticleTrigger FOR APPROVAL Process in CRM Social Services ?
Hi ALl,, I have to trigger FOR APPROVAL process in the CRM Social Services. when creating SSP,( One order ) upon Decision Assessment, manually there is a possibility to do FOR APPROVAL. But my...
View ArticleRe: design layer settings
In the attribute name field above <DEFAULT> can also be used, to handle all the BOL attributes, if you want to refer to particular attribute then you choose that one ( OBJECT_ID in your case) and...
View ArticleRe: ME2M Transaction Launcher's Execute Button is returning to previous screen
Hi Shaik, Check below SAP Note and also the related notes mentioned in there. Note 990216 - FAQ: Display problems for SAPGUI transactions via ITS I already replied the same in your other post, have you...
View ArticleRe: ADDED Field in the CONTEXT NODE In WEB UI shows
Hi Praveen, Thanks for replay.....In the configuration i check the display is uncheck .i make it as return value flase but i can't able see any collection ref here could please give me some...
View ArticleRe: ADDED Field in the CONTEXT NODE In WEB UI shows
Hi Vijay, You get the field in Non Editable mode when the entity is not Locked. Check If the Newly added entity is locked. Also check in GET_I method of the attribute, there is a return parameter in...
View ArticleRe: ADDED Field in the CONTEXT NODE In WEB UI shows
Please set the BSPWD_SHOW_NOT_BOUND parameter to 'N' . it should be in capital letter.
View ArticleRe: CR900 (CRM Analytics) needed urgently
Hi, Please forward the doc <email removed by Andrei Vishnevsky> Thanks,Rakesh Message was edited by: Andrei Vishnevsky. Do not ask for materials to email.
View ArticleRe: How to add the marketing attributes assignment block to the contact quick...
I did not really get rid of the "enter". I just prevented the assignment block Marketing permissions from getting displayed after the "Enter". It is somewhere in the do_prepare_output like Leon said....
View ArticleRe: Downloading button in More triggering Assignment block which is in Lazy mode
Hi Andrei, As my download code is written in .htm file in the view layout.Because for opening a pop up box i have used a javascript and i think javascript code witll not accept in my overview page...
View ArticleRe: Downloading button in More triggering Assignment block which is in Lazy mode
Hi Leon, When i am clicking dwonload button the control should not go to lazy assignment block ,simply it should start downloading the table view data by opening a Confirm POP UP Window .When i click...
View ArticleRe: Downloading button in More triggering Assignment block which is in Lazy mode
Your code simply will not work as you want as you already have found out. Redesign it. It's definitely possible. Check for example how standard Fact Sheet is opened in business partner. The button to...
View Article