cancel
Showing results for 
Search instead for 
Did you mean: 

Search Job name for perticular Macro

Former Member
0 Kudos

Dear Friends,

I am working on APO 4.1.

I need to execute a macro from Job created earlier.

Now for same I want to search the Job name for that perticular Macro. Can anybody tell how to search?

In short I want to search Job name or activity, where the macro is used.

Points for sure....

Thanx .

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If you want to search where a macro is used into an activity or job you should be aware of the tables where the search you need to perform:

for activities:

/SAPAPO/TSPLAKTT - Activity texts

/SAPAPO/TSPLBAKT - activities itself

For the Jobs:

/SAPAPO/TSPLB - Background job header information

/SAPAPO/TSPLBAKT - Background Job activities

/SAPAPO/tsplbsel - Selections used in the batchjobs

/SAPAPO/tsplbt - Backround job Texts

If you are not able to understand which macro, try with this table:

/SAPAPO/AMAKR_TX

Transaction? SE16

Best regards,

Carlos Rodriguez

srinivas_krishnamoorthy
Active Contributor
0 Kudos

ideally you should create appropriate job in SM36 with more meaningful name that contains macro activity name and job.(you can still use the program /sapapo/ts_batch_run and its variant. If you do not provide a name, then the system picks up the program name) Keep it in scheduled status and run it when required. If you already have a job running in SM37 create a copy of the job using menu options and provide a meaningful name. Have a consistent convention.This will give you better search options.