RPC16SA0 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 RPC16SA0 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.
INCLUDE RPCLST00. " !
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' "! EXPORTING "! doklangu = sy-langu "! called_for_tab = 'RPCL16AX' "! called_for_field = 'SO_AUSLA' "! * merge_dz_if_available = 'X' "! EXCEPTIONS "! OTHERS = 4. "VCXM2461259-+
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPC16SA0 - documentation and ABAP source code RPC16MA0 - Customer Modifications (User-Exits) - Pay Slip L16 RPC16LA0 - Formatting of Pay Slip L16 acc. to EStG RPC16EA0 - documentation and ABAP source code RPC16DA0 - Data Definition Pay Slip L16 (incl. DCE) RPC16CA0 - Formatting of Pay Slip L16 acc. to EStG