Re: Change log Redefine the method /BOFU/IF_CDO_CREATION~IS_CDO_CREATION_ACTIVE
Hello, I have achieved to show the Change log by implementing the inherited methods .Also break point stop at Method.So closing this discussion. Regards,Partha
View ArticleIssue in Change log -Reusing the Change History UI
Hello All, I have created the change log by using the standard BOPF object /BOFU/CHANGE_DOCUMENT. I have created the FPM OVP Application and used the reuse Webdynpro component...
View ArticleHow can create root note EHHSS_INCIDENT in GBI
Dear All Experts,I have big issue that make me crazy. Please take some time to help meI am creating a service using Gateway Service Builder for GBI.I redefine a BOPF : EHHSS_INCIDENT.I want to create a...
View ArticleRefresh the BOPF Framework
Hi, I know this sounds ugly, but I have the problem, that data is inserted in a BOPF table directly. When I then try to load the data via BOPF in the same session, the data won't be found. In a new...
View ArticleRe: Refresh the BOPF Framework
Hello David, you might use the "IV_INVALIDATE_CACHE=X" parameter of the RetrieveByAssociation Core Service to clear the BOPF's internal buffer during the execution of a transaction - this parameter is...
View ArticleITAB_DUPLICATE_KEY in "/BOFU/CL_FBI_VIEW_CONF========CP" -
Hi Everyone, I am getting below dump whenever I try to open an Incident, Can any one please help how to resolve the issue. Thanks in advance. Thanks,Pavan
View ArticleEnabling Disabling Particular row Fields
Hi Everyone, I created a Table with 4 columns checkbox text view and 2 input fields, My requirement is, when user selected checkbox then the particular row input fields should become editable otherwise...
View ArticleDrop Down Values filtering
Hi Everyone, I have requirement like, I created a table with drop downs and text view(incident group). My requirement is I am populating drop down values for each incident group which are maintained...
View ArticleRe: Enabling Disabling Particular row Fields
Hi Pavan, This can achieved in get_data method of the feeder class .Read the <ct_data> table n according the check box selected, you can enable n disable the respective field. Hope this helps....
View ArticleRe: Enabling Disabling Particular row Fields
Hi Sanket, Could you please provide me the code, it will help me a lot. Even I try by looping ct_data data, whenever checkbox is selected I provided code to enable field but instead of particular row...
View ArticleMany-To-Many Relationships
Hi all, We have a scenario where many-to-many relationships between business objects are required. We’d like to use the goodies of BOPF, since our requirements include, e.g., web services to read and...
View ArticleRe: Many-To-Many Relationships
Dear Svenja,As you already said, there are no n:m Associations in BOPF. Every association is directional with source cardinality one. Nevertheless, it is possible to picture e. g. the relation between...
View ArticleRe: Drop Down Values filtering
Hi Pavan, your question is more related to Webdynpro (maybe FPM), not BOPF.You might be better off posting your question in those communities. Cheers, Oliver
View ArticleRe: Many-To-Many Relationships
Hi Oliver, thanks for your idea. Theoretically speaking, I agree with you You advise to do the following (I hope I'm getting what you mean - if not, please correct me):create two business objects:...
View ArticleRe: Many-To-Many Relationships
Hi Svenja, theoretically, we seem to agree. However, I do not have any practical exposure to OData on BOPF yet. But to me it seems a tooling limitation. Are you refining the BO-Service with GBI or are...
View ArticleRe: Many-To-Many Relationships
Hi Oliver, I tried it using the refine approach in SEGW, because everything is generated automatically. Maybe it works with SADL, because it is more flexible (although it requires more effort)?...
View ArticleRe: Many-To-Many Relationships
Hi Svenja, honestly, I do not have experience on that, but what I know is:"redefine" creates a service based on a business object ("inside out"), the MPC and DPC being provided by GBI. Thus, I guess...
View ArticleRe: Issue in Change log -Reusing the Change History UI
Hello , After uncheck the Controller class configuration Change doc Show desc , I am able to get the New value and Old value.In the standard Feeder class /BOFU/CL_Change_doc_Feeder I got the...
View ArticleRe: FPM BOPF form UIBB fields disabled
HI Bob, Do you already have an instance for the BO Node when running this UIBB, or is this UIBB creating the instance? If you do not have an instance yet, you should open the application in create mode...
View Article