cancel
Showing results for 
Search instead for 
Did you mean: 

Does anybody know launch the SC smartform from order button

Former Member
0 Kudos

Hi,

In SRM 4 does anybody know if I can launch the SC smartform when the user is going to order the SC.

I want to open the smartform and a popup in the moment that the user order the SC

Can I launch smartform from BADI code or I need to launch the smartform using javascript code? any hint about how I can get this.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

SRM50 has following codes in standard.

>...
>    function LaunchPreview() {
>        URLBasis = "/sap/bc/gui/sap/its/bbpsc02/~flNUQVRFPTI1NDAzLjAwNi4wNS4wMQ==?~okcode[1]=SC_PRINT";
>        launchURL = URLBasis 
>        launchExtWindow(launchURL, "Bestellvorschau", "menubar=0,resizable=yes");
>        okcodeSync.unlock();
>    }
>...

Regards,

Masa