SAP Function RH_COSTELEMENTS_POPUP - DIALOG BOX: Display Cost Items

Parameter Reference Type Length Default Optional Text
IN_CURRENCY RHKB2-CURRENCY C 5 Currency
IN_DESCRIPTION P1000-STEXT C 40 Business event (type) name
IN_ENDDATE P1000-ENDDA D 8 End date
IN_FCODE HRVPAR-FCODE C 20 'DISP' X ('DISP'/'PRIC') (Display only/adopt fee)
IN_OBJECT HROBJECT u 12 Business event (type)
IN_STARTDATE P1000-BEGDA D 8 Start date

Parameter Reference Type Length Text
OUT_FCODE HRVPAR-FCODE C 20 ('BACK'/'TAKE') (Back/adopt fee)
OUT_PRICE P1021-IKOST P 9 Proposed price for attendance booking

Parameter Reference Length Optional Text
TAB_ADDITIONAL_INFO RHKB2 28 X Additional information
TAB_COSTELEMENTS RHKB1 148 X Cost items

Exception Text
MISSING_DATA Required information is missing
UNEXPECTED_ERROR An unexpected error has occurred

Functionality
This report finds all the cost items that belong to a business eventand calculates them on the basis of the reference units and referencetimes.
The following logic is used:
Cost items of business event (E) plus:
Cost items of business event type (D) in relation to business eventplus:
Cost items of resources (G) plus:
Cost items of resource type (R) in relation to resource plus:
Cost items of corresponding equipment (R)
Depending on the planning status of the business event, either theactual number of attendees or the optimum capacity of the businessevent (taking the resource capacity into account) is used if the costitems are calculated per attendee.
The flag 'AMTYP' indicates whether costs are read from the businessevent type/resource type rather than the resource/event.


Functionality