SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Material Identification and Reconciliation(PP-PI-MIR) SAP PP

VHUMI_RECONCILIATION SAP ABAP Report - Material Reconciliation







VHUMI_RECONCILIATION 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 VHUMI_RECONCILIATION 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

MIRCMR - Material Reconciliation


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 VHUMI_RECONCILIATION. "Basic submit
SUBMIT VHUMI_RECONCILIATION AND RETURN. "Return to original report after report execution complete
SUBMIT VHUMI_RECONCILIATION 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: I_AUFNR = Order number
Title: Material Reconciliation
Text Symbol: 032 = Parameters
Text Symbol: 031 = Formula
Text Symbol: 030 = No calculation for formula found
Text Symbol: 029 = No goods mvnt carried out
Text Symbol: 028 = Plnd quantity from order
Text Symbol: 027 = The formula cannot be calculated for this material
Text Symbol: 026 = Description
Text Symbol: 020 = Material doc.
Text Symbol: 019 = MovementType
Text Symbol: 018 = Lower limit
Text Symbol: 017 = Upper limit
Text Symbol: 008 = Material ok / not ok
Text Symbol: 006 = Result
Text Symbol: 005 = Unit
Text Symbol: 004 = Batch
Text Symbol: 003 = Material
Text Symbol: 002 = PI sheet
Text Symbol: 001 = Process order
Text Symbol: 033 = Total quantity
Text Symbol: 049 = Whse no.
Text Symbol: 048 = Reconciliation
Text Symbol: 047 = WM goods movement (received)
Text Symbol: 046 = Subsequent material
Text Symbol: 045 = Discontinued material
Text Symbol: 044 = Item
Text Symbol: 043 = Finished prod.
Text Symbol: 042 = Batch number from material document
Text Symbol: 041 = No batch number available
Text Symbol: 040 = Unplanned goods movement (received)
Text Symbol: 039 = By-product
Text Symbol: 038 = Co-product
Text Symbol: 037 = Component
Text Symbol: 036 = Material not OK
Text Symbol: 035 = Material OK
Text Symbol: 034 = Quantity


INCLUDES used within this REPORT VHUMI_RECONCILIATION

INCLUDE COMMENTS.




INCLUDE RECON_TOP.


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:

CUOB_GET_NUMBER CALL FUNCTION 'CUOB_GET_NUMBER' EXPORTING class_type = recon_class object_id = object_id table = clas_table IMPORTING object_number = resb_crobj EXCEPTIONS lock_problem = 1 object_not_found = 2 OTHERS = 3.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING * CLASS = ' ' * CLASSTEXT = 'X' * classtype = clas_typ " AF 040599 Replace classtype = recon_class " AF 040599 Replace * CLINT = ' ' * FEATURES = 'X' * LANGUAGE = SY-LANGU * object = clas_obj " AF 040599 Replace object = object_id " AF 040599 Replace * OBJECTTABLE = ' ' objecttable = clas_table" AF 040599 Insert * KEY_DATE = SY-DATUM * INITIAL_CHARACT = 'X' no_value_descript = 'X' * CHANGE_SERVICE_CLF = 'X' * INHERITED_CHAR = ' ' * CHANGE_NUMBER = ' ' TABLES t_class = l_class t_objectdata = l_result * I_SEL_CHARACTERISTIC = * T_NO_AUTH_CHARACT = EXCEPTIONS no_classification = 1 no_classtypes = 2 invalid_class_type = 3 OTHERS = 4.

PROCESS_MESSAGE_CREATE CALL FUNCTION 'PROCESS_MESSAGE_CREATE' TABLES proc_mess_header = ht_messheader proc_mess_charac = ht_messcharac proc_mess_header_rtc = ht_messheaderrtc proc_mess_charac_rtc = ct_messcharacrtc EXCEPTIONS no_authority = 1 internal_failure = 2 OTHERS = 3.

CONVERSION_EXIT_ATINN_INPUT CALL FUNCTION 'CONVERSION_EXIT_ATINN_INPUT' EXPORTING input = lt_char-atnam IMPORTING output = lt_char-atinn.



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