SAP Reports / Programs

MP0335PTPS SAP ABAP INCLUDE - Include MP0335PTPS







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


INCLUDES used within this REPORT MP0335PTPS

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:

HR_PT_FACHECK_PS CALL FUNCTION 'HR_PT_FACHECK_PS' EXPORTING I_BEGDA = P0335-begda I_ENDDA = l_aux_date I_SCHOOL_CERTIFICATE = P0335-SPCER I_CERTIFICATE_VALIDITY = P0335-CERTA I_BIRTH_DATE = P0021-FGBDT I_FAMILY_INCOME_SCALE = I0331-FISCA I_PAY_FAMILY_ALLOWANCE = P0335-FAMAL I_CHECK_ADDIT_ALLOWANCE = 'X' IV_CERDT = p0335-cerdt IV_IN_PERIOD = sy-datum CHANGING C_PAY_ADDIT_ALLOWANCE = l_pay_add EXCEPTIONS OTHERS = 9.

HR_IN_LAST_DAY_OF_MONTHS CALL FUNCTION 'HR_IN_LAST_DAY_OF_MONTHS' EXPORTING day_in = sy-datum IMPORTING last_day_of_month = lv_last_day_month EXCEPTIONS OTHERS = 1.

HR_PT_FACHECK_PS CALL FUNCTION 'HR_PT_FACHECK_PS' EXPORTING I_BEGDA = SY-DATUM I_ENDDA = lv_last_day_month I_PAY_FAMILY_ALLOWANCE = P0335-FAMAL I_SCHOOL_CERTIFICATE = P0335-SPCER I_CERTIFICATE_VALIDITY = P0335-CERTA I_BIRTH_DATE = P0021-FGBDT I_FAMILY_INCOME_SCALE = I0331-FISCA IV_CERDT = p0335-cerdt IV_IN_PERIOD = sy-datum EXCEPTIONS FIS_NOT_FILLED = 1 AGE_REQUIREMENTS_NOT_OK_FA = 2 SCHOOL_CERTIFICATE_EXPIRED = 3 NO_SCHOOL_CERTIFICATE = 4 OTHERS = 5.

HR_PT_FACHECK_PS CALL FUNCTION 'HR_PT_FACHECK_PS' EXPORTING I_BEGDA = P0335-begda I_ENDDA = SY-DATUM I_PAY_DISABILITY_BONUS = P0335-DISBO I_PAY_LIFELONG_BENEFIT = P0335-LLMBN I_BIRTH_DATE = P0021-FGBDT EXCEPTIONS AGE_REQUIREMENTS_NOT_OK_DI = 1 DI_AND_LMB_CANNOT_SIMUL = 2 OTHERS = 3.

HR_PT_FACHECK_PS CALL FUNCTION 'HR_PT_FACHECK_PS' EXPORTING I_BEGDA = P0335-begda I_ENDDA = SY-DATUM I_PAY_LIFELONG_BENEFIT = P0335-LLMBN I_PAY_DISABILITY_BONUS = P0335-DISBO I_BIRTH_DATE = P0021-FGBDT EXCEPTIONS AGE_REQUIREMENTS_NOT_OK_LM = 1 DI_AND_LMB_CANNOT_SIMUL = 2 OTHERS = 3.

HR_PT_FACHECK_PS CALL FUNCTION 'HR_PT_FACHECK_PS' EXPORTING I_BEGDA = P0335-begda I_ENDDA = SY-DATUM I_PAY_SOLIDARY_SUPPLEMENT = P0335-SSA3P I_PAY_LIFELONG_BENEFIT = P0335-LLMBN I_PAY_DISABILITY_BONUS = P0335-DISBO I_BIRTH_DATE = P0021-FGBDT IV_CERDT = p0335-cerdt IV_IN_PERIOD = sy-datum EXCEPTIONS SS_NEEDS_DI_OR_LMB = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'PPT_PCDEF' TABLES dd07v_tab = lt_pcdef.



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