cancel
Showing results for 
Search instead for 
Did you mean: 

Bypassing standard driver prog and executing own logic

former_member215563
Active Participant
0 Kudos


Hi All,

I have a sap script which gets triggered from the standard FM - 'ME_PRINT_PO'. Now my requirement is to create a new smartform

which should get called instead of the sapscript for a specific output type.

Which means that I have to bypass the FM 'ME_PRINT_PO ' and call my smartform instead . To achieve this I have to

create an implicit enhancement where I would call my smartform.

But since the implementation for implicit enhancement can be created at the beginning or end only of the subroutine

"entry_neu " in FM06PE02, the script will always get called.

How can I avoid this.

Thanks,

Faiz

Accepted Solutions (0)

Answers (2)

Answers (2)

Florian
Active Contributor
0 Kudos

What I forgot, have a look at the entries adobe_entry_neu in program SAPFM06P.

There is a fast solution class.

Florian
Active Contributor
0 Kudos

Why aren't you create your own driver program and don't use enhancements?

Have a look in the best practise packages from SAP itself. There is also a preconfigured Smartforms available. You just need to download it and change the customizing via NACE

Have a look here: SAP Best Practices Baseline Packages – SAP Help Portal Page

~Florian