cancel
Showing results for 
Search instead for 
Did you mean: 

Running ABAP program through Process Chain.

Former Member
0 Kudos
720

Hi Gurus,

I'm currently having to manually run a program via SE38 to update Monthly Snapshot version for APO before running the Process Chain to extract data. Is there a way to include the SE38 step into the process chain?

View Entire Topic
chabbi_mustapha
Explorer
0 Kudos

Hello,

You can just plannify it as job using SM36 .

Or use 'Execute ABAP Program'  in you process chain

  SUBMIT <reportname>

          WITH fields

          EXPORTING LIST TO MEMORY AND RETURN.

Remark :You program need to be run without reporting tools as result ( ALV, Dynpro)

Hope that will be useful,

Regards,

Mustapha,