SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06IBKI SAP ABAP Report - Conv. of Consignment Val. Price Segments MKOP into Purch. Info Records







RM06IBKI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RM06IBKI creates a sequential file from the consignment price segments MKOP...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RM06IBKI 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

OMJO - Convert MKOP into Consgt. Info Recs.


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 RM06IBKI. "Basic submit
SUBMIT RM06IBKI AND RETURN. "Return to original report after report execution complete
SUBMIT RM06IBKI 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: C_INFOS = No. info records per session
Selection Text: DS_NAME = Name of file
Selection Text: MATERIAL = Material
Selection Text: UP_LVORM = Set deletion flag in MKOP
Selection Text: UP_MENGE = Adopt minimum order quantity
Selection Text: UP_TEXT = Adopt internal text
Title: Conv. of Consignment Val. Price Segments MKOP into Purch. Info Records
Text Symbol: M01 = Transfer data for consignment created:


INCLUDES used within this REPORT RM06IBKI

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:

ME_SELECT_EKORG_FOR_PLANT CALL FUNCTION 'ME_SELECT_EKORG_FOR_PLANT' EXPORTING i_werks = t_mkop-werks * I_PIPEL = * I_UMLAG = i_konsi = 'x' * I_STANDARD = IMPORTING e_ekorg = save_ekorg EXCEPTIONS more_than_one_organization = 1 no_entry_found = 2 no_default_found = 3 OTHERS = 4.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = mt06e return = mtcor TABLES seqmat01 = tdummy EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING input = t_mkop-matnr IMPORTING output = bein0-matnr.

MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING input = t_mkol-mmeng matnr = t_mkol-matnr meinh = mt06e-bstme meins = mt06e-meins IMPORTING output = lf_minbm EXCEPTIONS error_message = 01 OTHERS = 02.

READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING id = htext-tdid inline_count = 0 language = htext-tdspras name = htext-tdname object = htext-tdobject IMPORTING header = thead TABLES inlines = tinlinetab lines = tlinetab EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 OTHERS = 7.

CONVERSION_EXIT_MATN1_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_OUTPUT' EXPORTING * INPUT = T_MKOP-MATNR "356726 input = t_pri-matnr "356726 IMPORTING output = bein0-matnr.

PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING * COUNTRY = ' ' internal_date = t_pri-zkdat internal_period = '1' * LANGUAGE = SYST-LANGU * I_PERIV = * I_WERKS = * I_MRPPP = IMPORTING external_date = bkonp-datab.

PERIOD_AND_DATE_CONVERT_OUTPUT CALL FUNCTION 'PERIOD_AND_DATE_CONVERT_OUTPUT' EXPORTING * COUNTRY = ' ' internal_date = '99991231' internal_period = '1' * LANGUAGE = SYST-LANGU * I_PERIV = * I_WERKS = * I_MRPPP = IMPORTING external_date = bkonp-datbi.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = log_name IMPORTING file_name = phy_name EXCEPTIONS file_not_found = 08.



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