SAP ABAP Function Module SMOE_REP_CHECKTOOL_CALL (External call of Repository Check Tool)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-MW-ADM (Application Component) Administration Console
     SMOE (Package) AdminConsole
Basic Data
Function Module SMOE_REP_CHECKTOOL_CALL External call of Repository Check Tool  
Function Group SMOE_CHECK   Function Group for Repository Check Tool  
Program Name SAPLSMOE_CHECK    
INCLUDE Name LSMOE_CHECKU12    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting O_NO_AUTH_TAGS TYPE CHAR50 Tags for which no checks performed due to missing authorization
Importing I_CHECK_FOR TYPE CHAR10 ' ' Char10: If contains 'E' ->Errors, 'W' ->Warnings, 'X' Anyth else; Empty: All Ms
Importing I_SUPPRESS_LIST_OUTPUT TYPE FLAG ' ': Results are returned as list; 'X': only filling of OT_LOGTAB, OT_STATISTAB
Importing I_SELECTION_VIA_SELSCR TYPE FLAG ' ': Selection per IT_FILTERTAB; 'X': use of selection screen
Importing I_ALLOW_RETURN_TO_SELSCR TYPE FLAG ' ': F3 leads directly back to caller, 'X': per F3 back to selection screen
Importing I_BACKGROUND_PROCESSING TYPE FLAG 'X': Execution in Background task, saves results to cluster table 'SMOECK_INDX'
Importing I_PARAMSTR TYPE CHAR255 Eg. 'IND="HT"' / for future extensions
Tables IT_FILTERTAB TYPE SMOERCTFIL Rep Checktool - Object selection filter
Tables OT_STATISTAB TYPE SMOERCSTAT Rep Checktool - Check organizations: Statistics
Tables OT_LOGTAB TYPE SMOERCTLOG Rep Checktool - Check organizations: Log table with check results
Exception SELECTION_CANCELLED_BY_USER TYPE User cancelled checks on selection screen
Exception NO_AUTHORIZATION_GENERALLY TYPE No authorization - any object type - returned by SMOE_REP_CHECKTOOL
Exception UNSUCCESSFUL_CHECKTOOL_CALL TYPE Communication failure with SMOE_REP_CHECKTOOL
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20020823 
SAP Release Created in 300