SAP Reports / Programs | Production Planning and Control | Production Planning | Demand Management(PP-MP-DEM) SAP PP

RM60XPRA_BEW SAP ABAP Report - Conversion report for Characteristics Plng (transac. data) Rel. 4.5A







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


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 RM60XPRA_BEW. "Basic submit
SUBMIT RM60XPRA_BEW AND RETURN. "Return to original report after report execution complete
SUBMIT RM60XPRA_BEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RM60XPRA_BEW

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:

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.



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