cancel
Showing results for 
Search instead for 
Did you mean: 

Hide the SOURCE OF SUPPLY table in SC screen

Former Member
0 Kudos

Hi all,

I am working on SRm 7.1 and new to WEBDYNPRO.

My requirement is to hide the SOURCE OF SUPPLY table under SOURCE OF SUPPLY/SERVICE AGENTS tab.

When I'm trying to impleent that through an enahcenmenet of the web dynrpo iview,I see the following error after I try removing the UI elemnt SOS_CONTAINER.

*ACC: Label for MeltingGroup-like Container "TOP_CONTAINER" is not set *

Is this the correct way I'm doing or is there any other way I can hide the SOURCE OF SUPPLY table in Shopping cart screen?

Please advise.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can fix mistake in such case:

On the Properties of your Container set property "isLayoutContainer" as true and activate it.

Even if it is set by default - delete this flag, set and activate.

Answers (1)

Answers (1)

former_member210252
Contributor
0 Kudos

Hi Andy,

Don't remove any UI elements which are already available on the SC, if removed that could create a problem in activating your component again.

If you want to disable any UI element etc on the standard SC screen then use dynamic programming through which you can set the properties of the UI element in the run time so that depending on the properties set the behaviour of UI element changes.

Regards,

Rafi