SAP ABAP Data Element MCL_GLVTR (Rough Workload Estimate: Call transaction)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       VL (Package) WS-SHP: General Processing for Shipping
Basic Data
Data Element MCL_GLVTR
Short Description Rough Workload Estimate: Call transaction  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short  
Medium  
Long  
Heading  
Documentation

Definition

Import parameter in user exit 002 for the rough workload forecast

This parameter indicates where the call for this exit originates. The following call-up options are currently available:

  • I_GLVTR = 1 = call from purchase order
  • I_GLVTR = 2 = call from sales order
  • I_GLVTR = 3 = call from delivery

The rest of the import parameters of this function module may be filled in, depending on who called it up.

Note

An include program was defined that contains constants used for the field contents. This programm is called LV53CGTR.

Example


INCLUDE LV53CGTR.

CASE I_GLVTR.
WHEN GLVTR_PURCHASE_ORDER.
* use parameters XMCEKKO, XMCEKPO, XMCEKPV, XMCEKET
* ...
WHEN GLVTR_SALESE_ORDER.
* use parameters XMCVBAK, XMCVBKD, XMCVBAP
* ...
WHEN GLVTR_DELIVERY.
* use parameters XMCLIKP, XMCLIPS
* ...
ENDCASE.

History
Last changed by/on SAP  19970812 
SAP Release Created in