Hi Experts,
A very small questions, is it mandatory to have a CHIP configuration and call my HTML in a iframe or a webdynpro to display the Canvas data in a side panel ?
My requirement is i have to pass the values based on the transactions to different parameters to a web address, and based on parameter, it will display the relevant page.
IW33 - Order Number - www.url/sap_order=param1
IW23 - Notification Number - www.url/sap_notif=param2
IE03 - Equipment Number - www.url/sap_equi=param3
IL03 - Functional Location - www.url/sap_floc=param4
I am calling the URL in a BSP page but unable to pass the parameters for different screens as i cant see it in the CANVAS_appData for all 4 transactions.
I have values for IW23 (Notification) like QMNUM = 123456 , i have it for Equipment Number like EQNUM = 3000009, but for IW33, it displays the variable as /BSSP/:BORTYPE - BUS2007.
Its easy for me to map pass the notific no. or equipment to my URL, but how should i get values from BUS2007 which i can pass to my URL as order No.
When i look at the SAP tagging table i can see the tags for Order screen as /BCV/:1EAMS_ORDER and other tags as well but then i cant see it in Context viewer under CANVAS_appData. like i have it for Notification.
So, I don't know whether my approach to display the Canvas data in the side panel using BSP is wrong or there is some way do read the tag data in BSP for the variables like /BSSP/:BORTYPE - BUS2007 which i can then map Or I have to have a CHIP in place for wiring of data.
Regards,
MT