SAP ABAP Function Module OIL_GET_CALLED_FROM_IN (Get callstack + analyze caller;CATT mode,GUI call, WEB call,Job attrib....)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       OI0 (Package) Common objects within IS Oil
Basic Data
Function Module OIL_GET_CALLED_FROM_IN Get callstack + analyze caller;CATT mode,GUI call, WEB call,Job attrib....  
Function Group OI00   Oil cross application function modules  
Program Name SAPLOI00    
INCLUDE Name LOI00U18    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_REQU_CSLEVEL TYPE SYS_CALLS Structure of System Callstack (like in the Debugger)
Exporting E_CALL_W_GUI TYPE SYST-BATCH Y/N (N e.g. RFC dialog tasks, batch,..)
Exporting E_CALL_FR_WEB TYPE CHAR01 X, if called with HTML GUI
Exporting E_CALL_CATT TYPE CHAR01 X, if runs in CATT mode
Exporting E_CALL_IN_WAN TYPE AS4FLAG X=WAN,space=LAN (Gui "LowSpeedConnection Flag") - CATT autom.=LAN
Exporting E_CALL_BY_RFC TYPE CHAR01 X=This process runs in RFC
Exporting E_CALLER_SWCOMP TYPE DLVUNIT Software Component
Importing I_CALLPGM TYPE DBGLPROG Program
Importing I_CALLEVENT TYPE DBGLEVENT Name of an event, module, subroutine...
Importing I_CALLINDX TYPE SYST-TABIX 1=puts current event <REQUESTER>,2=caller of requester,.. to E_REQU_CSLEVEL
Tables TE_CALLSTACK TYPE SYS_CALLST System Callstack Table
Tables TE_WORKPROCESS_INFO TYPE WPINFO Work process info
Exception REQUESTED_CALLER_NOT_FOUND TYPE If any I_CALL* parameter is requested (optional input)
Exception PARAMETER_ERROR TYPE If FM called with wrong/incomplete parameter transfer
Exception OTHER_ERROR TYPE If other errors appearing
               
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  20050224 
SAP Release Created in