SAP Reports / Programs | Cross-Application Components | General Application Functions | Correspondence Tool(CA-GTF-COR) SAP CA

RIFP_IAF_WORKPLACEPROCESSG_IMP SAP ABAP INCLUDE - RIFPIAFWORKPLACEPROCESSGIMP







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


INCLUDES used within this REPORT RIFP_IAF_WORKPLACEPROCESSG_IMP

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:

SO_USER_READ_API1 CALL FUNCTION 'SO_USER_READ_API1' EXPORTING user = ls_user prepare_for_folder_access = 'X' IMPORTING user_data = ms_user_data EXCEPTIONS OTHERS = 1.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = 'IFP_S_SHLP_FOLDER' fieldname = 'FOLDER_ID' * SEARCHHELP = ' ' * SHLPPARAM = ' ' dynpprog = iv_dynproprogram dynpnr = iv_dynpronumber dynprofield = lv_dynprofield * STEPL = 0 * VALUE = ' ' * MULTIPLE_CHOICE = ' ' display = 'F' * SUPPRESS_RECORDLIST = ' ' * callback_program = * callback_form = callback_method = me * SELECTION_SCREEN = ' ' * IMPORTING * USER_RESET = * TABLES * RETURN_TAB = EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.

SO_FOLDER_READ_API1 CALL FUNCTION 'SO_FOLDER_READ_API1' EXPORTING folder_id = lv_source_folder_id IMPORTING folder_data = ls_folder_data TABLES folder_content = lt_folder_content EXCEPTIONS folder_not_exist = 1 operation_no_authorization = 2 OTHERS = 99.

SO_DOCUMENT_READ_API1 CALL FUNCTION 'SO_DOCUMENT_READ_API1' EXPORTING document_id = -doc_id * FILTER = 'X ' IMPORTING document_data = ls_document_data TABLES * OBJECT_HEADER = * OBJECT_CONTENT = * OBJECT_PARA = * OBJECT_PARB = attachment_list = lt_attachment_list * RECEIVER_LIST = * CONTENTS_HEX = EXCEPTIONS document_id_not_exist = 1 operation_no_authorization = 2 x_error = 3 OTHERS = 4.

SO_ATTACHMENT_READ_API1 CALL FUNCTION 'SO_ATTACHMENT_READ_API1' EXPORTING attachment_id = -attach_id * IMPORTING * ATTACHMENT_DATA = TABLES * ATTACHMENT_HEADER = * ATTACHMENT_CONTENT = contents_hex = lt_contents_hex EXCEPTIONS attachment_not_exist = 1 operation_no_authorization = 2 parameter_error = 3 x_error = 4 enqueue_error = 5 OTHERS = 6.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = 'SO_FOL_RG' value = lv_value langu = sy-langu texts_only = ' ' IMPORTING dd07v_wa = ls_dd07v EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.

SO_FOLDER_HEADER_READ CALL FUNCTION 'SO_FOLDER_HEADER_READ' EXPORTING folder_id = ls_folder_id * OWNER = ' ' * IMPORTING * FOLDER_DATA = EXCEPTIONS communication_failure = 1 folder_not_exist = 2 operation_no_authorization = 3 system_failure = 4 x_error = 5 OTHERS = 6.

SO_FOLDER_INSERT_API1 CALL FUNCTION 'SO_FOLDER_INSERT_API1' EXPORTING parent_folder_id = rv_folder_id folder_insert_data = ls_new_folder_data IMPORTING * folder_info = folder_id = rv_folder_id EXCEPTIONS parent_folder_not_exist = 1 parent_folder_no_authorization = 2 operation_no_authorization = 3 parameter_error = 4 x_error = 5 enqueue_error = 6 OTHERS = 7.

SO_DOCUMENT_SET_STATUS_API1 CALL FUNCTION 'SO_DOCUMENT_SET_STATUS_API1' EXPORTING document_id = iv_document_id * STATUS = 'READ' EXCEPTIONS document_not_exist = 1 operation_no_authorization = 2 parameter_error = 3 x_error = 4 enqueue_error = 5 OTHERS = 6.

SO_DOCUMENT_MOVE_API1 CALL FUNCTION 'SO_DOCUMENT_MOVE_API1' EXPORTING old_document_id = iv_document_id new_folder_id = iv_target_folder_id * IMPORTING * NEW_DOCUMENT_ID = EXCEPTIONS new_folder_not_exist = 1 document_not_exist = 2 document_already_in_folder = 3 operation_no_authorization = 4 parameter_error = 5 x_error = 6 enqueue_error = 7 OTHERS = 8.



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