SAP Reports / Programs | Mill Products Industry Solution | Mill Products Industry Solution(IS-MP) SAP IS

/SAPMP/V01F SAP ABAP INCLUDE - documentation and ABAP source code







/SAPMP/V01F 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 /SAPMP/V01F 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 /SAPMP/V01F. "Basic submit
SUBMIT /SAPMP/V01F AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/V01F 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 /SAPMP/V01F

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:

QVDM_LIKP_READ CALL FUNCTION 'QVDM_LIKP_READ' EXPORTING i_vbeln = ls_lips-vbeln IMPORTING e_likp = ls_likp EXCEPTIONS x_no_data_found = 1 OTHERS = 2.

/SAPMP/LE_LBA_CHECK CALL FUNCTION '/SAPMP/LE_LBA_CHECK' EXPORTING I_LIKP = ls_likp I_LIPS = ls_lips TABLES T_LBA_VALI = LT_LBA_VALI "must be specified in order to check cutting relevance EXCEPTIONS LBA_RELEVANT = 1 LBA_REL_CUT = 2 LBA_CHECK_OK = 3 BATCH_NO_CLASSIFICATION = 4 ORDER_NO_CLASSIFICATION = 5 LBA_NO_CLASSIFICATION = 6 INCOMPLETE_INPUTDATA = 7 OTHERS = 8.

MATERIAL_READ call function 'MATERIAL_READ' exporting schluessel = ls_mtcom importing matdaten = ls_mt61d exceptions material_not_found = 01 plant_not_found = 02 invalid_mtcom = 03 others = 04.

CUCB_GET_SINGLE_INSTANCE CALL FUNCTION 'CUCB_GET_SINGLE_INSTANCE' EXPORTING instance = ls_lips-cuobj IMPORTING instance_rec = lv_instance EXCEPTIONS invalid_instance = 1 instance_is_a_classification = 2 OTHERS = 3.

/SAPMP/LO_CHARACT CALL FUNCTION '/SAPMP/LO_CHARACT' EXPORTING i_atnam = /sapmp/c_length_apo IMPORTING e_atnam = lv_length_apo EXCEPTIONS charact_not_found = 1 OTHERS = 2.

CLSE_SELECT_CABN_VIA_NAME CALL FUNCTION 'CLSE_SELECT_CABN_VIA_NAME' EXPORTING characteristic = lv_length_apo tables t_cabn = lt_cabn.

ROUND CALL FUNCTION 'ROUND' EXPORTING * DECIMALS = 0 input = lv_number_pieces_raw SIGN = 'X' IMPORTING OUTPUT = lv_number_pieces_rounded EXCEPTIONS INPUT_INVALID = 1 OVERFLOW = 2 TYPE_INVALID = 3 OTHERS = 4.

CONVERT_TO_FRACT5 CALL FUNCTION 'CONVERT_TO_FRACT5' EXPORTING nomin = lv_peg_quan denomin = lv_number_pieces_rounded IMPORTING NOMOUT = loc_umrez DENOMOUT = loc_umren EXCEPTIONS CONVERSION_OVERFLOW = 1 OTHERS = 2.

UNIT_CONVERSION_WITH_FACTOR CALL FUNCTION 'UNIT_CONVERSION_WITH_FACTOR' EXPORTING add_const = addko denominator = umren "loc_umren input = menge_in numerator = umrez "loc_urez IMPORTING output = menge_out EXCEPTIONS division_by_zero = 01 overflow = 02 type_invalid = 03.

UNIT_CONVERSION_WITH_FACTOR CALL FUNCTION 'UNIT_CONVERSION_WITH_FACTOR' EXPORTING add_const = addko denominator = umren input = menge_in numerator = umrez IMPORTING output = menge_out EXCEPTIONS division_by_zero = 01 overflow = 02 type_invalid = 03.



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 /SAPMP/V01F or its description.