SAP Reports / Programs | Personnel Management | Personnel Administration | USA(PA-PA-US) SAP PA

RPLAPEND SAP ABAP INCLUDE - Include RPSAPEND







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


INCLUDES used within this REPORT RPLAPEND

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_ANSAL_FROM_WAGETYPES CALL FUNCTION 'RP_ANSAL_FROM_WAGETYPES' EXPORTING f_pernr = p0008-pernr f_bukrs = p0001-bukrs f_werks = p0001-werks f_btrtl = p0001-btrtl f_persg = p0001-persg f_persk = p0001-persk f_trfgb = p0008-trfgb f_trfar = p0008-trfar f_divgv = p0008-divgv f_molga = molga f_date = sy-datum f_subty = p0008-subty f_currency_wagetypes = p0008-waers f_currency_ansal = p0008-ancur * F_PERIODS_IN = IMPORTING f_ansal = ansal * F_IS_INDIRECT = INDIRECT * F_PERIODS_OUT = TABLES f_tindbw = tbindbw1 * EXCEPTIONS * FEATURE_ANSAL = 1 * INVALID_ZEINH = 2 * NO_ENTRY_IN_TABLE = 3 * CURRENCY_CONVERSION_ERROR = 4 * ANSAL2BIG = 5 * ANSAL_NEGATIVE = 6 * OTHERS = 7 .

RP_EVALUATE_INDIRECTLY_P0008 CALL FUNCTION 'RP_EVALUATE_INDIRECTLY_P0008' EXPORTING ppernr = indbw_pernr pmolga = molga pbegda = indbw_beg_in pp0001 = p0001 pp0007 = p0007 pp0008 = p0008 * pp0230 = p0230 IMPORTING pendda = indbw_end_out TABLES ptbindbw = tbindbw EXCEPTIONS error_at_indirect_evaluation = 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 RPLAPEND or its description.