SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

RV14BTCI SAP ABAP Report - Batch Input Interface for Conditions







RV14BTCI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The batch input report RV14BTCI is used to process condition records: Prices Discounts/surcharges Freight Taxes Information which affect the entire batch input session are defined in the session record...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 RV14BTCI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OV/5 - RV Batch Input Program


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 RV14BTCI. "Basic submit
SUBMIT RV14BTCI AND RETURN. "Return to original report after report execution complete
SUBMIT RV14BTCI 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: DEF_VAL = Default
Selection Text: DS_CHECK = X - Check file only
Selection Text: DS_NAME = Name of file path
Selection Text: IS_UC = UTF-8 (Unicode)
Selection Text: KOND_MAX = Max. no. cond. recs per screen
Selection Text: NON_UC = Non-Unicode
Selection Text: REC_MAX = Max. no. cond. recs in table
Selection Text: REC_TR_M = Max no records per transaction
Selection Text: STAF_MAX = Max no. scales per screen
Title: Batch Input Interface for Conditions
Text Symbol: 101 = OPEN DATASET mode


INCLUDES used within this REPORT RV14BTCI

No INCLUDES are used within this REPORT code!


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:

F4_DXFILENAME_4_DYNP *CALL FUNCTION 'F4_DXFILENAME_4_DYNP' * EXPORTING * dynpfield_filetype = 'P' * dynpfield_filename = 'DS_NAME' * dyname = 'RV14BTCI' * dynumb = '1000' * location = 'A' * server = ''.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename CHANGING physical_filename = ds_name EXCEPTIONS OTHERS = 1.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = bgr00-mandt group = bgr00-group holddate = bgr00-start keep = bgr00-xkeep user = bgr00-usnam.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = tcode TABLES dynprotab = bdc_tab EXCEPTIONS internal_error = 01 not_open = 02 queue_error = 03 tcode_invalid = 04.



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 RV14BTCI or its description.