Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Tips and Tricks arrow ABAP Reports arrow Preventing same job from being started twice
Preventing same job from being started twice PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Anon.   
Saturday, 20 January 2007
Prevent user from submitting the same jobname ZXXX twice tables:  tbtco.
 
 data: t_jobcnt(1) type n,
       t_sdluname like tbtco-sdluname,
       t_strtdate like tbtco-strtdate,
       t_strttime like tbtco-strttime.
 
 select * from tbtco where jobname  = 'ZXXX'
                       and strtdate = sy-datum
                       and status   = 'R'.
     t_jobcnt = t_jobcnt + 1.
     if t_jobcnt = 1.
        t_sdluname = tbtco-sdluname.
        t_strtdate = tbtco-strtdate.
        t_strttime = tbtco-strttime.
     endif.
 endselect.
 if sy-subrc = 0.
    if t_jobcnt < 1.
        message e123 with t_sdluname 'have execute the program on'
                          t_strtdate t_strttime.
    endif.
 endif.
 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor