Re: FPM BOPF Form UIBB field Disabled
Hi Matan, Thank you so much for the reply..... Edit Button is enabled,no luck. While debugging the feederclass in standard application i can see some keys example(in ITAB IT_KEYS). but in my case they...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi KP. Do yo see your data, but you can not edit it?or you do not even see the data, and get empty form? BR,Matan.
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi Matan, My requirement is to create an FPM form,User will enter the data in it and it has to update BOPF. I can see the form with fields buts they are disabled. I'm using ony main page in that i have...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi KP, Are you trying to create the root node of a BO with that form?If this is the case, you can create a similar application to the one describe in the document above.Including the initial screen...
View ArticleProblem to find the lock of Freight Order
Hi All Experts. I have created a component Webdynpro for approval of the Freight Unit, but I have a problem when need edit this one Freight Order in the TM Portal. For example, I have edited some...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi Matan, Now im using the standard BO /IAM/ACTIVITY. Created an Initial page with Bootstrap (Used standard form /MOC/F_ISS_ROOT_BOOTSTRAP) and in the main page i used form(standard...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi KP, The configuration that you did should work.I did the same configuration (but could not fully test, as in the system where I tried, the /IAM/ISSUE root node cannot be created (it dumps)).did you...
View ArticleRe: FPM BOPF Form UIBB field Disabled
Hi Matan, Root node instance is missing...So I created it..now its working fine... Once again Thanks you so much for your support..... Thanks,Kp
View ArticleBO Eventing
Hi experts, For a requirement we would need some kind of event logger. I had a quick look at BOPF eventing but came upon some issues during testing. Can someone confirm that: 1. It is not possible to...
View ArticleRe: BO Eventing
Hello Bjorn,you can use the service manager and RETRIEVE the instance with IV_BEFORE_IMAGE=true and false. Afterwards you can compare the both images/data if you would like to derive the attributes...
View ArticleRemove error messages from BOPF
Hi, I have an object that have TYPE REF TO /bobf/if_frw_message. I got all messages in this object, but I need to remove some of them before show it to user. the criteria to remove message is message...
View ArticleRe: Remove error messages from BOPF
Hello Andy,if the result should also be a BOPF message object, you can try it that way:Best regardsTilmann data(lo_new_message_object) = /bobf/cl_frw_factory=>get_message(...
View ArticleBOPF - Gateway service creation using GBI
Hi Folks, I'm using NW 740 SP10 on SAP TM 9.2 to create custom gateway service for Mobile apps based on BOPF. I used GBI to create the gateway service in SEGW transaction. I maintained the service in...
View ArticleCreate initial Data
Hello together, I have enhanced a standard BOPF Object (/SRMSMC/CO_CRT) with a new subnode. So far, so good. It works for now. I display the data in an GUIBB List Data, this also works. Now I want to...
View ArticleWhat is the FIELD relationship between / SCMTMS / D_TORROT and / SCMTMS /...
Hi Folks. I have a trq with data but i need to get the TOR_ID corresponding by record.There are relationship between this tables.? Thanks.
View ArticleRe: what are node categories?
Hi Bjorn, Thanks for your useful response above. Was wondering if I could ask a couple of follow-up questions: In your example above, it seems that node categories could be used to set the "mode" for a...
View ArticleRe: what are node categories?
Hello James, hello Narenda, at runtime, the node category must be defined by one of the following optionsIt is handed over by the help of io_modify while creating the instance in the implementing class...
View ArticleRe: what are node categories?
As usual, after Tilmann has respneded, there's not much more to say.However, I want to empasize onAt the moment (and there is no change in the near future) they are not supported in the new BOPF...
View ArticleRe: Create initial Data
Hi Bastian, if you want some candidate instances to be displayed, there are basically two options:invent them in the UI-controller. With another UI-action, you perform the actual creation (service...
View Article