SAP Reports / Programs | Personnel Management | Personnel Administration | Great Britain(PA-PA-GB) SAP PA

MP329740 SAP ABAP INCLUDE - Extended Table Maintenance: Lower Level







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

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_GBAE_VIEW_SMARTFORM CALL FUNCTION 'HR_GBAE_VIEW_SMARTFORM' EXPORTING p_paedata = l_paedata TABLES p_error = g_error.

HR_GBAE_SEND_EMAIL CALL FUNCTION 'HR_GBAE_SEND_EMAIL' TABLES p_paedata = l_paedata p_error = g_error2.

HR_GBAE_PRINT_LETTER CALL FUNCTION 'HR_GBAE_PRINT_LETTER' TABLES p_paedata = l_paedata p_error = g_error2 EXCEPTIONS print_cancelled = 0.

HR_GBAE_FILL_NOTICE CALL FUNCTION 'HR_GBAE_FILL_NOTICE' EXPORTING p_pernr = p3297-pernr p_repid = l_repid p_p3297_rec = p3297 p_datesent = g_sydatum p_view = p_view TABLES p_p0000 = l_p0000 p_p0001 = l_p0001 p_p0002 = l_p0002 p_p0006 = l_p0006 p_p0007 = l_p0007 p_p0008 = l_p0008 p_p0071 = l_p0071 p_p0105 = l_p0105 p_p3243 = l_p3243 p_p3297 = l_p3297 p_error = g_error CHANGING p_notice = p_paedata.

HR_GB_RE5G30 CALL FUNCTION 'HR_GB_RE5G30' EXPORTING schid = p_schid pdate = p3297-begda with_name = 'X' IMPORTING h_t5g3t = h_t5g3t EXCEPTIONS scheme_id_not_found = 1 OTHERS = 2.

HR_GBAE_GET_TODAYS_DATE CALL FUNCTION 'HR_GBAE_GET_TODAYS_DATE' IMPORTING p_today = g_sydatum TABLES p_error = g_error.

HR_GBAE_STAGING_DATE CALL FUNCTION 'HR_GBAE_STAGING_DATE' EXPORTING p_pernr = p3297-pernr p_pdate = p3297-begda IMPORTING p_staging_date = g_staging_date TABLES p_p0001 = l_p0001 p_error = g_error.

HR_GBAE_WORKER_ASSESSMENT CALL FUNCTION 'HR_GBAE_WORKER_ASSESSMENT' EXPORTING p_pernr = p3297-pernr p_assessment_date = p_date IMPORTING p_assessment = p_assessment TABLES p_p0001 = l_p0001 p_p0002 = l_p0002 p_p0071 = l_p0071 p_p3297 = l_p3297 p_error = g_error.

HR_GBAE_CHECK_SCHEME CALL FUNCTION 'HR_GBAE_CHECK_SCHEME' EXPORTING p_scheme = p3297-aesch p_pdate = p3297-aegdt IMPORTING p_autoenrolment_scheme = l_autoenrolment_scheme TABLES p_error = g_error.

HR_GBAE_CHECK_OPT_IN CALL FUNCTION 'HR_GBAE_CHECK_OPT_IN' EXPORTING p_pernr = p3297-pernr p_opt_in_received = p3297-oifdt p_opt_in_scheme = p3297-oisch p_opt_in_date = p3297-oifdt p_opt_in_valid = p3297-oivfm IMPORTING p_joining_type = l_joining_type TABLES p_p0001 = l_p0001 p_p0002 = l_p0002 p_p0071 = l_p0071 p_p3297 = l_p3297 p_error = g_error.

HR_GBAE_CHECK_OPT_OUT CALL FUNCTION 'HR_GBAE_CHECK_OPT_OUT' EXPORTING p_pernr = p3297-pernr TABLES p_p0071 = l_p0071 p_p3297 = l_p3297 p_error = g_error CHANGING p_p3297_rec = p3297.

HR_GBAE_OPT_OUT_WINDOW CALL FUNCTION 'HR_GBAE_OPT_OUT_WINDOW' EXPORTING p_begda = p3297-begda p_aegdt = p3297-aegdt p_aeden = p3297-aeden p_oopdt = p3297-oopdt p_oovfm = p3297-oovfm IMPORTING p_oo_begda = p3297-oowfm p_oo_endda = p3297-oovto TABLES p_p3297 = l_p3297 p_error = g_error.



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