cancel
Showing results for 
Search instead for 
Did you mean: 

Change shopping cart approval preview

Former Member
0 Kudos

Please suggest:

How to default 'Displays as table' on the approval preview on the shopping cart. We are working on SRM 5.0.

Thanks,

SV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sonia,

Implement SAP Note# 0001028482 [Approval preview: Tabular display instead of applet]

Regards,

Piyush

Former Member
0 Kudos

Thanks, Piyush. I tried this and it worked for me.

Bye,

Sonia

Answers (2)

Answers (2)

Former Member
0 Kudos

Change the code

* set default preview subscreen to applet screen
  IF gv_subscr IS INITIAL.
    gv_subscr = '1000'.
  ENDIF.

in include LBBP_PDH_WFLF04 to:

* set default preview subscreen to applet screen
  IF gv_subscr IS INITIAL.
    gv_subscr = '1100'.
  ENDIF.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sonia,

Please check the following program. I remember I commented out some of code because the customer in public sector is not allowed to use Java Applet in their IT policy. It was SRM 4.0.

Program LBBP_PDH_HISTORYF01

or

ITS Template:

Internet Service : BBP_PREVIEW

Program: SAPLBBP_PDH_WFL_100*

Regards,

Masa

Former Member
0 Kudos

Hi Masa,

I don't wanna permanently remove the applet preview. I want: By default it should show 'table' view first and later if the user wants he can change it back to 'graphic' display.

thanks,

Sonia

Former Member
0 Kudos

Hey Sonia,

Try debugging function group [BBP_PDH_WFL] screen 1000 and 100.

Hope that helps.

Regards,

Piyush Garg

SandySingh
Active Contributor
0 Kudos

Hi Masayuki,

I have a requirement from customer to make approval preview tab default to expand mode in first display. Currently users need to click on the u201CApproval Previewu201D hyperlink in shopping cart to view further details- like approval status, add approver and add reviewer.

I could'nt find any relevent thread on SDN. I found few threads related to "Approval preview :tabular display instead of Graphic or Applet".

We are on SRM5.0 and other details are :

SAP_ABA 700 0021 SAPKA70021 Cross-Application Component

SAP_BASIS 700 0021 SAPKB70021 SAP Basis Component

Could you please help me resolving the above issue.

Thanks in advance

Regards

Sandy