Skip to main content

Transaction Codes


ABAP TRANSACTION CODES AND PURPOSE
  1. SE01 - Transport organizer ( Extended)
  2. SE03 - Transport organizer tools
  3. SE06 - Set up transport organizer
  4. SE07 - CTS status ables display
  5. SE09 - Transport organizer
  6. SE10 - Transport organizer
  7. SE11 - ABAP dictionary
  8. SE12 - ABAP/4 dictionary display 
  9. SE13 - Maintain technical settings (tables)
  10. SE14 - Utilities for dictionary table
  11. SE15  - ABAP/4 repository information system
  12. SE16 - Data browser
  13. SE17 - General table display
  14. SE18 - Business add-ins : definitions 
  15. SE19 - Business add-ins : implementations
  16. SE21 - Package builder
  17. SE24 - Class builder
  18. SE30 - ABAP object rutime analysis
  19. SE32 - ABAP text element maintaince
  20. SE33 - Context builder
  21. SE35 - ABAP/4 dialog modules
  22. SE36 - Logical database builder
  23. SE37 - ABAP function modules
  24. SE38 - ABAP editor
  25. SE39 - Split screen editor (new)
  26. SE41 - Menu painter
  27. SE43N - Maintain area menu
  28. SE51 - Screen painter
  29. SE54 - Generate table view
  30. SE71 - SAPScript form
  31. SE72 - SAPScript styles
  32. SE73 - SAPScrpit font maintenance
  33. SE74 - SAPScript format conversion
  34. SE75 - SAPScript settings
  35. SE76 - SAPScript : form translation
  36. SE77 - SAPScript style translation
  37. SE78 - Administration of form graphics
  38. SE80 - Object navigator
  39. SE91 - Message maintenance
  40. SE93 - Maintain transaction codes
  41. SE94 - Customer enhancement simulation
  42. SE95 - Modification browser
  43. SE97- Maintenance transactin call authorization
  44. SM01 - Lock transactions
  45. SM04 - User list
  46. SM12 - Display and delete locks
  47. SM30 - Call view maintenance
  48. SM35 - Batch input monitoring
  49. SM36 - Schedule background job
  50. SM37 - Overview of job selection
  51. SM50 - Work process overview
  52. SM51 - List of SAP system
  53. SM59 - RFC destinations (display/maintain)
  54. OAER -  Logo upload in alv grid 
  55. SMARTFORMS - SAP Smart Forms
  56. SMARTFORM_TRACE - SAP Smart Forms : Trace
  57. SMARTSTYLES - SAP Smart Styles
  58. SMOD - SAP Enhancement management
  59. LSMW - Legacy System Migration Workbench












Comments

Popular posts from this blog

ABAP DDIC

DDIC:- Central source of information for the data in a database management is DDIC. Objects:- Tables, view, data element, structure, table type, domain, type group, search help, lock object. Tables:-   Tables are the entities whose information is stored in database. Information is stored in tables as a row and columns; name must be started with Y or Z & can be 16 char long. Tables are client dependent or client independent based on the field MANDT. Client Dependent:- tables which can be access by some specific user are client dependent. If the first field of the table is MANDT and data type is CLNT, the length is 3 then it is called client dependent table. Client dependent means if we make change in one client it will be reflected in the entire cross clients. If we have 3 clients: 300,310,320. If we change in 320 it will change in 300 and 310 as well.   Client Independent:- Tables which can be access by all user are client independent (no MA...