SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPUPASJ1 SAP ABAP Report - Convert from IT0144 to IT0169







RPUPASJ1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Simulate IT0144 -> IT0169 Display inconvertible field in infotype 0144...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUPASJ1 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 RPUPASJ1. "Basic submit
SUBMIT RPUPASJ1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPASJ1 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: SIMULATE = Simulate IT0144 -> IT0169
Selection Text: MAPNAME = Name of batch input session
Selection Text: DEL0169 = Delete infotype 0169
Selection Text: DEL0144 = Delete infotype 0144
Selection Text: CONVERT = Convert IT0144 -> IT0169
Title: Convert from IT0144 to IT0169
Text Symbol: P02 = Convert
Text Symbol: M03 = Exit current screen
Text Symbol: M01 = records delete?
Text Symbol: B02 = Batch input sessions generated
Text Symbol: 029 = Can not get answer in function 'POPUP_TO_CONFIRM_LOSS_OF_DATA'
Text Symbol: 028 = Pernr
Text Symbol: 027 = :Batch input session data can not be inserted.
Text Symbol: 026 = can not be gotton hire date.
Text Symbol: 025 = Batch input session can not be closed.
Text Symbol: 024 = Batch input session can not be opened.
Text Symbol: 023 = records of infotype 0144 were deleted successfully
Text Symbol: 022 = Exist 0169 cnt
Text Symbol: 021 = Total records of inconvertible field:
Text Symbol: 020 = No employee selected
Text Symbol: 019 = Conversion result list
Text Symbol: 018 = records of infotype 0169 were deleted successfully
Text Symbol: 017 = Simulation result list
Text Symbol: 016 = Inconvertible field list
Text Symbol: 015 = Specify entry in table T5J98 with following key:
Text Symbol: 014 = Unmatch
Text Symbol: 013 = Plan
Text Symbol: 012 = BA
Text Symbol: 011 = 0169 count
Text Symbol: 010 = 0144 count
Text Symbol: 009 = Bank code
Text Symbol: 008 = Text
Text Symbol: 007 = Subt
Text Symbol: 004 = Inconvertible field
Text Symbol: 003 = Number of records


INCLUDES used within this REPORT RPUPASJ1

INCLUDE RPUPASJ2.
INCLUDE RPUPASJ3.


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:

HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING BANK_COUNTRY = L_BANK_COUNTRY BANK_NUMBER = BANKL IMPORTING BANK_DATA = BNKA_BF EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RP_PRINT_GET_DATA_ELEMENT CALL FUNCTION 'RP_PRINT_GET_DATA_ELEMENT' EXPORTING TYPE = TYPE FIELD = FIELD TABLE = TABLE IMPORTING TEXT = TEXT LENGTH = LENGTH EXCEPTIONS NOT_FOUND = 01.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPNAME USER = SY-UNAME.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2.

HR_ENTRY_DATE CALL FUNCTION 'HR_ENTRY_DATE' EXPORTING PERSNR = PRE_PERNR IMPORTING ENTRYDATE = I0171_BEGDA TABLES ENTRY_DATES = ENTRY_DATES EXCEPTIONS ENTRY_DATE_NOT_FOUND = 1 PERNR_NOT_ASSIGNED = 2.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = 'PA30' TABLES DYNPROTAB = BDCDATA.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = POPUP_TITLE IMPORTING ANSWER = CAC_ANSW.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = POPUP_TITLE IMPORTING ANSWER = CAC_ANSW.

HR_BEN_GET_FROM_FEATURE_BAREA call function 'HR_BEN_GET_FROM_FEATURE_BAREA' exporting pernr = iv_pernr begda = iv_begda endda = lc_high_date reaction = lc_no_message importing barea = cv_barea subrc = lv_subrc tables error_table = lt_error.

HR_BEN_GET_FROM_FEATURE_BENGR call function 'HR_BEN_GET_FROM_FEATURE_BENGR' exporting pernr = iv_pernr begda = iv_begda endda = lc_high_date barea = cv_barea reaction = lc_no_message importing bengr = cv_bengr subrc = lv_subrc tables error_table = lt_error.

HR_BEN_GET_FROM_FEATURE_BSTAT call function 'HR_BEN_GET_FROM_FEATURE_BSTAT' exporting pernr = iv_pernr begda = iv_begda endda = lc_high_date barea = cv_barea reaction = lc_no_message importing bstat = cv_bstat subrc = lv_subrc tables error_table = lt_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 RPUPASJ1 or its description.