SAP Reports / Programs | Plant Maintenance(PM) SAP PM

RIPRIF1A SAP ABAP INCLUDE - Include RIPRIF1A







RIPRIF1A is a standard ABAP INCLUDE 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 RIPRIF1A into the relevant SAP transactions such as SE38 or SE80


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 RIPRIF1A. "Basic submit
SUBMIT RIPRIF1A AND RETURN. "Return to original report after report execution complete
SUBMIT RIPRIF1A VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RIPRIF1A


INCLUDES used within this REPORT RIPRIF1A

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:

FP_JOB_OPEN CALL FUNCTION 'FP_JOB_OPEN' CHANGING ie_outputparams = gv_outputparams EXCEPTIONS cancel = 1 usage_error = 2 system_error = 3 internal_error = 4 OTHERS = 5.

FP_FUNCTION_MODULE_NAME CALL FUNCTION 'FP_FUNCTION_MODULE_NAME' EXPORTING i_name = gv_form IMPORTING e_funcname = gv_fm_name e_interface_type = gv_interface_type.

FP_JOB_CLOSE CALL FUNCTION 'FP_JOB_CLOSE' EXCEPTIONS usage_error = 1 system_error = 2 internal_error = 3 OTHERS = 4.

CR_WORKSTATION_READ CALL FUNCTION 'CR_WORKSTATION_READ' EXPORTING id = afvgd-arbid IMPORTING ecrhd = crhd_tmp EXCEPTIONS not_found = 1 OTHERS = 2.

CO_ZK_TEXTKEY_RESB CALL FUNCTION 'CO_ZK_TEXTKEY_RESB' EXPORTING rsnum = resbd-rsnum rspos = resbd-rspos rsart = resbd-rsart IMPORTING ltsch = text_object_name.

CO_ZK_TEXTKEY_CAUFV CALL FUNCTION 'CO_ZK_TEXTKEY_CAUFV' EXPORTING aufnr = caufvd-aufnr IMPORTING ltsch = text_object_name.

PM_PARTNER_ROLL_TEXT CALL FUNCTION 'PM_PARTNER_ROLL_TEXT' EXPORTING parvw = ihpad-parvw language = print_language IMPORTING vtext = ihpad-vtext.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING adrswa_in = ls_adrswa_in number_of_lines = 10 IMPORTING address_printform_table = lt_adrs_print.

CO_ZK_TEXTKEY_AFVG CALL FUNCTION 'CO_ZK_TEXTKEY_AFVG' EXPORTING aplzl = afvgd-aplzl aufpl = afvgd-aufpl IMPORTING ltsch = text_object_name.

CLAP_DDB_GET_CLASSIFICATION CALL FUNCTION 'CLAP_DDB_GET_CLASSIFICATION' EXPORTING object = local_object obtab = local_object_tab spras = print_language TABLES allocations = intklassen EXCEPTIONS no_allocation = 1 set_aennr = 2 change_nr_not_exist = 3 date_in_past = 4 error_class = 5 error_date_restriction = 6 error_status = 7 OTHERS = 8.

CACL_OBJECT_READ_VALIDATION CALL FUNCTION 'CACL_OBJECT_READ_VALIDATION' EXPORTING object_type = local_object_tab class_type = intklassen-klart class = intklassen-class with_unassigned_characts = ' ' with_inherited_characts = ' ' language = print_language TABLES object_identification = object_identification charact_values = charact_values EXCEPTIONS error = 1 warning = 2 OTHERS = 3.

MS_SUBDIVISION_FOR_PRINT CALL FUNCTION 'MS_SUBDIVISION_FOR_PRINT' EXPORTING packno = packno online_data = 'X' TABLES gliederung = gliederung EXCEPTIONS packno_not_exist = 1 OTHERS = 2.

MS_SERVICES_FOR_PRINT CALL FUNCTION 'MS_SERVICES_FOR_PRINT' EXPORTING packno = gliederung-sub_packno online_data = 'X' TABLES leistung = leistung EXCEPTIONS no_services_found = 01.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = thead-tdid language = thead-tdspras name = thead-tdname object = thead-tdobject IMPORTING entries = entries TABLES selections = xthead.

MS_READ_AND_CHECK_FORMULA CALL FUNCTION 'MS_READ_AND_CHECK_FORMULA' EXPORTING i_formelnr = ml_esll-formelnr no_errors = 'X' IMPORTING e_formel = formel TABLES variablen = variablen EXCEPTIONS OTHERS = 0.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING id = thead-tdid language = thead-tdspras name = thead-tdname object = thead-tdobject IMPORTING entries = entries TABLES selections = xthead.

CO_ZK_TEXTKEY_RESB CALL FUNCTION 'CO_ZK_TEXTKEY_RESB' EXPORTING rsnum = resbd-rsnum rspos = resbd-rspos rsart = resbd-rsart IMPORTING ltsch = text_object_name.

PM_PARTNER_READ CALL FUNCTION 'PM_PARTNER_READ' EXPORTING parvw = wqmsm-parvw parnr = wqmsm-parnr IMPORTING diadr_wa = diadr EXCEPTIONS no_valid_parnr = 1 no_valid_parnr_today = 2 no_authority = 3 OTHERS = 4.

CO_ZK_TEXTKEY_AFFH





CALL FUNCTION 'CO_ZK_TEXTKEY_AFFH' EXPORTING aufpl = affhd-aufpl mandt = syst-mandt pzlfh = affhd-pzlfh IMPORTING ltsch = text_object_name.

ARCHIV_CREATE_OUTGOINGDOCUMENT CALL FUNCTION 'ARCHIV_CREATE_OUTGOINGDOCUMENT' EXPORTING ARC_P = g_arc_params_tab ARC_I = g_toa_dara_tab PDFLEN = lv_pdf_size DOCUMENTCLASS = 'PDF' DOCUMENT = gv_fpformoutput-pdf EXCEPTIONS ERROR_ARCHIV = 1 ERROR_COMMUNICATIONTABLE = 2 ERROR_CONNECTIONTABLE = 3 ERROR_KERNEL = 4 ERROR_PARAMETER = 5 OTHERS = 6.



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