SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPUTM7I7 SAP ABAP INCLUDE - documentation and ABAP source code







RPUTM7I7 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 RPUTM7I7 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 RPUTM7I7. "Basic submit
SUBMIT RPUTM7I7 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTM7I7 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 RPUTM7I7

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:

RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = type objnr = number empfg = receiver IMPORTING tsobj = name EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 fb_nr_no_object = 7 fb_nr_not_intern = 8 fb_nr_not_found = 9 fb_object_already_exist = 10 fb_nr_overflow = 11 OTHERS = 12.

RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = l_name empfg = ' ' IMPORTING * objhd = handle * VALUE(OBJIN) LIKE RPTSTYPE-OBJIN OBJIN = as_objin EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 no_hr_application_file = 7 invalid_version_number = 8 wrong_report = 9 * enq_foreign_lock = 10 * enq_sys_fail = 11 * enq_other = 12 OTHERS = 13.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING MAXIX = MAX_LINES IMPORTING ALLDATA = EOF TABLES DATATAB = TAB_TO_READ EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES DATATAB = TAB_TO_WRITE EXCEPTIONS FB_CALL_HANDLE = 1 FB_ERROR = 2 FB_RSTS_NOCONV = 3 FB_RSTS_OTHER = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING * AUTHORITY = ' ' * CLIENT = SY-MANDT * COMMIT = ' ' * FORCE = ' ' NAME = L_NAME EXCEPTIONS FB_ERROR = 1 FB_RSTS_OTHER = 2 NO_OBJECT = 3 NO_PERMISSION = 4 OTHERS = 5 .

RSTS_REMOVE_OBJECT CALL FUNCTION 'RSTS_REMOVE_OBJECT' EXPORTING * AUTHORITY = ' ' * CLIENT = SY-MANDT * COMMIT = ' ' * FORCE = ' ' NAME = L_NAME EXCEPTIONS FB_ERROR = 1 FB_RSTS_OTHER = 2 NO_OBJECT = 3 NO_PERMISSION = 4 OTHERS = 5 .

RP_TS_HELPVIEW CALL FUNCTION 'RP_TS_HELPVIEW' EXPORTING REPID = L_REPID IMPORTING TSOBJ = L_NAME EXCEPTIONS INTERNAL_ERROR = 1 NO_TEXTS_FOUND = 2 TABLE_HAS_NO_FIELDS = 3 TABLE_NOT_ACTIV = 4 FIELD_NOT_IN_DDIC = 5 MORE_THEN_ONE_SELECTFIELD = 6 NO_SELECTFIELD = 7 NO_VALUE_REQUEST_FOR_MOLGA = 8 NO_ENTRIES_FOUND = 9 HELPVIEW_NOT_INSTALLED = 10 OTHERS = 11.

SO_OBJECT_SEND CALL FUNCTION 'SO_OBJECT_SEND' EXPORTING object_hd_change = object_hd_change object_type = 'RAW' outbox_flag = 'X' sender = sy-uname "#EC DOM_EQUAL TABLES objcont = message_text receivers = receivers EXCEPTIONS active_user_not_exist = 1 communication_failure = 2 component_not_available = 3 folder_not_exist = 4 folder_no_authorization = 5 forwarder_not_exist = 6 note_not_exist = 7 object_not_exist = 8 object_not_sent = 9 object_no_authorization = 10 object_type_not_exist = 11 operation_no_authorization = 12 owner_not_exist = 13 parameter_error = 14 substitute_not_active = 15 substitute_not_defined = 16 system_failure = 17 too_much_receivers = 18 user_not_exist = 19 * originator_not_exist = 20 x_error = 21 OTHERS = 22.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = '1' IMPORTING alldata = eof TABLES datatab = tab_desc EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = wa_tab_desc-tab_length IMPORTING alldata = eof TABLES DATATAB = TAB_TO_READ EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = '1' IMPORTING alldata = l_eof TABLES datatab = tab_desc EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING maxix = wa_tab_desc-tab_length IMPORTING alldata = l_eof TABLES DATATAB = TAB_TO_READ EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = tab_desc EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' TABLES datatab = tab_to_write EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.



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