Re: How to fill the bol entities in a Z component?
Hi Jerry, BOL attributes will get values if the relation names everything is correct in get and set methods. Best Regards,Dharmakasi.
View ArticleRe: Custom attribute value disappears on enter and not saving
hi ravi,thank you for the input. I checked the set_s_struct is passing value to the setter method, the dataref is getting null value and the value is set thru set property method but again the dataref...
View ArticleRe: How to fill the bol entities in a Z component?
Hi Dharmakasi,thanks for your great help.As you can see in my above screen shot, the base entity of my view is "Product" and attribute "STRUCT.Produt_ID" was automatically created as soon as the view...
View ArticleRe: How to fill the bol entities in a Z component?
Hi Jerry, Have you changed the attribute name, i did not see the STRUCT.PRODUCT_ID in above screen shot. keep break point in GET_S_STRUCT method in context node class and see whether the structure is...
View ArticleRe: How to fill the bol entities in a Z component?
Hi Dharmakasi,yes, I do have "STRUCT.PRODUCT_ID " attribute, just not involved in that screen shot.And also,it is used in the configuration,not hide.Please advise.Thank you.Jerry
View ArticleRe: Binding between two components
Unfortunately, I don't have an access to the SAP CRM now, thus it will be hard for me to find what exactly to do. GET_I should define the status of the controller: enabled or disabled for the input....
View ArticleRe: How to fill the bol entities in a Z component?
Hi Jerry, As i said earlier keep break point in get_s_struct method and see whether product id is included in structure. Regards,Dharmakasi.
View ArticleRe: Exception in CRM system after creating post goods issue in ECC
Hi, I have identified one thing here, if the action definition does not have start condition system is not updating that entry in PPFTTRIGG table. Here i got 2 questions my mind1. Why system is not...
View ArticleReading the Business partner data into email screen CRMCMP_CCS_EML
Hi All, I working one of the requirement where user will login into CRM IC Agent role and he will confirm the account by searching the account so that all related partners will be populated into second...
View ArticleRe: How to fill the bol entities in a Z component?
Hi Jerry, This issue seems strange thing, i see there is another field with name product id what is that field?You can check the structure used for context node in GET_TABLE_LINE_SAMPLE in context node...
View ArticleRe: Configurable buttons in CRM WebClient UI
Ivan Hello!We installed EHP3, but i don't see configuration button function in WEBUI.Could you tell if we missed something? May be we need to switch any business function or make some spro...
View ArticleRe: code to read bp extension tables and display it in assignment blocks
hi sai, thanks for your reply but I haven't created the bp extensions using aet i created using spro.finally iam able to update the tables but i have to read the data back and display it can...
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, Can you check the below code if same ignore. CALL METHOD cl_http_client=>create_by_url EXPORTING url = lv_url_get_post* proxy_host =...
View ArticleRe: Twitter integration with SAP CRM
Hi Bob, HTTPS service is enabled in the SAP System. and also, i have changed the code as mentioned by u above. I have separately debugged GET_POST method, attached is the error that i am getting....
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, Have you maintained "ANONYM" in SSL Client Identities of system?The same is being used in the "CALL METHOD cl_http_client=>create_by_url ssl_id = 'ANONYM' ". Regards,Bob...
View ArticleRe: Twitter integration with SAP CRM
Hi Bob, This is the SSL certificate that is being installed in SAP system and i got it from Basis team. The ID( SSL_ID) should be of subject which is mentioned in the screenshot....
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, In STRUST go to Environment->SSLclient Identities and check if 'ANONYM' is present.Have you maintained proxy settings in SICF? Regards,Bob Issac Varghese.
View ArticleRe: Twitter integration with SAP CRM
Hi, It is being confirmed by basis team that ANONYM is already present. in SICF, nothing is being maintained. i have attached screenshot of SICF.
View ArticleRe: Twitter integration with SAP CRM
Hi Sujitha, Okay then can you maintain the HTTPS proxy details i.e.hostname , port and logon details also.This should workout i guess.Hopefully u have commented the proxy variables used in class....
View ArticleBSP_WD_CMPWB problems in contiguration tag when I try to edit field label
Hi all! Hi all! When i try to edit a field label in BSP_WD_CMPWB transaction, in configuration tag, I can't do it with some components ( but with another ones I can do it without a problem ). When I...
View Article