J_3RM11_PDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The print program J_3RM11_PDF is designed for screen or printer output of information on the material movement document as the standard form M-11 "Internal relocation delivery note request"...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 J_3RM11_PDF into the relevant SAP transactions such as SE38 or SE80
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.
Text Symbol: 001 = t.
Text Symbol: 002 = f.
Text Symbol: 003 = /
Text Symbol: 004 = CostC
Text Symbol: 005 = Ord.
Text Symbol: 006 = rub.kop.
Text Symbol: 007 = tenge,tiyn
Text Symbol: 008 = Order No
Text Symbol: 009 = of
Text Symbol: 010 = kop.
Text Symbol: 011 = rub.
INCLUDE J_3RM07DRPDF.
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' EXPORTING USER_NAME = SY-UNAME IMPORTING USER_ADDRESS = USR EXCEPTIONS OTHERS = 2.
FP_JOB_OPEN call function 'FP_JOB_OPEN' CHANGING ie_outputparams = fp_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 others = 5.
MATERIAL_LESEN CALL FUNCTION 'MATERIAL_LESEN' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MABDR RETURN = MTCOR TABLES SEQMAT01 = DUMMY.
FP_JOB_CLOSE call function 'FP_JOB_CLOSE' * IMPORTING * E_RESULT = exceptions usage_error = 1 system_error = 2 internal_error = 3 others = 4 .
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.
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.
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.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = totsum CURRENCY = mseg-waers FILLER = ' ' LANGUAGE = language IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = SUM CURRENCY = 'ZCURR' "Oeeoeaiay aae?oa aey i?aaeeu- FILLER = ' ' "iie ?aaiou SPELL LANGUAGE = language IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.
FP_GET_LAST_ADS_ERRSTR CALL FUNCTION 'FP_GET_LAST_ADS_ERRSTR' IMPORTING E_ADSERRSTR = l_errstr.
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.
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.
FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = P_TNAPR_SFORM IMPORTING e_funcname = P_FUNC_MODULE_NAME.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEADER-TDID LANGUAGE = THEADER-TDSPRAS NAME = THEADER-TDNAME OBJECT = THEADER-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = DTEXT EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.