‎2009 Apr 01 12:36 PM
Dear Team,
I want to check Object Code of T_Code:OMJJ.
In T_code:SE93.it not showing .
How I check Perticulater Object Code for Transastion OMJJ
thanks
kallis
‎2009 Apr 02 6:10 AM
Hi,
OMJJ is a parameter transaction, which infact calls the transaction SM34, check in SE93. Since all the objects are showing Not maintained or Proposal value is No you need to check parent transaction i.e. in case SM34.
SM34 has below objects checked as Yes
S_TABU_CLI
S_TABU_DIS
Regards,
Gowrinadh
‎2009 Apr 01 12:40 PM
‎2009 Apr 01 3:53 PM
In SU24 it show
@5B\QMaintained@ S_CTS_ADMI Administration Functions in Change and Transport System Check NO
@5B\QMaintained@ S_DATASET Authorization for file access Check NO
@5B\QMaintained@ S_DEVELOP ABAP Workbench Check NO
@5B\QMaintained@ S_DOKU_AUT SE61 Documentation Maintenance Authorization Check NO
@5B\QMaintained@ S_GUI Authorization for GUI activities Check NO
@5B\QMaintained@ S_PRO_AUTH IMG: New authorizations for projects Check NO
@5B\QMaintained@ S_PROJECT Project Management: Project authorization Check NO
@5B\QMaintained@ S_TABU_DIS Table Maintenance (via standard tools such as SM30) Check NO
@5B\QMaintained@ S_TABU_RFC Client Comparison and Copy: Data Export with RFC Check NO
@5B\QMaintained@ S_TCODE Transaction Code Check at Transaction Start Check NO
@5B\QMaintained@ S_TRANSLAT Translation environment authorization object Check NO
@5B\QMaintained@ S_TRANSPRT Transport Organizer Check NO
It show So many Object and it standed object .and at last it show NO in Proposal Colom
Thanks
kallis
‎2009 Apr 01 12:48 PM
‎2009 Apr 01 1:04 PM
It is a customizing transaction. The usual checks apply and are in the coding and the maintenance view.
Cheers,
Julius
‎2009 Apr 01 3:18 PM
SAPLSVIM -This is the ABAP program for this Cust T-code
Find out the ABAP program for that particular customized T-code(Go to main menu -->SYSTEMïƒ status under sap data program (screen))
Copy that program
Go to se38 or sa38
Enter program name
Go to display mode
Select find option from main menu(Donu2019t use ctrl+f short cut key)
Enter auth(Find word auth)
Select main program(Donu2019t change remaining options)
Then you will get the list of objects which is used for that particular Cust. T-code.
S_TABU_DIS -
this object is used for this T-code
‎2009 Apr 02 6:10 AM
Hi,
OMJJ is a parameter transaction, which infact calls the transaction SM34, check in SE93. Since all the objects are showing Not maintained or Proposal value is No you need to check parent transaction i.e. in case SM34.
SM34 has below objects checked as Yes
S_TABU_CLI
S_TABU_DIS
Regards,
Gowrinadh
‎2009 May 12 11:08 AM