cancel
Showing results for 
Search instead for 
Did you mean: 

Job Related Issues

former_member1257031
Participant
0 Kudos

Hi,

Can anybody help in informing me how to find jobs related to particular Plant .

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Jobs are defined for Programs and not for any organisational levels. The Plant and any other organisation level to be used in the job is mentioned in the Variant defined/mentioned for the program. So you should be searching for tables which stores the variants for the jobs.

VARI

VARID

VARIT

But remember much cannot be retrieved from the tables. As, there are N no of programs with vairants, so the system does not store the variant selection with field names dedicatedly.

/Manoj

former_member1257031
Participant
0 Kudos

OK ..can you give me the names of table where I can relate a Sales order and PO Created it will be of help also..

Thanks

Former Member
0 Kudos

Hi MM,

Normally if you know the transaction for that you can get the job easily by using the transaction code SM37.

Go to the transaction and then get the program in that transaction code. GOTO ->sm37->in that abap program put that and search the same.

Hope this helps.

Former Member
0 Kudos

Hi,

Normally in all implementation, there would be a dedicated user for PO's/SO's created through Background Jobs.

So try and find all the documents in the respective tables with that name, for instance (like BATCHUSER):

SO Header Table VBAK will have the name of the SO creator under the field ERNAM

PO Header Table EKKO will have the name of the PO creator under the field ERNAM

By this way you can find all the PO's/SO's.

Plus you can use the following tables to find the Background Job names:

TBTCO

TBTCP

TBTCPV

/Manoj