cancel
Showing results for 
Search instead for 
Did you mean: 

Control "Print Preview" Action in Shopping Carts

Former Member
0 Kudos

Dear experts: our end users do not want to use the "Print Preview" functionality for Shopping Carts. So, we decided to deactivated this functionality using customizing settings:

SAP Supplier relationship Management --> SRM Server --> Cross-Application Basic Settings --> Extensions and Field Control (Personalization) --> Control Actions --> Configure Control Actions on Header level.

It is working fine when we Edit or Display an existing SC. If we select a SC in the POWL query and either Edit or Display it, the button "Print Preview" is not available anymore.

But, if we create a new shopping using the "Shop in 4 Steps" application, when the end user press on "Order" button, we get the 4th step screen "Confirmation", where you can find the following:

"What do you want to do next?

You can now print this shopping cart or shop again.

Print Preview

Shop Again "

If the end user presses on the hiperlink "Print Preview", the pdf form is generated.

How can we deactivate this option?. Do you think there is a bug in the standard system?

Thanks in advance.

Regards

Valentí

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Unfortunately that link is not controlled by the metadata framework in IMG. To disable/hide that link on the 4th step, you have to enhance the webdynpro component /SAPSRM/WDC_SC_WZ_GAF_FIS, view V_SC_WZ_GAF_FIS, and remove the PRINT_PDF UI element.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello valentine,

In webdynpro component /SAPSRM/WDC_SC_WZ_GAF_FIS

There is component configuration /SAPSRM/WDCC_FPM_SC_GAF_FIS.

1,start configurator button

2, Go into change mode and in Web Dynpro Built-In

3,Go into change and give the Transport number .

4, In Web dynpro Built-in tab

5, For Element 'Print_PDF' , Make Visibility: Invisible

6, Tick the Check Box u201CFinalu201D and click on Save

Regards,

Neelima

Former Member
0 Kudos

Dear: thanks for your hepfull answers.

I also raised and OSS note to SAP and I received exactly the same answer from them. So, it seems that we will have to enhance the standard webdynpro.

Many thanks to all of you.

Best regards

Valentí

Former Member
0 Kudos

Hi Valentín,

You can make 'Print preview' invisible for all the users.

Please follow the below steps:

1) Goto T.code SE80 in SRM system

2) Select Web dynpro comp./intf from the dropdown and give the value '/SAPSRM/WDC_DODC_CONF_OHD' and press enter

3) Now Double click on '/SAPSRM/WDCC_DODC_CONF_OHD' under Component configuration

4) Now Click on start configurator button on right hand screen

5) A Internet explorer window will open 'Editor for the Web Dynpro ABAP Component Configuration'

6) Click on change and give the Transport number and select the 'Web dynpro Built-in' tab

7) Drill down the Element name and search your element which is 'Print_PDF' under extra and make it 'Invisible'

😎 Save the data in IE after making the changes.

Please let me know for any issue.

Thanks,

Ankur