Re: FPM BOPF form UIBB fields disabled
Hi Bob, Check the wiring of the GUIBB in wiring schema.This mainly happens due to incorrect wiring or no wiring with the form which is newly created. Hope this helps. Thanks,Sanket.
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Bob, Good Afternoon. 1. Can you please check the (FPM_EDIT_MODE): option in General heading of FBI application configuration's parameter form. It should not be Read-only. 2. In the same way,...
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Matan, Above suggestion worked but its not proper to give CHANGE_MODE=C in URl. Is there any other alternative for it.Does FPM_SAVE event used in standard toolbar button "SAVE' saves record to BO...
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Sanket, Wiring is all proper for the GUIBB. Regards,Bob.
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Dhivya, I checked the same as you have mention above which are all proper. I think the issue was with the bootstrap. Regards,Bob.
View ArticleRe: FPM BOPF form UIBB fields disabled
HI Bob, You can check FPM Developer guideline for alternatives to open the application in create mode, as FBI in this case is reacting to FPM standard events. The standard save button should save the...
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi, Did you check the Component configuration's general setting and Controller's attribute details too? Thanks,Dhivya
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Matan, Thanks . Your inputs were helpful.Now i need to explore more . Regards,Bob.
View ArticleRe: FPM BOPF form UIBB fields disabled
Hi Dhivya, Issue soloved. Matan's sugguestion was the key for soloving the issue. Thanks for helping Regards,Bob.
View ArticleRe: BOPF Modify a node with a node type "Business Object Representation Node"
Hi chetan, LR_S_ROOT->ROOT_KEY_REF = <inc_ROOT_KEY>. LR_S_ROOT->KEY_REF = <investigation_key>. what are investigation_key and inc_root_key.I tried to do the same but I got dump Error....
View ArticleRe: BOPF Modify a node with a node type "Business Object Representation Node"
Hi Shakeel, <inc_root_key> is the root key of the incident<investigation_key> is the key of the investigation of the incident. Regards,Sanket.
View ArticleRe: BOPF Modify a node with a node type "Business Object Representation Node"
Thanks Sanket,Actually I am facing a problem to create the incident using function module SO_CREATE_INCIDENT. I getting a runtime error ''message_type_X''.when I debug I got to know that there is an...
View Articlegetting root data in item node
Hi all, i am created 2 nodes . They are root node and item as subnode.Initially i entered root data then i went to item data ,here i want to read the root data .How i can read the root data in...
View ArticleRe: getting root data in item node
Hello Naveen,Every composition subnode ( like your item subnode ) has two default associations. They are "To Parent" and "To Root", since your subnode item is a subnode of the ROOT , executing either...
View ArticleSeveral Problems with BO Retrieve Expression of BRFplus
The BO Retrieve is an expression type of BRFplus that makes it possible to access data of a BOPF object within a BRFplus rule system. It is a part of BOPF reuse tools so this is the right place for...
View ArticleRe: Several Problems with BO Retrieve Expression of BRFplus
Hi Tobias, If I understand your setup correctly, you start your expression from the address root node, and then add the email node using the association. my assumption is, that as the Addres is a DO,...
View ArticleRe: Several Problems with BO Retrieve Expression of BRFplus
You are absolutely right. Can you scetch how to access the DO? Is the ROOT node and association ADRESSINFORMATION the right choice? If yes, how can I define the association parameters?Best Regards,Tobias
View ArticleRe: Several Problems with BO Retrieve Expression of BRFplus
Hi Tobias, to fill in the filter parameters, create a new structure based of the DDIC structure of the the relevant filter parameters structure in the BO.go to each filter parameter in the BRF+, select...
View ArticleRe: getting root data in item node
Hello Naveen, You can able to read the root information from the item information using io_read->retrieve_by_assocation method. pass the exporting parameter has...
View ArticleRe: Several Problems with BO Retrieve Expression of BRFplus
Thanks for the answer. I defined the assoziation like you described and can access ADDRESSINFORMATION. Now I want to move to ADDRESS like:In transaction BOBT I can navigate to the note when choosing...
View Article