Hiding a container element  from a standard applicaition

hi,
i have a requirement to remove the UI elements in a transparent container from a view of a standard webdynpro component HRRCF_C_PREFERENCES_UI. This component is being used as a sub component in a main application.
The transparent container within has a drop down list and a few buttons.
So i created a component configuration for the component HRRCF_C_PREFERENCES_UI and changed the property of the UI element in the configuration to invisible. This worked, the container element was invisible in the application. But two other containers next to the UI element that was hidden did not move to the left . No proper alignment.
Is this the standard behavior of a component configuration? i don't think so.
Now in my option, the other only possible option is to hide the button by changing the attribute in the WDDOMODIFYVIEW method of the view.
Could someone please help me how to set the attribute problematically? Is there a different way to meet this requirement?
Need some help.Thanks.
Best Regards,
Sridharan

Hi,
Just go to enhancement mode in your webdynpro component and delete that button from UIElement hierarcy.
If you want your button back, delete the enhancement.
Regards
Vishal kapoor

Similar Messages

  • How to create workflow container element from workflow builder?

    How to create workflow container element from workflow builder?

    in workflow
    three are five container, for each container we have define according to requirement of that particular container.
    1. event container
    2. workflow container
    3. task container
    4. method container
    5. rule container
    1. event container
    in evernt contianer we have to create elements in BOR where we create event in parameters
    2. workflow container
    in workflow container we have to create elements in workflow builder itself. in left side of the screen we see <double click to create element>
    3. task container
    in task container we have to create in task itself it has a tab called container elements
    4. method container
    in method container we have to create in BOR. it is created in parameter of that BOR.
    5. rule container
    in rule container we have to create in PFAC transaction

  • ECC 6.0 - WS20000050 - Container Elements from Workflow to Rule in step 172

    Hello Guys/Gals,
    Hope you all are doing good.
    Greatly appreciate if you could help on this with some tips.
    We are under the process of the upgradation to ECC 6.0. Decided to use the std WF WS20000050  for travel request.However work flow ended in error at step 372(Approve Travel request) saying
    "Source (expression '&TRIP.EMPLOYEENUMBER&') of binding assignment is not available" and
    "Source (expression '&TRIP.TRIPNUMBER&') of binding assignment is not available" and
    Error in the evaluation of expression '<???>&TRIP.TRIPNUMBER&' for item '1'..etc.
    Can anyone tell what is are the container elements need to be passed and possible errors.
    Good Day.
    Raj

    Hello,
    Check in SWO1 if the BO related to the TRIP container element has those attributes (EMPLOYEENUMBER and TRIPNUMBER) and if so then check in the workflow log if they have a value.
    regards
    Rick Bakker
    Hanabi Technology

  • Container Element

    Hi Guys
    What is use of container element in Work flow(swdd).I used it for small scenario,but which scenarios we use it.
    Appreciate your answers.
    Thanks

    Hi,
    The main advantage of the STD_TEXT object is that it can print container elements as text symbols.
    Each container element can be printed as follows:
    &ContainerElement&
    If the container element is an object, each attribute can be printed as follows:
    &Object.Attribute&
    If you want to print employee data, a container element of type EmployeeT must be included. This element enables each employee data record (defined as an attribute of EmployeeT) to be printed. If the documents are country-specific, it is a good idea to define the container element as EmployeeXX (ISO country key = personnel country grouping), which includes all of the international and country-specific attributes.
    STD_TEXT can make distinctions between object attributes up to a third level, which means you must define utility objects in the container if higher levels are needed to make more distinctions.
    STD_TEXT cannot make distinctions for the following expression:
    Employee.PersonnelArea.LegalPerson.ActivityText.
    For this reason, you must define a utility container element of the type PersonnelArea:
    PersonnelArea<==Employee.PersonnelArea
    Using this container element, the activitytext attribute can be printed in the text as follows:
    PersonnelArea.LegalPerson.ActivityText.
    If the document requires additional information from other object types, you must define the elements as container elements in the standard task.
    Reward if useful.
    Regards,
    Pranathi.

  • Transfer container elements in another workflow

    Hi again!
    I have the problem that i should like to copy container elements from one workflow to another (like an Image, the Scanagent...)
    Is their any easy way to do this?
    THX
    Regrads
    Phil

    Hi Karri,
    sry i was wrong. The Problem is that we want use the standard of SAP. We have 2 Workflows (WS80000245 and WS80000247). The Workflow WS80000245 uses the Function of ArchivLink and the WS80000247 starts by using a trigger event of the ArchivLink Function (A Dynpro archive an Image and starts the WS80000245. After this step a user has the option to call for a Rescan or to create a Bill. If he wants to create a Bill the Workflow WS80000247 starts because of an Object Type what was triggered).
    But now we have the Problem that we need Informationu2019s of the other Workflow (Like Scanagent, Scandate, Image....)
    Is there an easy possibility to get this container element informations?
    THX
    Phil

  • Assigning a value to container element in rule defination

    I am using a rule to determine an actual agent. I am using a function module containing actor_tab and ac_conatiner in TABLES parameter. the agent determined is appended to internal table actor_tab. I want this agent to be available in a container element(say: APPROVER) to use it further. I am trying to assingn the agent value to container element using macro  swc_set_element ac_container 'APPROVER' agent-name. But its not working...any other way to assgn this agent to the container element. Bindings from workflow container to rule container are proper.
    Edited by: Rishi Bhatia on Oct 19, 2008 2:46 PM

    i think you cannot modify the container element from Rule.
    the agents of the task determined by the Rule will be stored in some variable of the container automatically (i think it is RuleResult.Agents). you can check this yourself and then bind this element of the task to your APPROVER element.

  • How to round value of container element in task description

    I am trying to round the value of the container element from 3 decimals to 2 decimals for display purposes.
    The command symbol in the task description is &_WI_Object_Id.OverallTotalCost&. I have looked at SAP Help and I have tried the suggestion of &_WI_Object_Id.OverallTotalCost(.2)& and &_WI_Object_Id.OverallTotalCost(Z.2)& with no success.
    I have also searched the sap-wug mailing list and SAP ITToolBox and found no references rounding a container element in a task description. I have seen code assigning a value to a packed decimal variable to round. But I have not been able to get this to work as a command in a description for a task.

    I created a new element in the container as suggested by Glauco and added the element binding in the workflow / task binding. Biggest hassle was finding a business object that had a type of 2 decimal places to use for the new container element.
    The reason why the SAPScript symbol for reducing the number of decimals does not work in Task texts is because the container elment symbols are resolved first as text. Therefore only the SAPScript commands that apply to text will work like length.

  • Import workflow container element to program exits

    Hi Friends
    Can you please let me know if we can import container elements from workflow to program exits in step?
    Regards
    Rajeev

    Hi Rajeev,
    Yes you can import container elements from the workitem (not the workflow) to the program exit. You need an element which references the container (if_swf_ifs_parameter_container). You probably have an attribute in you class which is a reference to IF_WAPI_WORKITEM_CONTEXT called M_CTX. This has a method called get_wi_container which will give you the workitem container. Now you not only have the option to read elements with method get in your container class, but there is also a method set which will allow you to fill or change values in the container.
    Regards,
    Martin

  • TIMESTAMP container element in ALRTCATDEF

    I have tried to use with the below mentioned container elements from alrtcatdef but nothing was getting displayed in alerts
    I need the timestamp container element in alrtcatdef to configure as longtext/shorttext, where it can carry the alert triggered timestamp
    1. &TIMESTAMP&
    2. &TIMESTAMPL&
    3.&/ISCER/TIMESTAMP&
    Thanks

    Hi,
    have a look into this document, you will get the answer.
    http://sapdocs.info/wp-content/uploads/2009/01/alert-configuration-in-xi.pdf
    Regards
    Aashish Sinha

  • Regarding container elements

    please tell me how to transfer container elements from rule container to workflow container and can we debug rule

    HI,
    its like normal task <---> workflow container binding only. And, yes, you can debug the rule. If you are using Rule with FM, then it's just anyother FM debugging.
    1 . Rule binding is same as task binging only , we need to     pass all the import parameters  correctly , make sure that all neccessary parameters are passing correctly then will get exact Agent .
    2. we can dubug the Rule by putting  /h  or
    by putting Break point inside the Function module
    For this we need to Go to PFAC tcode there u can put directly /H  - > Debug
    other wise select Function module then put Break- point Inside the Fm and Debug.
    Regards,
    Vijaya

  • Using Standard Container elements as Method Parameters

    Hi
    Seems that Methods doesnt accept standard Container Elements like '_WI_Result' etc as importing parameters.How to access such elements this within method/secondary methods?
    Regards
    Imman

    Hi,
    Usually the WIRESULT is an exporting parameter of a workitem that has a result parameter in the Object Method. When you finish the processing of that specific workitem you can capture the value of the WIRESULT.
    For this you will have to:
    1. Create a workflow container of the type WIRESULT.
    2. In the binding of the method which has the result parameter define the binding from the task container to the workflow container. This is usually the second part in the binding screen. The first part is the binding from the workflow to the task and then the second which is below the first is the binding from the task to the workflow.
    You can then acccess the parameter in the workflow.
    Hope this helps,
    Sudhi

  • How do I Hide the text printed from a standard Text Element in SAP Script?

    Hi,
    I have created one SAP Script which gets printed from IW33 using a standard print program.
    In config the standrad SAP script is replaced by the zsap script.
    Since the Zscript is printed from a Standard print program, I had to keep all the text elements used by the original(standard) SAP script.
    I only kept the text elemets and commented out the printing part.
    But still some values are printing. How do I hide these text element values?
    I want to delete whatever its printing from these text element. Icant delete the standard text elemetns , otherwise the standard print program will give error.

    Hi,
    I am not printing any text under these text element in my zscript.
    I had to include these standard text elemets as they are called from the standard print program using which my zscript is getting printed.
    for example:
    /E OPERATION
    Under operation i didnot print anything. Still some values which are passed in text element Operation by the print program is being printed in the form. i want to hide/delete these values.
    how do I do that?

  • Elements from BPM in alert container. Possible?

    Hi!
    Is it possible to define container elements in TCODE ALRTCATDEF and fill them with values from a BPM? I have read about this and it seems to be possible when coding an abap application, but can it be done from the BPM at runtime?
    Thanks!
    regards Pavel

    Hi Pavel,
    If you are using the fault message's to get the errror details.
    It is possible to trigger the alert ...with all the information which inturn is coming in the fault message.
    Do an RFC call in the fault message mapping to RFC  - SALERT_CREATE.
    If not then the easy option
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Which doesn't suites your requirement...
    Sunil.

  • Standard Container element not populating....

    Hi All,
    I am using a standard task TS17900100 to process the HCM Form in workflow at 2 places. There is a standard container element STEP_OBJECT of this task which gets populated at run time.
    Now at first place this container is getting populated correctly. But in the second place I have used the same binding and same task but STEP_OBJECT container is not getting populated. Also, STEP_OBJECT is not an import/export parameter.
    Please suggest.
    The task is using  the following class and method :
    CL_HRASR00_WF_COMPONENTS
    WI_EXECUTION_VIA_R3_INBOX

    Hi,
    I have checked the bindings in both the steps. It is same and all the containers are getting populated in the log except STEP_OBJECT. That's why I am not getting the reason for such a case. STEP_OBJECT is getting populated by itself in the first step. But it is not getting populated in the second step.
    Please suggest.
    Regards,
    Guddan

  • I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    I try to create an html for IPad. The html page contains an element overlapping a video, now it works as for view but the focus is still with video. This denies the event of overlapping element from occuring. Can please anyone help to solve this issue?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

Maybe you are looking for

  • Cannot open or uninstall iTunes

    Every time I go to open iTunes it goes through a really SLOW "configuration" and comes up with an error - 2330. I've tried installing the most recent version of iTunes but get an error. I can't uninstall iTunes through the Control Panel. Help

  • In a loop to put in password into yahoo games even though I am signed into Yahoo for my email

    I deleted some cookies in yahoo. Now when I am signed into yahoo and try to play a Yahoo game I get stuck in a loop where I am being asked to enter my password. I have reset my password. I have even created a new account and password. Nothing is work

  • MacBook Air and Palmrest Electricity

    I opened my brand new MBA on Sunday.  From the moment I plugged it in the palmrests 'vibrate' in an electric fence type way.  It doesn't do this if it is on battery power and doesnt do it if I use the longer extension cable for the power adapter/supp

  • NEWBIE: Inserting FLASH. Problem:(

    Greetings. I was wondering if anyone could steer me in the right direction. I inserted a flash file (swf) into a dreamweaver page. I then previewed the page and the Flash piece played fine. I then put the html page on my server, and put the flash fil

  • GetGeneratedKeys() not supported in 9.2.0.1?

    I am using the latest 9.2.0.1 thin driver (ojdbc14.jar). When I try to execute an insert statement and retrieve an autogenerated key I get an exception which tells me that the function is not supported. I know it is SQL3 and rather new, so I fear thi