BOPF enhancment - Steps to delete an enhancement - Incident management
Hi All, Can anyone guide on how to delete and enhancement of a BOPF object. We are currently working on Incident management. As part of our requirement we need an additional Tab "Claims" during...
View ArticleRe: BOPF enhancment - Steps to delete an enhancement - Incident management
Hello Vivek, if your system is uses the latest version use transaction BOBX, select the enhancement to be deleted in the list and choose "Delete" from context menu. If your system has an older version,...
View ArticleBOPF - Adding F4 help for a custom field in Incident management
Hi All, In our requirement , we have added custom fields multiple nodes like basic info, person injury, etc.Incident creation uses GAF FPM. Incident display/change uses OIF FPM. Our initial requirement...
View ArticleRe: BOPF enhancment - Steps to delete an enhancement - Incident management
Thanks a lot Tilmann....
View ArticleHow to get BOBF Texts for T100 messages?
Hi All, for my T100 Message APOC_OR_UI_MESSAGES with number 051 (Action "&1" is not available for the current item status "&2") I would like to reuse the action texts in BOBF. Could you tell...
View ArticleRe: How to get BOBF Texts for T100 messages?
Hi Christof, BOPF uses class-based messages for message handling. If your message class implements the interface IF_T100_MESSAGE you can define constants in your message class which are bound to your...
View ArticleRe: How to get BOBF Texts for T100 messages?
Hello Martin, the message handling with ADD_CM I already implemented but for the actions I just have the GUID in the generated interface IF_APOC_OUTPUT_REQUEST_C which I should not provide in the...
View ArticleRe: How to get BOBF Texts for T100 messages?
Hello Christof, you can fetch the text of your action by using the following statement: /bobf/cl_frw_factory=>get_configuration( is_ctx-bo_key )->get_act( EXPORTING iv_act_key =...
View ArticleRe: How to get BOBF Texts for T100 messages?
Hello Chris, thanks a lot for your reply. I tried it out but I am only getting the ls_action-act_name filled with the technical name of the action e.g. ISSUE_OUTPUT but I would like to have the...
View Articleunable to fetch data of BOPF from Odata service
Hello, I have created the bopf object: ztest.I created odata service and redefined the odata model with bopf./bofu/gui_cust table entry isclient: 100, service name: ztest1_srv, service version: 1,...
View ArticleRe: unable to fetch data of BOPF from Odata service
You can find the name of the link under the "Navigation Properties" of the root node in SEGW So in your example "node1 -> node2"the URL could be /sap/opu/odata/SAP/ZTEST/node1("Condition")/"Name...
View ArticleWrong call of CALL FUNCTION 'NUMBER_GET_INFO' in /BOFU/CL_D_DRAW_NUMBER
Hello Colleagues, I wonder a bit of what I see in /BOBF/IF_FRW_DETERMINATION~EXECUTE (/BOFU/CL_D_DRAW_NUMBER). There is a CALL FUNCTION 'NUMBER_GET_INFO' with attribute mv_subobject. The attribute...
View ArticleRe: How to get BOBF Texts for T100 messages?
Hello Christof, you can try to use the standard BO '/BOBF/CONF_MODEL' to fetch the description of your action. You have to perform the following steps:Get instance of serviceManager for the above...
View ArticleHow to create subnode entries with an action
Hello Colleagues, maybe someone can help me out. I have this structure: ROOT - ROOT_TEXT I have an action to import data for ROOT and ROOT_TEXT at one instance. Updating the ROOT node with the...
View ArticleRe: How to create subnode entries with an action
Hello Roman, you are absolutely right. You can use io_modify->crate to create ROOT_TEXT nodes. Below you can find an example for the creation of the ROOT_TEXT nodes. I am assuming that your action...
View ArticleRe: How to create subnode entries with an action
Hello Chris, thanks for the quick answer. Then I am on the right way. I managed to get it work. What especially did you mean with your note about ROOT and ROOT_TEXT association? Can you give me some...
View ArticleRe: How to create subnode entries with an action
Hello Roman, as you probably know there are many useful library classes provided by SAP which could be for custom BOPF objects. One of those classes is the above mentioned class...
View ArticleRe: How to create subnode entries with an action
Thanks. Good hint and very clear now. Roman
View Article/BOBF/IF_FRW_CHANGE~GET_CHANGES: precise Meaning of IV_FAILED
Hi,I have tried to understand /BOBF/CL_FRW_CHANGE... . ABAP Doc says abaout parameter iv_failed:If true, the result of the method will also contain change information of modifications that have been...
View Article