Hi Experts,
I am trying to be as clear as I can in this question. So, please excuse the length of the question, and request patient perusal.
I am creating a custom UI Component which displays list of jobs running in the system. To do this, I have defined usage for component : :GS_JOBMONITOR, and successfully embedded the MainView from GS_JOBMONITOR component into the custom component window, and I was able to display the assignment block.
The list of jobs running in the system is stored in JOBS Context node in GS_JOBMONITOR component, as shown in the following screen shot:
My goal is to create a Model Context Node in my custom component, and in the component controller method : WD_USAGE_INITIALIZE, perform context node binding between GS_JOBMONITOR.JOBS context node, and my custom controller context node. When reviewing the BASE_ENTITY_NAME of JOBS context node, we see that the underlying BOL Entity name is : "JMJob", as seen in following screen shot:
To perform context node binding, we will need the source and target context nodes to be of similar nature. Hence, I tried to create a context node in my custom component controller with the same underlying BOL Entity type, "JMJob". This promptly gives me the following error:
So, the question is, how do I identity the right BOL Entity to use for creating Model Context node in my custom component, so that I can perform context node binding from a used component?
Best Regards,
Gopal Nair.
Request clarification before answering.
Hi Gopal,
if you are facing prob in your custom component for context node then try with
http://scn.sap.com/thread/3233424
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
after adding JOBMON then save runtime repository .just close the transaction and reopen bsp_wd_cmpwb then add your required context node
i checked m able to add JMjob (find it by f4 help given in base entity as JM* then it will show you JMjob then select it) .
Let us know if it works or not.
hope it will work for you .
Regards,
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.