Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member182779
Active Contributor

As promised...here's another of my experiments with SMP...this time, I wanted to something more interesting and more complex...something that really gave me an SMP experience...so I took something that I build a long time ago by using PHP and SAP...I'm talking about an SBWP aka. SAP Mail emulation.

Of course, I needed to go back to my ABAP roots and build some RFC enabled function modules.

(The code is a little bit long, so I will upload it along with the SMP code to Code Exchange :twisted: )

With that ready...we can start doing some SMP business...first, let me show the Model.

It's really easier than it looks :razz:

As we have 4 function modules, we create 4 MBO's (Business Model Objects) and we link two of them...the Titles with the Details...

We need to establish a relation between Titles and Details, because we're going to have a screen with the Titles and for each one, we're going to show it's detail.

It's very important to define the Personalization keys, as they are going to pass as parameters for the MBO's.

This is the Personalization for the Send Mail MBO.

With all that explanation, we can take a look at the demo, which is running on a BlackBerry emulator.

As we can see, we can do everything that we could do on the SBWP transaction...but as always :sad: I have a little bug...when the Reply window comes out, the "To:" should be filled, however, I haven't been able to do it yet...after all...SMP is a new technology, and we're all learning how to use it :cool:

18 Comments