SAP Reports / Programs

RM06EFLB SAP ABAP Report - Create Releases







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

ME84 - Generation of Sched. Agmt. Releases


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 RM06EFLB. "Basic submit
SUBMIT RM06EFLB AND RETURN. "Return to original report after report execution complete
SUBMIT RM06EFLB 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: PALL = All Items
Selection Text: PFAB = JIT Delivery Schedules Only
Selection Text: PFLAB = Both JIT and FRC Schedules
Selection Text: PHOT = Major Errors
Selection Text: PLAB = Forecast Schedules Only
Selection Text: PSOFT = All Errors
Selection Text: PTEST = Test Run
Selection Text: PWERKS = Plant
Selection Text: PZERO = Releases W/O Schedule Lines
Selection Text: SBERID = MRP Area
Selection Text: SDISPO = MRP Controller
Selection Text: SEBELN = Scheduling Agreement
Selection Text: SLIFNR = Vendor
Selection Text: SMATNR = Material
Selection Text: SULPA = Scope of Selection:
Selection Text: PVARIA = D .
Title: Create Releases
Text Symbol: RUS = B(acklog)/I(mmediate Reqt):
Text Symbol: RUK = - Determination of backlog/immediate reqt. not defined
Text Symbol: RUI = Release contains no backlog/immediate reqt.
Text Symbol: RUC = Backlog
Text Symbol: PRO = Mail Transm. Log for Internet Releases
Text Symbol: PRF = Profile
Text Symbol: PAR = Parameter:
Text Symbol: OPR = W/o checking strategy in profile
Text Symbol: NUR = Onl
Text Symbol: NUM = Number
Text Symbol: NPR = No Profile
Text Symbol: NOR = Date Standardiz.
Text Symbol: NFR = Scheduling agreement not yet released
Text Symbol: NER = Creation strategy not allowed acc. to creation profile
Text Symbol: NEG = ----
Text Symbol: NDT = No Next Date
Text Symbol: NDE = No Changes
Text Symbol: MPR = Acc. to Strat. in Profile
Text Symbol: MAT = Material
Text Symbol: MAI = Error sending mail to vendor
Text Symbol: LPL = Sched. Agmt Item





Text Symbol: RUX = X Release contains backlog/imm. reqt.
Text Symbol: SLP = Selection parameter:
Text Symbol: SOF = Immed. Req.
Text Symbol: SSF = Block: system error
Text Symbol: STP = Release Created, Output Stopped
Text Symbol: STR = /
Text Symbol: STT = Stats:
Text Symbol: SUP = Scope of Select.
Text Symbol: SUS = Item currently being processed by user
Text Symbol: TIL = ~
Text Symbol: TIT = Mat. Planners/Plant
Text Symbol: TOP = Tolerance Check
Text Symbol: TST = Test Run
Text Symbol: TTL = Plnt:
Text Symbol: USR = User:
Text Symbol: UTZ = Time
Text Symbol: VEN = Mail Sent to Vendor/E-Mail Address
Text Symbol: WEB = I
Text Symbol: WER = Internet Rel. w./ w/o. Conventional Messages
Text Symbol: WFL = Error Sending Work Items
Text Symbol: WFP = Log of Generated Work Items
Text Symbol: ZER = Releases w/o Schedule Lines:
Text Symbol: LIF = *** Vendor:
Text Symbol: AKT = Activ
Text Symbol: AFA = No.JIT DelScheds:
Text Symbol: AEN = C
Text Symbol: ABO = Rel. w/o Sch. Lines
Text Symbol: ABN = SA Release not Created
Text Symbol: ABJ = SA Release Created
Text Symbol: ABD = Rel. Date
Text Symbol: ABA = Rel.Type
Text Symbol: 314 = Major Errors
Text Symbol: 313 = FRC Scheds Only
Text Symbol: 214 = All Errors
Text Symbol: 213 = JIT Schds Only
Text Symbol: 114 = All Items
Text Symbol: 113 = Forecast and JIT Schedules
Text Symbol: 072 = Error Log f. Release Generation (JIT Schedules)
Text Symbol: 071 = Error Log for Release Generation (FRC Schedules)





Text Symbol: 037 = Error When Determining Standardized Release Date
Text Symbol: 030 = Deactivate Dyn. Stopping
Text Symbol: 020 = Deactivate Tolerance Check
Text Symbol: 013 = Display Options
Text Symbol: 012 = FRC Scheds
Text Symbol: 011 = JIT Scheds
Text Symbol: 009 = Created on
Text Symbol: 007 = Error Log for Release Generation
Text Symbol: 006 = Scheduling Agreement Schedule Lines
Text Symbol: 005 = Change
Text Symbol: 004 = Plnt:
Text Symbol: 003 = Additional Functions
Text Symbol: 002 = Select Scheduling Agreements
Text Symbol: 001 = Choose Release Type
Text Symbol: LFA = Frcst/JIT DSched
Text Symbol: LAB = FRC Sched.
Text Symbol: KEI = No schedule lines exist
Text Symbol: KDS = No data for chosen selection
Text Symbol: KBE = No authorization
Text Symbol: ITO = Reas. for creation: changed (tolerances not maint.)
Text Symbol: INP = Creation strategy in profile not maintained
Text Symbol: IAK = Inactv.
Text Symbol: FUO = See long text for error message
Text Symbol: FU2 = No message record found
Text Symbol: FEU = Error Cause :
Text Symbol: FAE = Error during release creation
Text Symbol: FAB = JIT Schd.
Text Symbol: ERS = No transm. of release type to date
Text Symbol: ERG = Result
Text Symbol: EKS = X
Text Symbol: ECH = Upd. Run
Text Symbol: EAX = X Sched. agreement item changed since last transmission
Text Symbol: EAN = C(hange):
Text Symbol: EAI = Scheduling agreement item not changed since last transmission
Text Symbol: DPP = :
Text Symbol: DMV = Move Release Date
Text Symbol: DIS = ** Planner:
Text Symbol: DBR = * MRP Area:
Text Symbol: DAT = Date/Time:



Text Symbol: BEZ = Name
Text Symbol: BEG = Reason
Text Symbol: APO = No. SchedAgrItems:
Text Symbol: ANM = Comment
Text Symbol: ALA = No. FRC DelScheds:


INCLUDES used within this REPORT RM06EFLB

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = sy-dynnr TABLES dynpfields = dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 OTHERS = 10.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "#EC * EXPORTING fieldname = 'DISPO' titel = title IMPORTING select_value = dispo_select TABLES fields = fieldtab valuetab = value_tab EXCEPTIONS field_not_in_ddic = 1 more_then_one_selectfield = 2 no_selectfield = 3 OTHERS = 4.

WY_LFA1_ARRAY_READ CALL FUNCTION 'WY_LFA1_ARRAY_READ' TABLES pti_lfa1_keytab = lif_key pto_lfa1 = lif_tab EXCEPTIONS err_no_records_requested = 1 err_no_records_found = 2 internal_error = 3 OTHERS = 4.

ENQUEUE_EMEKPOE CALL FUNCTION 'ENQUEUE_EMEKPOE' EXPORTING ebeln = int_flaber-ebeln ebelp = int_flaber-ebelp EXCEPTIONS foreign_lock = 2 system_failure = 3.

DEQUEUE_EMEKPOE CALL FUNCTION 'DEQUEUE_EMEKPOE' EXPORTING ebeln = int_flaber-ebeln ebelp = int_flaber-ebelp EXCEPTIONS OTHERS = 1.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH'.

ME_INIT_GLOBAL_DATA CALL FUNCTION 'ME_INIT_GLOBAL_DATA'.

ME_CHECK_TOLERANCE CALL FUNCTION 'ME_CHECK_TOLERANCE' EXPORTING t_abart = abart IMPORTING tolkz = tolkz TABLES t_flaber = int_flaber i_eket = ett * I_EKEK = EKE "AP370976 i_ekek = eke_t "AP370976 i_ekeh = ekh.

ME_INIT_GLOBAL_DATA CALL FUNCTION 'ME_INIT_GLOBAL_DATA'.

ME_CREATE_SCHEDULE_DOC CALL FUNCTION 'ME_CREATE_SCHEDULE_DOC' EXPORTING i_ebeln = int_flaber-ebeln i_ebelp = int_flaber-ebelp i_abart = abart staab = staab TABLES yekek = yekek yekeh = yekeh i_eket = ett i_pot = pot i_ekek = eke i_ekeh = ekh EXCEPTIONS no_outputmessage_found = 2 OTHERS = 3.

ME_UPDATE_SCHEDULE_DOC CALL FUNCTION 'ME_UPDATE_SCHEDULE_DOC' TABLES xekeh = xekeh xekek = xekek yekek = yekek yekeh = yekeh EXCEPTIONS OTHERS = 1.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING msg_kappl = 'EL' msg_no_update_task = 'X'.

ME_UPDATE_SCHEDULE_EKPO CALL FUNCTION 'ME_UPDATE_SCHEDULE_EKPO' EXPORTING i_abart = abart TABLES xekpo = upot.

ME_AUTO_UPDATE_PRINT_RELEASE CALL FUNCTION 'ME_AUTO_UPDATE_PRINT_RELEASE' EXPORTING calledby = '4' TABLES i_ekek = xekek.

DEQUEUE_EMEKPOE * CALL FUNCTION 'DEQUEUE_EMEKPOE' * EXPORTING * EBELN = EKPO-EBELN * EBELP = EKPO-EBELP * EXCEPTIONS * OTHERS = 1.

DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH'.

ME_SIMULATE_SCHEDULE_DOC CALL FUNCTION 'ME_SIMULATE_SCHEDULE_DOC' EXPORTING i_ebeln = int_flaber-ebeln i_ebelp = int_flaber-ebelp i_abart = abart i_simdt = sy-datlo TABLES i_eket = ett i_ekek = sim_eke i_ekeh = sim_ekh EXCEPTIONS no_outputmessage_found = 1 error_no_lphis = 2 OTHERS = 3.

GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING domname = 'SULPA' domvalue = value langu = sy-langu IMPORTING txt = text EXCEPTIONS not_found = 1 OTHERS = 2.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'CURRENT' no_dialog = 'X' layout = 'X_65_255' line_size = 255 IMPORTING out_parameters = params EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.

RV_MESSAGES_GET CALL FUNCTION 'RV_MESSAGES_GET' EXPORTING msg_kappl = 'EL' msg_objky_from = x_objky msg_objky_to = x_objky TABLES tab_xnast = help_xnast tab_ynast = help_ynast EXCEPTIONS OTHERS = 1.

RV_MESSAGES_MODIFY CALL FUNCTION 'RV_MESSAGES_MODIFY' TABLES tab_xnast = help_xnast.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = cf_icon info = lf_quick_info IMPORTING result = cf_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

GET_TEXT_DOMVALUE CALL FUNCTION 'GET_TEXT_DOMVALUE' EXPORTING domname = 'ERSGR' domvalue = lf_value langu = sy-langu IMPORTING txt = lf_text EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = if_dname langu = sy-langu IMPORTING dd04v_wa = ls_dd04v_wa EXCEPTIONS illegal_input = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'LISTFLABER' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS OTHERS = 1.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = ct_events.

REUSE_ALV_LIST_DISPLAY

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_interface_check = ' ' i_buffer_active = 'X' i_callback_program = gf_repid * i_callback_pf_status_set = 'STATUS_SET' * i_callback_user_command = 'FUNCTION_EXECUTE' * i_structure_name = 'RAP_DATA' is_layout = ls_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * it_special_groups = gt_sp_group[] it_sort = gt_sort[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = gs_variant it_events = gt_events[] it_event_exit = gt_event_exit[] * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = listflaber EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = 'A' * it_default_fieldcat = IMPORTING e_exit = gf_exit es_variant = gs_variant EXCEPTIONS not_found = 2.



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