Re: Transaction /BOBF/CONF_UI not available
Hi. Please try a new t-code BOBX as per OSS note http://service.sap.com/sap/support/notes/1939016. Sincerely, Noriko
View ArticleRe: BOBX - ddic generation fails
Hello Thomas, is the "Enhancement Category" of those tables different from the "Enhancement Category" you have chosen in the regeneration screen? Not sure if you can change the enhancement category of...
View ArticleRe: BOBX - ddic generation fails
Hi Tilmann, Thanks for your hint. I just checked the versions of the database tables. The enhancement category was not changed and is "can not be enhanced" for all versions of these tables. Has anybody...
View ArticleRe: BOBX - ddic generation fails
Hello Thomas, could you please check if this message is created by method CREATE_DDIC_OBJECT of /BOBF/CL_CONF_TOOLBOX?In that case we would have to investigate if a check which was originally only...
View ArticleRe: BOBX - ddic generation fails
Hi Ivo, Thanks for your reply. Yes, I own the tables as I created them in Z name space. The messages are created in the method you mentioned above in section:* check if database is already delivered...
View ArticleRe: BOBX - ddic generation fails
Hi Thomas, Thanks for checking. In fact I assumed that you know what you are doinig but I did not want to be blamed for telling someone to delete a table he did not "own". As I mentioned before, the...
View ArticleRe: Plug-ins in BOPF & Usage of Transaction /BOBF/IF_TRA_PLUGIN_SERV_MGR
Hi Preethi, Thanks for the inputs. My requirement is to store the messages with the below details.StatusNodeAttribute I have to show messages which are specific to statuses and some messages which have...
View ArticleRe: how to find parent node key in the child node determination class...
Hi Shivaji, it_key is child node keys. If you want to get the root node keys too, then in retreive_by_association you can get the data as well as key details. io_read->retrieve_by_association(...
View ArticleRe: BOPF usable for Customizing Tables
Do you still use SAP GUI? Or do you use already a newer UI technology? As far as I know, you should not use the maintenance view approach (via SM30) for the newer UI technology. Instead you should use...
View ArticleRe: BOPF usable for Customizing Tables
Hi Armin, my point has nothing to do with UI you are using for table maintenance. Let's call the mentioned SM30 views approach just classical customizing tables e.g. for value tables for domains. Till...
View Article/BOFU/CL_CDO_BO_GENRICCALLBACK >> Change Documents External IDs
Hello, I have re-implemented method GET_EXTERNAL_IDS of class /BOFU/CL_CDO_BO_GENRICCALLBACK to get external IDS for the nodes of the business object in the change log.Even after implementing this,...
View ArticleRe: /BOFU/CL_CDO_BO_GENRICCALLBACK >> Change Documents External IDs
Hello Anil, did you configruge your change document object including structure /BOFU/CDTCEXTID as you can see in below screenshot? This works fine for me. It adds an additional entry to the change log...
View ArticleRe: /BOFU/CL_CDO_BO_GENRICCALLBACK >> Change Documents External IDs
Hi Anil, Chris's answer is the correct answer for this issue.the only addition to it, is that you need to copy /BOFU/CDTCEXTID to a type in your namespace, as all records in your configuration must...
View ArticleRe: Remove error messages from BOPF
Hello Oliver, can this Interface method ADAPT_MESSAGES also be used with FIORI UIs? I think it is only relevant for WebDynpro. Correct???CheersChristof
View ArticleGetting all messages added to BOPF Object in validations
Hello, in the validation method /BOBF/IF_FRW_VALIDATION~EXECUTE the parameter EO_MESSAGE was created in our implementation by calling /BOBF/CL_FRW_FACTORY=>GET_MESSAGE(). This validation is called...
View ArticleRe: Remove error messages from BOPF
Hi Christof, correct, the interface pictured is from the FBI layer.For UI5, the Data Provider Class (precisely the extension) is likely to be on the same stack-layer compared to FBI.But in this case,...
View ArticleRe: Getting all messages added to BOPF Object in validations
Hi Christof, I had a similar scenario before - what I did was to set all validations right after modify only. Worst case is that if you are using transaction manager...
View ArticleCreate OData service from BOPF object in ABAP 7.50
Hello All, In ABAP < 7.50 we could create an Odata service through GBI.In SEGW > Data Model > Context Menu : Redefine > BOPF Service This option is not available in 7.50 so what are the...
View ArticleRe: Create OData service from BOPF object in ABAP 7.50
Oke. This can be done on entityset level now (Context menu: Map to Source )
View ArticleBOPF Transient Attributes
I have one question though that I am not able to figure out; probably I can get some thoughtful insights. In regards to BOPF, SAP provided transient attributes don’t get persisted to the database...
View Article