SAP Reports / Programs

UA_BATCH_VARIANT_CREATE SAP ABAP Report - Batch Process for Calculation







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 Background Processing for Costing that you can use to run the calculation of a costing structure as a background processing job...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT UA_BATCH_VARIANT_CREATE. "Basic submit
SUBMIT UA_BATCH_VARIANT_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT UA_BATCH_VARIANT_CREATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT UA_BATCH_VARIANT_CREATE

INCLUDE UA_BATCH_VARIANT_CREATE_TOP . " GLOBAL DATA
INCLUDE UA_BATCH_VARIANT_CREATE_LCL . " LOCAL CLASS




INCLUDE UA_BATCH_VARIANT_CREATE_O01 . " PBO-MODULES
INCLUDE UA_BATCH_VARIANT_CREATE_I01 . " PAI-MODULES
INCLUDE UA_BATCH_VARIANT_CREATE_F01 . " FORM-ROUTINES
INCLUDE UA_BATCH_VARIANT_CREATE_F02 . " FORM-ROUTINES


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name UA_BATCH_VARIANT_CREATE or its description.