cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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>

Accepted Solutions (0)

Answers (2)

Answers (2)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Apart pure html modifications, you can also (not in all case) use badis like screen variant (bus2121) or BBP_UI_CONTROL_BADI to alter the screen ergonomy.

Kind regards,

Yann

Former Member
0 Kudos

Hi Nadeem,

ad 1)

On Browser page choose 'View source' (right mouse click).

You will find something like that: template bbpsc02/99/saplbbp_sc_ui_its_2000.html

transaction - bbpsc02

theme - 99

template - saplbbp_sc_ui_its_2000.html

ad 2)

Go to SE80 and choose Program BBPSC01.

ad 3)

You can extend this template.

ad 4)

More information You can find in SE80 in Tag Browser or

http://help.sap.com/saphelp_nw04/helpdata/en/5f/1fb05e4aee11d189740000e8322d00/frameset.htm

Regards,

Marcin Gajewski