SAP Reports / Programs

RHSOLO00 SAP ABAP Report - Planned Labor Costs







RHSOLO00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Planned Labor Costs This report determines the planned compensation per position for one or more organizational units...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 RHSOLO00 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

RE_RHSOLO - Planned labor costs


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


Text pool values


&8..................&9..................
Selection Text: WAEHR = Currency
Selection Text: LIART = Details for job
Selection Text: KURST = Conversion type as in TCURR
Selection Text: FREQU = Period
Selection Text: BERART = Values (1=mid,2=min,3=max)
Title: Planned Labor Costs
Text Symbol: ABW = Standard deviation
Text Symbol: BE1 = Midpoint
Text Symbol: BE2 = Minimum Value
Text Symbol: BE3 = Maximum value
Text Symbol: BEA = Calculation type
Text Symbol: BET = Amount
Text Symbol: BEZ = Name
Text Symbol: CON = Error during time conversion
Text Symbol: CST = Amount job
Text Symbol: ERR = Planned comp. cannot be determined
Text Symbol: GSM = Sum total:
Text Symbol: JOB = Value from job
Text Symbol: KEY = Key
Text Symbol: LIS = Planned cost on key date
Text Symbol: OID = Obj. ID
Text Symbol: OKU = Abbr. org.
Text Symbol: OLA = Organizational unit
Text Symbol: OST = Object ID job
Text Symbol: 005 = Object ID org.
Text Symbol: 004 = Obj.type.org
Text Symbol: OTY = Obj. type
Text Symbol: WAE = Currency
Text Symbol: URF = Currency conversion error
Text Symbol: TOP = Planned labor costs
Text Symbol: TGB = PS/Pay grade area
Text Symbol: TAR = PS/Pay grade type
Text Symbol: TAB = Inconsistency HRP1005 <==> T001P
Text Symbol: SUM = Total:
Text Symbol: STG = Controls
Text Symbol: STE = Job
Text Symbol: STA = J





Text Symbol: PVA = Currency:
Text Symbol: PRO = Error log planned payments
Text Symbol: PLA = Position
Text Symbol: PKU = Abbr. object
001 &0............ &1..................&2..................


INCLUDES used within this REPORT RHSOLO00

INCLUDE RHODAT00.
INCLUDE RHRDAT00.


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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = G_REPID I_CALLBACK_PROGRAM = 'RHSOLO00' * I_CALLBACK_PF_STATUS_SET = PF_STATUS_PRG I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * I_STRUCTURE_NAME = * IS_LAYOUT = ALV_LAYOUT IT_FIELDCAT = FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = ALV_SORTTAB[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = 'X' IS_VARIANT = STRU_DISVAR IT_EVENTS = 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 = DATA_TABLE[] EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

HRCM_ERROR_SHOW CALL FUNCTION 'HRCM_ERROR_SHOW' EXPORTING * CALLBACK_PROGRAM = ' ' * CALLBACK_USER_COMMAND = ' ' * CALLBACK_PF_STATUS_SET = ' ' * MARK_FLAG = ' ' TITLE = TEXT-PRO * SAVE_ON_DB = ' ' TABLES ERRORLIST_EXT = ERROR_TABLE.

HR_CMP_GET_VALUES_IT1005 CALL FUNCTION 'HR_CMP_GET_VALUES_IT1005' EXPORTING I_P1005 = P_P1005 I_Q1005 = Q1005 IMPORTING I_Q1005 = Q1005 SUBRC = SUBRC EXCEPTIONS OTHERS = 0.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = EFFDA FOREIGN_AMOUNT = FRAMT FOREIGN_CURRENCY = FCURR LOCAL_CURRENCY = TOCUR TYPE_OF_RATE = KURST IMPORTING LOCAL_AMOUNT = TOAMT.

RH_WORKTIME_GET CALL FUNCTION 'RH_WORKTIME_GET' EXPORTING GW_PLVAR = KEY-PLVAR GW_OTYPE = KEY-OTYPE GW_OBJID = KEY-OBJID * GW_ISTAT = '1' GW_BEGDA = DATE GW_ENDDA = DATE * GET_WORKTIME_OF_PREV_OBJECT = * read_object_text = * IMPORTING * RET_OTYPE = * RET_OBJID = * RET_OTEXT = * RET_OTYPETEXT = TABLES GW_TABLE = GW_TAB EXCEPTIONS T77S0_ENTRY_NOT_FOUND = 1 INVALID_TIME_PERIOD = 2 OTYPE_NOT_VALID = 3 NO_ENTRY_FOUND = 4 OTHERS = 5.

HR_CONVERT_AMOUNT CALL FUNCTION 'HR_CONVERT_AMOUNT' EXPORTING DATE = DATE AMOUNT_IN = AMT_MIN CURCY_IN = CURCY CURCY_OUT = REP_CURCY TYPE_OF_RATE = KURST FREQU_IN = ADJ_FREQU FREQU_OUT = ADJ_REP_FREQU MOLGA = MOLGA IMPORTING AMOUNT_OUT = AMT_MIN EXCEPTIONS CURRENCY_CONVERSION_FAILED = 8 TIMEUNIT_CONVERSION_FAILED = 12 OTHERS = 20.

HR_CONVERT_AMOUNT CALL FUNCTION 'HR_CONVERT_AMOUNT' EXPORTING DATE = DATE AMOUNT_IN = AMT_MAX CURCY_IN = CURCY CURCY_OUT = REP_CURCY TYPE_OF_RATE = KURST FREQU_IN = ADJ_FREQU FREQU_OUT = ADJ_REP_FREQU MOLGA = MOLGA IMPORTING AMOUNT_OUT = AMT_MAX EXCEPTIONS CURRENCY_CONVERSION_FAILED = 8 TIMEUNIT_CONVERSION_FAILED = 12 OTHERS = 20.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING IT_LIST_COMMENTARY = HEADLINE[].

REUSE_ALV_EVENTS_GET * CALL FUNCTION 'REUSE_ALV_EVENTS_GET' * EXPORTING * I_LIST_TYPE = 0 * IMPORTING * ET_EVENTS = P_ALV_EVENTS[].



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