RM60XPRA_BEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RM60XPRA_BEW 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.
Title: Conversion report for Characteristics Plng (transac. data) Rel. 4.5A
Text Symbol: 001 = CUOBJ:
Text Symbol: 002 = changeable AUSP recrds:
Text Symbol: 003 = No generated master data was found!
Text Symbol: 004 = No automatic change possible!
Text Symbol: 005 = Incorrect generated master data was found!
Text Symbol: 006 = OLD AUSP VALUES
Text Symbol: 007 = NEW AUSP VALUES
Text Symbol: 008 = NUMBER OF INOB RECORDS:
Text Symbol: 009 = NUMBER OF VALID INOB RECORDS:
Text Symbol: 010 = No usage possibilities for supporting point available
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CLSE_SELECT_CABN CALL FUNCTION 'CLSE_SELECT_CABN' EXPORTING KEY_DATE = SY-DATUM * BYPASSING_BUFFER = ' ' * WITH_PREPARED_PATTERN = ' ' * I_AENNR = ' ' * IMPORTING * AMBIGUOUS_OBJ_CHARACTERISTIC = TABLES IN_CABN = ITAB_CABN_PATTERN T_CABN = ITAB_CABN EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
CTCV_PREPARE_SYNTAX_CHECK CALL FUNCTION 'CTCV_PREPARE_SYNTAX_CHECK' TABLES ATTRIBUTES_OF_CHARACTERISTICS = i_att_char.
CTCV_VALUE_SYNTAX_CHECK CALL FUNCTION 'CTCV_VALUE_SYNTAX_CHECK' EXPORTING CHARACTERISTIC = itab_cabn-atnam STRING = atwrt * LANGUAGE = SY-LANGU * MASK_ALLOWED = ' ' * SCREEN_NAME = ' ' * CLASSTYPE = ' ' * IMPORTING * STRING_IS_MASKED = TABLES TSTRG = value_check EXCEPTIONS CHARACTERISTIC_NOT_PREPARED = 1 CURRENCY_CHECK = 2 DATE_CHECK = 3 FORMAT_CHECK = 4 ILLEGAL_INTERNAL_BASEUNIT = 5 INTERVAL_CHECK = 6 PATTERN_CHECK = 7 TIME_CHECK = 8 UNIT_CHECK = 9 NO_VALID_DIMENSION = 10 INTERVAL_NOT_ALLOWED = 11 OTHERS = 12.
CLSE_SELECT_CABN_VIA_OBJECTTAB CALL FUNCTION 'CLSE_SELECT_CABN_VIA_OBJECTTAB' EXPORTING KEY_DATE = KEY_DATE TABLES T_CABN = CABN_TAB T_TABLES = R_TABLES EXCEPTIONS NO_ENTRY_FOUND = 01.
CAMA_CHARACT_MAINTAIN CALL FUNCTION 'CAMA_CHARACT_MAINTAIN' TABLES CHARACT_DATA = XCHARACT_DATA CHARACT_OBJECT = CHARACT_OBJECT EXCEPTIONS ERROR = 1 WARNING = 2 OTHERS = 3.
CAMA_CHARACT_SAVE CALL FUNCTION 'CAMA_CHARACT_SAVE' EXPORTING "HW 790213 COMM_WAIT = 'X' EXCEPTIONS WARNING = 1 ERROR = 2 OTHERS = 3.
CLSE_SELECT_CABN_VIA_OBJECTTAB CALL FUNCTION 'CLSE_SELECT_CABN_VIA_OBJECTTAB' EXPORTING KEY_DATE = KEY_DATE TABLES T_CABN = CABN_TAB T_TABLES = R_TABLES EXCEPTIONS NO_ENTRY_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM60XPRA_BEW - Conversion report for Characteristics Plng (transac. data) Rel. 4.5A RM60XPRA_BEW - Conversion report for Characteristics Plng (transac. data) Rel. 4.5A RM60XCOM - Include for Report RM60 Common Routines RM60XALV - documentation and ABAP source code RM60SIMU - Copy Version RM60SIMU - Copy Version