SAP Reports / Programs

HMXCDNT0_CE SAP ABAP Report - Delete notification for Integrated daily wage infotype (0372)







HMXCDNT0_CE is a standard Executable ABAP Report 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 HMXCDNT0_CE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M32_CDNT0_CE - Delete IT 372 notification


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 HMXCDNT0_CE. "Basic submit
SUBMIT HMXCDNT0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT HMXCDNT0_CE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: G_ALTA = Entry
Selection Text: G_BAJA = Leaving
Selection Text: G_CAMSAL = Wage change
Selection Text: G_FEREP = Notification date
Selection Text: S_REPAT = Employer register
Title: Delete notification for Integrated daily wage infotype (0372)
Text Symbol: A01 = Y
Text Symbol: A02 = No
Text Symbol: D01 = Change
Text Symbol: D02 = Enty
Text Symbol: D03 = Lvng
Text Symbol: P01 = Are you sure you want to delete the information on the
Text Symbol: P02 = notification date of the records selected?
Text Symbol: REG = Selection of records
Text Symbol: T01 = Information on notification
Text Symbol: TIP = Change type
Text Symbol: TRP = Employer register


INCLUDES used within this REPORT HMXCDNT0_CE

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_MX_SDI_SELECT_NEWEST_P0372 CALL FUNCTION 'HR_MX_SDI_SELECT_NEWEST_P0372' EXPORTING P_BEGDA = P_BEGDA P_ENDDA = P_ENDDA TABLES PP0372 = P0372 PP0372_SEL = P_P0372_SEL.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = C_REPNAME I_INTERNAL_TABNAME = C_TABNAME I_INCLNAME = C_REPNAME CHANGING * CT_FIELDCAT = P_FIELDCAT "C5086580_CE CT_FIELDCAT = wa_t_fieldcat "C5086580_CE EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_LIST_DISPLAY

REUSE_ALV_GRID_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' "JTAAHRK052141 call function 'REUSE_ALV_GRID_DISPLAY' "JTAAHRK052141 EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = C_REPNAME I_CALLBACK_PF_STATUS_SET = C_FORM_STATUS I_CALLBACK_USER_COMMAND = C_FORM_UCOMM * I_STRUCTURE_NAME = IS_LAYOUT = p_LAYOUT "YVHAHRK061584 IT_FIELDCAT = P_FIELDCAT * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = P_P0372_DISP EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' TEXTLINE1 = TEXT-P01 TEXTLINE2 = TEXT-P02 * TEXTLINE3 = ' ' TEXT_OPTION1 = TEXT-A01 TEXT_OPTION2 = TEXT-A02 * ICON_TEXT_OPTION1 = ' ' * ICON_TEXT_OPTION2 = ' ' TITEL = TEXT-T01 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 1.

HR_MX_SDI_MODIFY_IT0372 CALL FUNCTION 'HR_MX_SDI_MODIFY_IT0372' TABLES P_P0372 = p_p0372 "p_sel_records EXCEPTIONS ERROR_modify_IT0372 = 1 error_modify_it0003 = 2 OTHERS = 3.

HR_DISPLAY_ERROR_LIST CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' EXPORTING NO_POPUP = ' ' NO_PRINT = 'X' * NO_IMG = ' ' * NO_MSGNO = 'X' * LINESIZE = SY-LINSZ * LISTHEADER = ' ' * COLHEADER = ' ' * HIDEMSG = ' ' TABLES ERROR = L_ERROR EXCEPTIONS INVALID_LINESIZE = 1 OTHERS = 2.

ENQUEUE_EPPRELE CALL FUNCTION 'ENQUEUE_EPPRELE' EXPORTING PERNR = WA_PERNR-PERNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EPPRELE CALL FUNCTION 'DEQUEUE_EPPRELE' EXPORTING PERNR = p_PERNR.



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