SAP Reports / Programs | Personnel Management | Personnel Administration | South Africa(PA-PA-ZA) SAP PA

RPU46AW0 SAP ABAP Report - medical aid payment model conversion







RPU46AW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Medical Aid payment model conversion An attribute of the medical aid scheme table T5W1N forrmerly T5W1K is the payment model...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 RPU46AW0 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 RPU46AW0. "Basic submit
SUBMIT RPU46AW0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPU46AW0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: medical aid payment model conversion
Text Symbol: 001 = Specify client for conversion
Text Symbol: 004 = Add the appropriate variable key.
Text Symbol: 005 = to complete the conversion
Text Symbol: 006 = Click here to save the table entries
Text Symbol: 007 = Not authorised for transaction
Text Symbol: 009 = Create payment model specification in T5W1H
Text Symbol: C01 = Confirm Overwrite
Text Symbol: C02 = Overwrite existing entries in table &1 ?


INCLUDES used within this REPORT RPU46AW0

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:

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = 'RPU46AW0' i_internal_tabname = 'I5W1H' i_inclname = 'RPU46AW0' changing ct_fieldcat = fieldcat[].

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'RPU46AW0' i_callback_pf_status_set = 'SET_STATUS_LV' i_callback_user_command = 'CALLBACK_LV' is_layout = layout it_fieldcat = fieldcat[] it_events = eventtab[] importing es_exit_caused_by_user = exit_caused_by_user tables t_outtab = i5w1h.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-c01 text_question = f_text icon_button_1 = 'ICON_OKAY' icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = space importing answer = answer.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = code EXCEPTIONS OK = 0 NOT_OK = 1 OTHERS = 2.

SUSR_AUTHORITY_CHECK_S_TCODE CALL FUNCTION 'SUSR_AUTHORITY_CHECK_S_TCODE' EXPORTING TCODE = code IMPORTING RC = L_SUBRC EXCEPTIONS OTHERS = 1.



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