UA_BATCH_IMPORT_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 the
If you would like to execute this report or see the full code listing simply enter UA_BATCH_IMPORT_VARIANT_CREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UABATIMP - Create Batch Import Variant for PDCE
UA_BATIMP - Create Batch Import Variant, PDCE
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_TMORG2 = D .
Selection Text: P_TMORG1 = D .
Selection Text: P_TMMVA = D .
Selection Text: P_TMIRT = D .
Selection Text: P_TMDF = D .
Selection Text: P_TMCURR = D .
Selection Text: P_TIRVEN = D .
Selection Text: P_TIRPO = D .
Selection Text: P_TIRPLT = D .
Selection Text: P_TIRMAT = D .
Selection Text: P_TAVES = D .
Selection Text: P_TAFY = D .
Selection Text: P_TACA = D .
Selection Text: P_QS_TAB = D .
Selection Text: P_QS_PLT = D .
Selection Text: P_QS_OBJ = D .
Selection Text: P_QS_MAT = D .
Selection Text: P_QS_BRD = D .
Selection Text: P_QS_AUF = D .
Selection Text: P_OMPLT = D .
Selection Text: P_OIRVEN = D .
Selection Text: P_OIRPO = D .
Selection Text: P_OIRPLT = D .
Selection Text: P_OIRMAT = D .
Selection Text: P_OAVES = D .
Selection Text: P_OAPCA = D .
Selection Text: P_OAMVA = D .
Selection Text: P_OAFY = D .
Selection Text: P_TMPLT = D .
Selection Text: R_TSSERV = D .
Selection Text: R_TSPER = D .
Selection Text: R_TPPRO = D .
Selection Text: R_TPPER = D .
Selection Text: R_TMMAT = D .
Selection Text: R_TATT = D .
Selection Text: R_TAPER = D .
Selection Text: R_TACC = D .
Selection Text: R_OSSERV = D .
INCLUDE UA_BATCH_IMPORT_ITOP.
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_UA_BATVAR CALL FUNCTION 'ENQUEUE_E_UA_BATVAR' EXPORTING * MODE_UAB_S_BATCH_LOCK = 'E' * MANDT = SY-MANDT VAR_NAME = gs_variant-var_name * MODEL_CONDITION = * LEVEL_CONDITION = TYPE = 'I' * X_VAR_NAME = ' ' * X_MODEL_CONDITION = ' ' * X_LEVEL_CONDITION = ' ' * X_TYPE = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_E_UA_BATVAR CALL FUNCTION 'DEQUEUE_E_UA_BATVAR' EXPORTING VAR_NAME = gs_variant-var_name * MODEL_CONDITION = * LEVEL_CONDITION = TYPE = 'I' * X_VAR_NAME = ' ' * X_MODEL_CONDITION = ' ' * X_LEVEL_CONDITION = ' ' * X_TYPE = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING titel = text-nur IMPORTING select_value = answer TABLES fields = f4ftab valuetab = f4vtab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.
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_IMPORT_VARIANT_CREATE or its description.
UA_BATCH_IMPORT_VARIANT_CREATE - Batch Process for Import UA_BATCH_IMPORT_VARIANT_CREATE - Batch Process for Import UA_BATCH_IMPORT_SELSCREEN - Include UA_BATCH_IMPORT_SELSCREEN UA_BATCH_IMPORT_PROCESS - Background processing for the import of costing objects UA_BATCH_IMPORT_PROCESS - Background processing for the import of costing objects UA_BATCH_IMPORT_LCLASS - Include UA_BATCH_IMPORT_LCLASS