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

RPUFAMJ0 SAP ABAP Report - Conversion from IT0148 to IT0021







RPUFAMJ0 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 RPUFAMJ0 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 RPUFAMJ0. "Basic submit
SUBMIT RPUFAMJ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUFAMJ0 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 conversion
Selection Text: CONVERT = Perform conversion
Title: Conversion from IT0148 to IT0021
Text Symbol: T02 = New assignment
Text Symbol: T01 = Current assignment
Text Symbol: SBT = < no text for subtype found >
Text Symbol: P02 = Subtype assignment
Text Symbol: P01 = Conversion parameters
Text Symbol: C01 = Current assignment New assignment
Text Symbol: B01 = Reassign subtype
Text Symbol: 033 = Number of personnel numbers IT 0021 existed:
Text Symbol: 032 = Number of infotype 0148 records converted:
Text Symbol: 031 = Number of infotype 0148 records:
Text Symbol: 030 = Conversion results
Text Symbol: 028 = Infotype 0148 Subtype record converted
Text Symbol: 027 = Number of personnel numbers with 0148 records:
Text Symbol: 026 = Number of personnel numbers already converted:
Text Symbol: 025 = Number of personnel numbers converted:
Text Symbol: 024 = Personnel number
Text Symbol: 023 = Number of personnel numbers with errors:
Text Symbol: 022 = Number of personnel numbers read:
Text Symbol: 021 = Conversion statistics
Text Symbol: 020 = Start conversion Infotype 0021
Text Symbol: 019 = Infotpye 0001 not available
Text Symbol: 018 = Infotype 0021 already exists
Text Symbol: 017 = Country assignment not equal 22
Text Symbol: 016 = Error processing feature IVWID
Text Symbol: 015 = Feature IVWID does not match T582V
Text Symbol: 013 = New subtype not correct
Text Symbol: 010 = Validity date overlaps with the previous record
Text Symbol: 009 = Time constraints differ
Text Symbol: 008 = must be assigned to new subtype
Text Symbol: 007 = was already specified and will be ignored
Text Symbol: 006 = Please specify both the current and the new subtype numbers
Text Symbol: 005 = is invalid. Only subtypes numbers 1 to 8 and 10 to 12 can be specified.
Text Symbol: 004 = is not currently defined in T591a.
Text Symbol: 003 = New subtype
Text Symbol: 002 = Current subtype





Text Symbol: 001 = BTCI parameter may only have the value ' ', 'A', or 'E'.


INCLUDES used within this REPORT RPUFAMJ0

INCLUDE RPUMKC00.


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:

APPEND_PROTOCOL CALL FUNCTION 'APPEND_PROTOCOL' EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = MESS_TAB EXCEPTIONS WRONG_CALL = 1.

HR_CHECK_MOLGA_INFTY_PERM CALL FUNCTION 'HR_CHECK_MOLGA_INFTY_PERM' EXPORTING MOLGA = '22' INFTY = '0021' SUBTY = NEW_SUBTYPE IMPORTING ALLOWED = ALLOWED.

HR_CHECK_MOLGA_INFTY_PERM CALL FUNCTION 'HR_CHECK_MOLGA_INFTY_PERM' EXPORTING MOLGA = '22' INFTY = '0021' SUBTY = T591A-SUBTY IMPORTING ALLOWED = SUBTY_ALLOWED EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = FNAM_ST TABNAME = TNAM_ST IMPORTING SELECT_VALUE = NEW_SUBTYPE TABLES FIELDS = IHELP_FIELDS_ST VALUETAB = HELPTAB_ST EXCEPTIONS FIELD_NOT_IN_DDIC = 01 MORE_THEN_ONE_SELECTFIELD = 02 NO_SELECTFIELD = 03.



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