SAP Reports / Programs | Cross-Application Components | Processes and Tools for Enterprise Applications | Talent Management(CA-EPT-TM) SAP CA

RPTMC_ADJUST_TM_RELATIONS SAP ABAP Report - Clean-Up of Inconsistent Successor and Talent Assignments







RPTMC_ADJUST_TM_RELATIONS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to display inconsistent successor and talent assignments that exist in your system...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 RPTMC_ADJUST_TM_RELATIONS 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

HRTMC_ADJUST_TM_REL - Adjust Talent Relationships


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


Text pool values


Title: Clean-Up of Inconsistent Successor and Talent Assignments
Text Symbol: 001 = The Following Rels Will Be Delimited on the Delim. Date Displayed:
Text Symbol: 002 = The Following Relationships Will Be Deleted:
Text Symbol: 003 = Descr. for Reason
Text Symbol: 004 = Notifications Issued upon Delimitation/Deletion


INCLUDES used within this REPORT RPTMC_ADJUST_TM_RELATIONS

INCLUDE RPTMC_ADJUST_TM_RELATIONSTOP . " GLOBAL DATA
INCLUDE RPTMC_ADJUST_TM_RELATIONSO01 . " PBO-MODULES
INCLUDE RPTMC_ADJUST_TM_RELATIONSI01 . " PAI-MODULES


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:

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' * EXPORTING * ASK_PLVAR_DIALOG = * SET_DEFAULT_PLVAR = IMPORTING act_plvar = lv_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING * AEDTM = '00000000' * BEGDA = '19000101' * ENDDA = '99991231' * HISTO = '%' infty = '1001' istat = '1' * OBJID = ' ' otype = 'S ' plvar = lv_plvar * PRIOX = '%' * SEQNR = '987' subty = 'B740' * UNAME = ' ' * VARYF = ' ' * VDATA = ' ' TABLES data = lt_data EXCEPTIONS not_found = 1 OTHERS = 2.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING * AEDTM = '00000000' * BEGDA = '19000101' * ENDDA = '99991231' * HISTO = '%' infty = '1001' istat = '1' * OBJID = ' ' otype = 'TB' plvar = lv_plvar * PRIOX = '%' * SEQNR = '987' subty = 'B743' * UNAME = ' ' * VARYF = ' ' * VDATA = ' ' TABLES data = lt_data EXCEPTIONS not_found = 1 OTHERS = 2.

RH_FETCH_DATA CALL FUNCTION 'RH_FETCH_DATA' EXPORTING * AEDTM = '00000000' * BEGDA = '19000101' * ENDDA = '99991231' * HISTO = '%' infty = '1001' istat = '1' * OBJID = ' ' otype = 'JF' plvar = lv_plvar * PRIOX = '%' * SEQNR = '987' subty = 'B744' * UNAME = ' ' * VARYF = ' ' * VDATA = ' ' TABLES data = lt_data EXCEPTIONS not_found = 1 OTHERS = 2.



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