cancel
Showing results for 
Search instead for 
Did you mean: 

Background Scheduling for a webdynpro component

Former Member
0 Kudos

HI,

Please elaborate how can i background schedule my webdynpro component. I am not able to understand the flow logic.

-Sid

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate

You can not background schedule web dynpro components. Your component should be structured using MVC (Model View Controller) so that the business logic is not contained directly in the component itself. This business logic should remain callable via classic dynpro techniques - that can still be background scheduled.

Former Member
0 Kudos

Hello Thomas,

Thankx for replying. OK, you mean I put my business logic in a FM and call that FM in my webdyn component. And when it is required to background schedule it I will call that FM in an executable code.

AM i correct?

-Sid

Edited by: Siddhartha on Feb 3, 2009 12:38 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Yes. You will have to write a classic dynpro application to call the FM or class with your business logic and if you are producing a report - use old style list processing of the CL_SALV* classes to produce the report.

Former Member
0 Kudos

Thnax Thomas, One last thing ..how do I handle/create variant for it ?

-Sid

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Thnax Thomas, One last thing ..how do I handle/create variant for it ?

>

> -Sid

What, for the classic dynpro program? Just go to SE38 and use the variants radio button to maintain the variants for the program in question.

Former Member
0 Kudos

got it !

Thnx

-Sid

Answers (0)