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
Below is a list of transaction codes which are relevant to this SAP report
OMJO - Convert MKOP into Consgt. Info Recs.
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06IBKI - Conv. of Consignment Val. Price Segments MKOP into Purch. Info Records RM06IBKI - Conv. of Consignment Val. Price Segments MKOP into Purch. Info Records RM06IBIS - Data Transfer: Info Record: Disp./Chg. Content of Seq. File RM06IBIS - Data Transfer: Info Record: Disp./Chg. Content of Seq. File RM06IBII - Initializations for BTCI: Purchasing Info RM06IBII - Initializations for BTCI: Purchasing Info