J_3RM11_RES_PDF 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 J_3RM11_RES_PDF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J3RM11RES - Print M-11 Form from Reserv.Document
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: PRINTER = D .
Selection Text: FORMULAR = PDF-based Form
Selection Text: DOC_RES = D .
Selection Text: ALT_AC = D .
Title: Print M-11 Form from Reservation Document (Russia)
Text Symbol: B04 = No reservation items
Text Symbol: B03 = Continue processing ?
Text Symbol: B02 = No reservation
Text Symbol: B01 = Error
Text Symbol: AD2 = f.
Text Symbol: AD1 = t.
Text Symbol: A03 = Would you like make any choice?
Text Symbol: A02 = No reservation number input!
Text Symbol: A01 = Warning
Text Symbol: 012 = tiyn
Text Symbol: 011 = tenge
Text Symbol: 010 = kop.
Text Symbol: 009 = from
Text Symbol: 008 = Order No
Text Symbol: 007 = tenge,tiyn
Text Symbol: 006 = rub.kop.
Text Symbol: 005 = Ord.
Text Symbol: 004 = CostC
Text Symbol: 003 = /
Text Symbol: 002 = Output Settings
Text Symbol: 001 = Reservation Document Numbers
INCLUDE J_3RM07DRPDF.
No SAP DATABASE tables are accessed within this REPORT code!
MB_SELECT_RESERVATION CALL FUNCTION 'MB_SELECT_RESERVATION' EXPORTING HILFE = HLP_R IMPORTING RSNUM = RM07M-RSNUM RSPOS = RM07M-RSPOS.
MB_SELECT_RESERVATION CALL FUNCTION 'MB_SELECT_RESERVATION' EXPORTING HILFE = HLP_R IMPORTING RSNUM = RM07M-RSNUM RSPOS = RM07M-RSPOS.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-B01 TEXTLINE1 = TEXT-B02 TEXTLINE2 = TEXT-B03 DEFAULTOPTION = N IMPORTING ANSWER = CONFIRM. "#EC *
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-A01 TEXTLINE1 = TEXT-A02 TEXTLINE2 = TEXT-A03 DEFAULTOPTION = N IMPORTING ANSWER = CONFIRM. "#EC *
FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING IE_OUTPUTPARAMS = fp_params EXCEPTIONS CANCEL = 1 USAGE_ERROR = 2 SYSTEM_ERROR = 3 INTERNAL_ERROR = 4 OTHERS = 5.
MB_READ_RESERVATION_HEADER CALL FUNCTION 'MB_READ_RESERVATION_HEADER' EXPORTING RSNUM = RM07M-RSNUM TRTYP = T158-TRTYP XRESE = X IMPORTING KOPF = XRKPF EXCEPTIONS RES_NOT_FOUND = 1 FOREIGN_LOCK = 2 ENQUEUE_FAILURE = 3 REF_AUTO_RES = 4 CHANGE_AUTO_RES = 5.
MB_READ_RESERVATION_POSITION CALL FUNCTION 'MB_READ_RESERVATION_POSITION' EXPORTING RSNUM = RM07M-RSNUM RSPOS = RM07M-RSPOS RSPOB = RM07M-RSPOB TABLES SEQTAB = XRSEG EXCEPTIONS NO_ITEM = 1 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = TEXT-B01 TEXTLINE1 = msg_text TEXTLINE2 = TEXT-B03 DEFAULTOPTION = N IMPORTING ANSWER = CONFIRM.
MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MABDR RETURN = MTCOR TABLES SEQMAT01 = DUMMY.
FI_STANDARD_ACCOUNT_DETERMINE CALL FUNCTION 'FI_STANDARD_ACCOUNT_DETERMINE' EXPORTING I_BKLAS = MBEW-BKLAS I_BUKRS = T001K-BUKRS I_BWMOD = T001K-BWMOD * I_KOMOK = ' ' * I_KTOPL = '' I_KTOSL = 'BSX' * I_MWSKZ = ' ' * X_TAXIT = ' ' * X_NO_ACCT = ' ' * X_NO_RULE = ' ' IMPORTING E_BSCHH = BSCHH E_BSCHS = BSCHS E_KONTH = HKONTH E_KONTS = HKONTS EXCEPTIONS INVALID_INPUT = 1 MISSING_ACCOUNT = 2 MISSING_POSTING_KEYS = 3 MISSING_RULE = 4 MISSING_TAX_ACCOUNT = 5 OTHERS = 6. "#EC *
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDR_VAL EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING ADDRESS_VALUE = ADDR_VAL EXCEPTIONS ADDRESS_NOT_EXIST = 1 OTHERS = 2.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING I_NAME = FORM_NAME IMPORTING E_FUNCNAME = func_module_name.
FP_GET_LAST_ADS_ERRSTR CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR' IMPORTING E_ADSERRSTR = mesg.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING address_value = addr_val EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = SEL IMPORTING address_value = addr_val EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.
FP_JOB_CLOSE call function 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4 .
NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING MSG_ARBGB = SYST-MSGID MSG_NR = SYST-MSGNO MSG_TY = SYST-MSGTY MSG_V1 = SYST-MSGV1 MSG_V2 = SYST-MSGV2 MSG_V3 = SYST-MSGV3 MSG_V4 = SYST-MSGV4 EXCEPTIONS OTHERS = 1. "#EC *
CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = value CURRENCY = xrseg-waers FILLER = ' ' LANGUAGE = language IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3. "#EC *
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting no_dialog = 'X' mode = 'CURRENT' importing out_parameters = pri_params.
GET_ARCHIVE_PARAMETERS CALL FUNCTION 'GET_ARCHIVE_PARAMETERS' EXPORTING * ARCHIVE_ID = ARC_PARAMS-ARCHIV_ID archive_info = '000' archive_text = arc_report AR_OBJECT = ls_daratab-AR_OBJECT * IN_PARAMETERS = ' ' * LAYOUT = ' ' mode = iv_out_params-arcmode no_dialog = space printer = iv_out_params-dest report = arc_report SAP_OBJECT = ls_daratab-SAP_OBJECT abap_list = space * PO_FAX_STORE = ' ' IMPORTING out_parameters = arc_params EXCEPTIONS archive_info_not_found = 2 * NO_AUTHORITY = 2 * NOT_VALID = 3 OTHERS = 99.
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 J_3RM11_RES_PDF or its description.
J_3RM11_RES_PDF - Print M-11 Form from Reservation Document (Russia) J_3RM11_RES_PDF - Print M-11 Form from Reservation Document (Russia) J_3RM11_PDF - J3RM11PDF J_3RM11_PDF - J3RM11PDF J_3RM07DRPDF - ******************************************************************** J_3RK_ARCH_WRITE - Archiving J_3RKKRS : Write Program