Item 10 System Status Entered Contains Errors
Hi Experts In the change history of a service request, I observe an entry "System Status Entered Contains Errors".Could anyone please explain what does it mean and how it can be resolved? Thanks in...
View ArticleRe: populating the dropdown fields based on other dropdown fields
Hi srinivas, By standard Account group and grouping fields are dropdowns.now my requirement is for ex: consider in account group we had fields liks f1,f2...f10 andgrouping dropdown has fields...
View ArticleRe: populating the dropdown fields based on other dropdown fields
Hi Shiva, This is very simple. Just create an event for ATTR1 and in event call the set method for your ATTR2 of CN2 . me->typed_context->CN2->set_ATTR2( EXPORTING attribute_path =...
View ArticleRe: populating the dropdown fields based on other dropdown fields
Hi Shivaprasad, this may be helpful to you.. in your get_v_method already your are getting all the drop down values right. use that table over there. when ever user select f1,f2,f3.. from first drop...
View ArticleRe: BADI or FM : To Maintain billing Due List from service Order
Thanks Nisha, I did it myself. RegardsAlok
View ArticleRe: Display Last Interactions After Account Identification Without Contact...
Hi Igor, Please try the below steps in thread. http://scn.sap.com/thread/1844169 Thanks,Sara.
View ArticleRe: In transaction launcher file downloding is not working
Hi, Your transaction launcher will not be able to access the directories of local computer because it is running on UI. Thats why you are not able to download the file. There are two options to it. 1....
View ArticleRe: Maintaining CC in smart form mail action profile
Hi Shivaprasad, If you are using the class CL_BCS inside the action to send mail, the method ADD_RECIPIENT has a parameter I_COPY that be set to send the mail as CC to another partner. Regards,Sai Kiran.
View ArticleRe: code to read bp extension tables and display it in assignment blocks
Hi Lakshmi, Below is an effective way to store extended data of a BP and displaying the same as an assignment block. You would not need to code anything for the process of storing, fetching and...
View ArticleBAdI CRM_MKT_MODIFY_ORDER and Method MODIFY_ACTIVITY_OBJ to Assign dynamic...
Hi ExpertsI am using BAdI CRM_MKT_MODIFY_ORDER and Method MODIFY_ACTIVITY_OBJ to Assign dynamic Employee during Campaign Creation based on some employee criteria.Can anybody have implemented this badi...
View ArticleRe: CRM User time out issue
Dear Ralph, Thanks a lot for this Cool feature! We really appreciate your efforts.. This feature works fine with Business Role with CRM Web Client but it is not working for IC Enabled business Roles.....
View ArticleRe: Dump issue for binding context node on Web UI
Hi Dharmakasi, I create BTSUBJECT context node as child node for BTSUBJECTSET, it works well now, thanks a lot! Kind RegardsAndie
View ArticleEvent is not Triggering from controller class
Hi,I have 2 different workcenters one is for create customer and another one is to search for customers in my navigation bar. when i try to create customer by clicking person icon on result list of...
View ArticleHo w to copy the Inbound email attachaments to servie request Transaction...
Hi,once we have inbound mail which having some attachemnts. now i need to copy those attachaments into Service request Transaction History. any suggestions pls. Regards,Venkat
View ArticleBADI : for change split logic of billing document
Hi Experts, I have requirement for adding logic for split criteria in Billing Document. I have added a custom field in billing due list , my requirement is to change spilt logicof billing document...
View ArticleRe: Customer check of Identification number
Hi Peter, You can go to the transaction BUS3.Select the view BUP520 - Identification Numbers.Double click on Further checks in Dialog Structure on the left.Click on New Entires and input for...
View ArticleRe: Maintaining CC in smart form mail action profile
Hi Shivaprasad, If you have defined your action as 'Partner-Dependant', the processing class and method that you had assigned against the action will be called for each partner of the selected partner...
View ArticleRe: Enhance default search criteria
Hello Chrsitian, did you found a solution for your problem? If yes, how does it look like? Regards Thomas
View ArticleRe: Issue on Context Node Creation
Hi Andie, Did you check the relation name in genil_model_browser whether you are using correct relation name? I hope you have already debugged particular set and get methods of the date attribute,also...
View ArticleRe: FM to read Sold-to party based on Country
Hi Kiran, I do not think it will be possible using a single standard FM.You can check for the BP search using BOL query object, Go to GENIL_BOL_BROWSER tcodeand give component as BP and then you can...
View Article