Skip to Content
0
Former Member
Dec 06, 2006 at 10:05 AM

Hide field in SRM"Shopping Cart Status-> Finding shopping cart" html screen

73 Views

I have two inquires on how to hide a field in SRM-HTML document:

1. How to find out the HTML page behind a displayed SRM page?

2. How can I find the HTML in SE80 under which path?

3. Can I override "BBP_SC_UI_ITS_1000" screen by implementing the screen variant in the screenvariant badi and in which method?

4. If I can not override the mentioned screen where can I find more information to understand this BHTML? I spent a lot of time but get headache and do not under stand it see example bellow:

<form name="MONITOR" action="`ADMIN_URL`" method=post target="_parent" style="margin-top:0px;margin-bottom:0px">

<input type="hidden" name="~OkCode" Value="" >

<script language="JavaScript1.2">

if (document.layers)

document.writeln("<INPUT TYPE=\"hidden\">");

</script>

</form>

<form name="INBOX" action="`if(ret_url == "")` about:blank`else``ret_url``end`"

method=post target="_parent">

<input type="hidden" name="confirm_url" value="`confirm_url`">

<input type="hidden" name="~dec_state" value="1">

</form>