Hello, I want to send a email notification whenever the PO is confirmed and I want to do this Post Processing Framework. I dont have any idea about the PPF. So could explaing the steps for achieving this functionality. If you can point me to any b...
Hello,Our SAP systems (ECC 6.0) are behind the firewall while our EP server is in the DMZ zone published on the internet. we want the ECC applications to be accessible in the portal. By searching this forum, I came to know by using reverse proxy o...
Hello experts, I would like to know business package for SNC portal. in the below thread, Pankhuri mentioned that he has installed the business package for SNC. It would be great if some one explains about this package.Thanks and Regards,Saravanan
Hello Experts,In the Webdynpro application, I'm using a business graphics UI element and displaying data in stacked columns. The color of the stacks are by default assigned by the framework. But I would like to change the color of the stacks and want...
Hello,I have created a webdynpro ABAP application in SAP NetWeaver 7.1. and integrated the same in the portal. The application contains radio buttons + MIME objects. When I launch the application from SE80, the UI elements and MIME objects are render...
Hello Joesph,in SE80, create a webdynpro component with the same name and then delete it. this way you would be able to delete the ZIWCI class.BR, Saravanan
Hello Vinoth,For the parameters fields (of the selection screen) you need explicitly check whether data is entered or not (by derefencing the parameter field value to a field symbol and by checking whether field symbol is assigned and not initial). B...
Hello Venkat, the problem might be because of adding the block with same id again. Before calling the add_block method, check whether the block already exists by calling get_block method. if exists then dont add the block. Hope this helps.BR, Saravan...