Business partner data update while copying confirmation
Hi All, In SAP crm web ui when we copy service confirmation it's copying all the data into new service confirmation..but at the business partner level Executive service employee defaulted to current...
View ArticleRe: Business partner data update while copying confirmation
Please reviews this link: https://scn.sap.com/thread/1010242 Good luck!!JMP.
View ArticleRe: Not able to save standard address fields in the root entity PointOfDelivery
Try in method EH_ONSAVE in your component/view!! I think is better option!! Is possible??? Good Luck!!JMP
View ArticleRe: Business partner data update while copying confirmation
Hi Sar, You can try changing the access sequence for that partner function in your partner determination procedure. There are different access sequences available which considers the partner from...
View ArticleRe: Attribute to BOL object relation
Jhon, You should be more precise now. Can you please let us know the two different components, the views and the context nodes that you are trying to compare?
View ArticleRe: Not able to save standard address fields in the root entity PointOfDelivery
Hi Jose, EH_ONSAVE method is calling properly, which internally calls save_objects method of genil class. data is showing under core but it is not coming under getter method and hence no value is...
View ArticleRe: Not able to save standard address fields in the root entity PointOfDelivery
Hi Jose, Can you suggest other solution. Thanks,Amit
View ArticleHow to force user with multi-position to log on with specific Business Role
Problem: How to force this user to log to a specific Business Role when using a specific hyperlink. Assumptions: - Business Roles are set in system only by assigning Business Role to Org....
View ArticleRe: Attribute to BOL object relation
Hi Jhon As you said that the same field is available in another view (another component), you can goto the configuration of that view, and select 'Show Technical Details'. You will find the technical...
View ArticleView attachment - problem with filename in opened document (IE)
Hello! Situation: I click on attachment link (in IE) and MS Word opens this document. But the filename of downloaded document consist only mandant (e.g. 070) although attachment has other filename...
View ArticleCreate editable value attribute in CRMCMP_CND/CondRecEditListView
Hi All,I have added a value attribute in CRMCMP_CND /CondRecEditListView I did the code change in Get_*method and GET_I* method. The attribute looks enabled in the list but it is not allowing me to...
View ArticleRe: Create editable value attribute in CRMCMP_CND/CondRecEditListView
Hi Shweta, The value attribute is only a place holder for some field. It can not be editable. For making a field on web UI editable, it has to be associated with some BOL attribute. It is not just...
View ArticleRe: Create editable value attribute in CRMCMP_CND/CondRecEditListView
Hi Sagar,This view do not support AET. I can not see field property in AET or UI Configuration. My requirement is to add a field for flag in the list in view CondRecEditListView , So I need it...
View ArticleSession time out on server round trip in webclient
Hi All, I am facing a strange issue in one of the newly created test system. In webui, when I try to create a new transaction(Service request), when the server round trip happens it goes for timeout....
View ArticleDrop down value not coming into entity
Hi Guys, I have dropdown values for one of the filed(given in the screenshot). In set method of filed code, it is not capturing the value which we have selected from dropdown. It is always capturing...
View ArticleRe: Not able to save standard address fields in the root entity PointOfDelivery
Hi Amit, You have reviewed the method GET_V Address attribute to see is this properly loading the data? JMP
View ArticleRe: Session time out on server round trip in webclient
Hello Faisal, Please check the following in your system: 1. Check SICF services w.r.t enhancement set are active. Compare the services with other system which is working fine. 2. All custom...
View ArticleRe: Not able to save standard address fields in the root entity PointOfDelivery
Hello Amit, Have you completed the design layer customizing step post enhancement ?If you can debug the genil layer and api layer after save has been clicked on web ui, you would know what is missing.
View ArticleRe: Drop down value not coming into entity
Hello Suresh, Make sure setter-getter methods are properly implemented.Compare your attribute methods with standard dropdown attribute methods, you would know the difference.
View ArticleRe: Create editable value attribute in CRMCMP_CND/CondRecEditListView
Hello Shweta, Is your field marked editable in UI configuration ?If yes, you need you use method set_field_editable when edit event is triggered.
View Article