SAP Reports / Programs | Cross-Application Components | Classification | Characteristics(CA-CL-CHR) SAP CA

MCTAVF10 SAP ABAP INCLUDE - SELECT_SINGLE_PRPS_WITH_POSID







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


INCLUDES used within this REPORT MCTAVF10

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:

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING CHANGE_NUMBER = CCIN-AENNR FEATURE_NEUTRAL_NAME = CABN-ATNAM KEY_DATE = CABN-DATUV IMPORTING ECABN = CABN EXCEPTIONS INVALID_CLASS_TYPE = 01 MISSING_FEATURE_INFORMATION = 02 NO_FEATURE_FOUND = 03 NO_FEATURE_VALID = 04 NO_LANGUAGE = 05.

CTMV_FEATURE_NEUTRAL CALL FUNCTION 'CTMV_FEATURE_NEUTRAL' EXPORTING CHANGE_NUMBER = CCIN-AENNR FEATURE_NAME = CABN-ATNAM REFERENCE_CH_NUMBER = RCTAV-AENNR REFERENCE_DATE = RCTAV-ATRDA REFERENCE_FEATURE = RCTAV-ATNAM TRANSACTION_TYPE = g_TRTYP SPECIAL_APPLICATION = S_SPECIAL_APPLICATION KEY_DATE = RCTAV-DATUV TABLES SCREEN_SEQUENCE = STEUER_TAB EXCEPTIONS KEY_LOCKED = 1 CANCEL_BY_USER = 2.

CC_CHANGE_NUMBER_CHECK CALL FUNCTION 'CC_CHANGE_NUMBER_CHECK' EXPORTING ECCIN = L_CCIN FLG_DISPLAY = SPACE IMPORTING ADATUV = L_DATE.

CCCN_ECN_WITH_EFFECTIVITY CALL FUNCTION 'CCCN_ECN_WITH_EFFECTIVITY' EXPORTING EAENNR = L_CCIN-AENNR IMPORTING FLG_EFFECTIVITY = L_ECN_EFFECTIVITY EXCEPTIONS NO_RECORD_FOUND = 1 OTHERS = 2.

CLEF_ECM_PROCESSOR_INIT CALL FUNCTION 'CLEF_ECM_PROCESSOR_INIT' EXPORTING KEY_DATE = L_DATE I_AENNR = L_CCIN-AENNR I_MAINTAIN_FLAG = SPACE EXCEPTIONS ECM_INIT_ERROR = 1 OTHERS = 2.

CTUT_FEATURE_DATA CALL FUNCTION 'CTUT_FEATURE_DATA' EXPORTING FEATURE_NEUTRAL_NAME = CABN-ATNAM EXCEPTIONS NO_FEATURE_FOUND = 1 NO_FEATURE_VALID = 2 OTHERS = 3.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = L_SY_REPID DYNUMB = L_SY_DYNNR TABLES DYNPFIELDS = L_DYNP_FIELD_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_SY_REPID DYNUMB = P_SY_DYNNR TABLES DYNPFIELDS = DYNP_FIELD_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = P_SY_REPID DYNUMB = P_SY_DYNNR TABLES DYNPFIELDS = DYNP_FIELD_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.

CLUF_USAGE_FEATURES_IN_CLASSES CALL FUNCTION 'CLUF_USAGE_FEATURES_IN_CLASSES' EXPORTING ALL_TYPES = KREUZ FEATURE = CABN-ATNAM PROCESS_MODE = 'SHOW' KEY_DATE = RCTAV-DATUV TABLES CLASSES = CLASSES EXCEPTIONS INPUT_WRONG = 01 NO_CLASS_FOUND = 02.



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