Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch process with user interface INTEGRATED

Former Member
0 Likes
782

Hi Gurus

i have a requirement in which a batch process gets driven by a user interface which will have the options to be selected for ex " gas .electricity,water" and if either of them gets selected the batch program will get triggered fetching data from the table developed.i need a bit of clarification if the user interfca e should be created seperated and batch process seperate and integrate it or if the batch program itself can have its own screen.

Pls clarify

Thanks

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
739

Hi ,

Need some more information. Better if you maintain transaction. It is easy to give a solution. If there is no interface make a custom one.

Regards,

Madhu.

5 REPLIES 5
Read only

madhu_vadlamani
Active Contributor
0 Likes
740

Hi ,

Need some more information. Better if you maintain transaction. It is easy to give a solution. If there is no interface make a custom one.

Regards,

Madhu.

Read only

0 Likes
739

Hi Madhu

Thanks for ur guidenz.here is the detail

I have a batch program wich wud trigger printing process

I have an user interface where we got radio buttons to select the option,once its selected,it needs to trigger the batch process.

I can call out the user interface with a tcode

how can i integrate this user interface with the batch process?is it possible?

Thanks

Read only

0 Likes
739

Hi ,

Ok. I think you can do tin this way. Try to make one rfc function module with import ans export parameters.There as selction give your option like check boxes ex if print eq x then your code should trigger . First make a normal fm and see . If it is good then we can with RFC.

Regards,

Madhu.

Read only

0 Likes
739

Thanks for that Madhu

Let me try it

Read only

0 Likes
739

Hi,

Try like this and post if help need.

Regards,

Madhu.