Re: Access to Representation Node via ABAP
Hello Alvaro, please use the service manager of the source BO (that has the cross-bo association and the representation node defined). You can receive the instance via the factory: data lo_sm type ref...
View ArticleRe: Access to Representation Node via ABAP
Thank you so much, Tilmann! It worked. The need of the usage of the node service manager inside of an action that belongs to that same node (and where reading and modifying interfaces are available)...
View ArticleGet click event Screen.
Hi experts. I have been working with determination with bopf. My Determination is called in all modification screen. I need it be called only when the user click in a nwbc menu option specific. How...
View ArticleRe: Get click event Screen.
Hello Ronaldo, "determinations" are intended to be used to handle side effects. They do not offer any parameters that allows consumers to hand over details. If you would like to execute logic...
View ArticleCreate enabled on Cross BO association
Hi, I have a BO XYZ which has a cross BO association to BO ABC. the scenario is "Create enabled". i.e After creating the BO XYZ node instances i would like to create instance on the BO ABC based on the...
View ArticleRe: What are the differences between Query and Retrieve in BOPF?
Hello Narendra, If you want to fetch updated data from any database table then we go for query instead of retrieve, as Query will hit the db and will always give the updated value but retrieve will...
View ArticleText Collection tabs for Schedule - Departure and Departure rule
Dear Experts, I got a requirement mention below When a departure rule/ departure is selected the option to enter texts will bepresented to the user similar to the functionality in objects such a...
View ArticleTransporting some table entries to another system
Hi everybody, I have a table generated by BOPF.The key of the table is:MANDT type MANDTDB_KEY type /BOBF/CONF_KEY You can see this is just normal for a BOPF table. What I want is to transport some...
View ArticleRe: Rename buisness object Enhancement
i am using tcode /bobf/cust_uiand enhance /scmtms/TOR
View ArticleRe: Rename buisness object Enhancement
Hello Pranay,transaction /BOBF/CUST_UI is equal to BOB, so I recommend you to apply the above mentioned note (also check the note 2217787) and rename the Enhancement by the help of BOBX.Best...
View ArticleRe: How to create a determination for a transient node
Hi Tilmann, if TORFU is a transient node, its instances are also getting created by a determination. Does a dependency from the enhancement's transient determination to the extended BOs determination...
View ArticleRe: How to create a determination for a transient node
Hello Oliver,determinations of the enhancement BO are always executed after the determinations of the base BO.Best regardsTilmann
View ArticleBest practice for handling language-dependent texts in BOPF?
Hi all, I am tinkering with BOPF a bit and am trying to make up my mind on how to handle language-dependent texts. Let's assume that I have a business object Project which has the persistent...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hello Valentin, from my point of view the best option would be to use a dependent/delegated node. You can have a look on this construct in the demo BOPF object /BOBF/DEMO_CUSTOMER. It uses the...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hello Valentin,an easy way to store texts is the usage of the library association /BOBF/CL_LIB_C_LANGUAGE. It leads to a node having a language field and the corresponding description by the help of...
View ArticleBopf Email with approve/Reject
Hi Expert, i am new to TM, i have a requirement to create a button on POWL and through this i need to send an approval and rejection mail to trigger in a batch in every 30 min.. Please Guide me the...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hi Florian, Thanks for the reply. If I understand this correctly this solution does not automatically resolve the language field. That would have to be coded manually when invoking the BOPF API...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hi Tilmann, Thanks for your reply. Is there a demo program available which shows the association class in action? I'm still confused about the node structure and the documentation of...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Hello Valentin, you can configure it like that:Create a node called xyz_text having two fields, one called "LANGUAGE_CODE" (type LANGU), one called "TEXT" (typed e.g. char..).Maintain the class...
View ArticleRe: Best practice for handling language-dependent texts in BOPF?
Dear Florian and Valentin, the DO text collection - in my understanding - is a component usable to manage texts of a particular usage type. I can imagine e. g. a contract which has multiple parts,...
View Article