UA_BATCH_VARIANT_CREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is a component of
If you would like to execute this report or see the full code listing simply enter UA_BATCH_VARIANT_CREATE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_VNAME = Variant Name
Selection Text: P_VADESP = Description
Selection Text: P_TYPE = Object Type
Selection Text: P_STA = Static Selection
Selection Text: P_SNAME = Variant Name
Selection Text: P_PARENT = Calculated Receivers
Selection Text: P_OFFSET = Offset in Days
Selection Text: P_DYNAME = Variant Name
Selection Text: P_DYN = Dynamic Selection
Selection Text: P_DNAME = Variant Name
Selection Text: P_DATA = Data Basis
Selection Text: P_CUS = Customer Selection
Selection Text: P_CUNAME = Variant Name
Selection Text: P_CNAME = Variant Name
Title: Batch Process for Calculation
Text Symbol: DEL = Delete Objects
Text Symbol: 019 = Unsaved data will be lost. Do you really want to load a variant?
Text Symbol: 018 = Unsaved data will be lost. Do you really want to load the variant?
Text Symbol: 017 = Confirm Load Variant
Text Symbol: 016 = Header Variant
Text Symbol: 015 = Unsaved data will be lost. Do you really want to change the selection?
Text Symbol: 014 = Confirm Selection Mode
Text Symbol: 013 = Only those objects changed in this period are recalculated
Text Symbol: 012 = (actual) and the time the objects were last changed.
Text Symbol: 011 = Offset in days means the max. possible time variance from the system time
Text Symbol: 010 = Following is an example of selection criteria, defined by customer
Text Symbol: 009 = Variant already exists in database. Do you want to overwrite it?
Text Symbol: 008 = Variant Check
Text Symbol: 007 = Customer Selection
Text Symbol: 006 = Unsaved data will be lost. Do you really want to cancel?
Text Symbol: 005 = Exit Variant Creation
Text Symbol: 004 = Include Receiver in Costing
Text Symbol: 003 = Selection Header
Text Symbol: 002 = Dynamic Selection
Text Symbol: 001 = Static Selection
Text Symbol: 000 = Selection Mode
INCLUDE UA_BATCH_VARIANT_CREATE_TOP . " GLOBAL DATA
INCLUDE UA_BATCH_VARIANT_CREATE_LCL . " LOCAL CLASS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UA_BATCH_VARIANT_CREATE - Batch Process for Calculation UA_BATCH_VARIANT_CREATE - Batch Process for Calculation UA_BATCH_PROCESS_STAT_CALC - Static Calculation UA_BATCH_PROCESS_STAT_CALC - Static Calculation UA_BATCH_PROCESS_DYN_CALC - Dynamic Calculation UA_BATCH_PROCESS_DYN_CALC - Dynamic Calculation