SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

RNWCHLOHNVB SAP ABAP Report - Fee Posting to Human Resources







RNWCHLOHNVB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report makes the required postings in FI...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 RNWCHLOHNVB 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 RNWCHLOHNVB. "Basic submit
SUBMIT RNWCHLOHNVB AND RETURN. "Return to original report after report execution complete
SUBMIT RNWCHLOHNVB 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: PROT = Log
Selection Text: PA_TEST = Test Run
Selection Text: I_GJAHR = Fiscal Year
Selection Text: I_BUDAT = Posting Date
Title: Fee Posting to Human Resources
Text Symbol: Z04 = Maintain Payroll Acctg (Table TNWCH106)
Text Symbol: Z03 = Maintain the posting variant for
Text Symbol: Z02 = No data records found
Text Symbol: Z01 = No data records were found for the specified
Text Symbol: S21 = Live Run
Text Symbol: S20 = Test Run
Text Symbol: S19 = IS-H: Fee Posting - Payroll
Text Symbol: S18 = No data matches your selection criteria
Text Symbol: S14 = Seg.
Text Symbol: S13 = AsgNo.
Text Symbol: S12 = CCtr
Text Symbol: S11 = Order No.
Text Symbol: S10 = Amount
Text Symbol: S09 = Acct No.
Text Symbol: S08 = PS
Text Symbol: S07 = Crcy ;;
Text Symbol: S06 = Pstg Date
Text Symbol: S05 = DocHeaderText
Text Symbol: S04 = Ref. Doc. No.
Text Symbol: S03 = CCode
Text Symbol: S02 = DTy.
Text Symbol: S01 = Doc. Date
Text Symbol: L45 = No errors during update
Text Symbol: L04 = Total
Text Symbol: L03 = Summary
Text Symbol: L02 = ERROR LOG
Text Symbol: L01 = DOCS CREATED
Text Symbol: F01 = Accounting period is closed
Text Symbol: E05 = Suitable clearing account not found
Text Symbol: E04 = To
Text Symbol: E03 = From Period
Text Symbol: E02 = Institution
Text Symbol: E01 = Selection Criteria





INCLUDES used within this REPORT RNWCHLOHNVB

No INCLUDES are used within this REPORT code!


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:

YEAR_CONVERSION_2D_4D call function 'YEAR_CONVERSION_2D_4D' exporting jahr = i_gjahr importing jahr = i_gjahr exceptions invalid_value = 01.

ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = l_version exceptions others = 1.

POSTING_INTERFACE_END call function 'POSTING_INTERFACE_END' " BS13 exporting " BS13 i_bdcimmed = off " BS13 * i_bdcstrtdt = par_adat " BS13 * i_bdcstrttm = par_zeit " BS13 exceptions " BS13 session_not_processable = 1. " BS13

BDC_OBJECT_SELECT call function 'BDC_OBJECT_SELECT' " BS13 exporting " BS13 name = par_bina " BS13 datatype = 'BDC' " BS13 client = sy-mandt " BS13 date_from = sy-datum " BS13 date_to = sy-datum " BS13 tables " BS13 apqitab = apqitab " BS13 exceptions " BS13 invalid_datatype = 1 " BS13 others = 2. " BS13

BDC_OBJECT_DELETE call function 'BDC_OBJECT_DELETE' " BS13 exporting " BS13 queue_id = apqitab-qid " BS13 exceptions " BS13 not_found = 1 " BS13 invalid_datatype = 2 " BS13 others = 3. " BS13

BDC_OBJECT_DELETE call function 'BDC_OBJECT_DELETE' " BS13 exporting " BS13 queue_id = apqitab-qid " BS13 exceptions " BS13 not_found = 1 " BS13 invalid_datatype = 2 " BS13 others = 3. " BS13

ISH_CALL_LIST_HEAD call function 'ISH_CALL_LIST_HEAD' exporting ausbegdt = datvon ausenddt = datbis einri = einri * repid = rnstat-repid line_size = rnstat-line_size title_lin1 = rnstat-title_lin1 title_lin2 = rnstat-title_lin2 * VERBEGDT = VERBEGDT * VERENDDT = VERENDDT uline = off exceptions invalid_einri = 01.

FIRST_DAY_IN_PERIOD_GET call function 'FIRST_DAY_IN_PERIOD_GET' " BS20 exporting " BS20 i_gjahr = i_gjahr " BS20 i_periv = t001-periv " BS20 i_poper = exp_pervo " BS20 importing " BS20 e_date = e_firstday " BS20 exceptions " BS20 others = 1. " BS20

LAST_DAY_IN_PERIOD_GET call function 'LAST_DAY_IN_PERIOD_GET' exporting i_gjahr = i_gjahr " BS04 i_periv = t001-periv i_poper = exp_perbi importing e_date = v_laday.

ISH_TN00Q_READ call function 'ISH_TN00Q_READ' " BS22 exporting " BS22 ss_einri = einri " BS22 ss_param = 'HON_BA' " BS22 ss_date = i_budat " BS22 * ss_alpha = 'X' " BS22 importing " BS22 ss_value = l_blart " BS22 exceptions " BS22 not_found = 1 " BS22 others = 2. " BS22

POSTING_INTERFACE_START call function 'POSTING_INTERFACE_START' exporting i_client = sy-mandt i_function = 'B' i_group = par_bina i_user = sy-uname exceptions * CLIENT_INCORRECT = 01 "kann nicht auftreten, " da I_CLIENT = SY-MANDT * FUNCTION_INVALID = 02 "kann nicht auftreten, " da I_FUNCTION = 'B' group_name_missing = 03.

POSTING_INTERFACE_END call function 'POSTING_INTERFACE_END' exporting i_bdcimmed = on * i_bdcstrtdt = par_adat * i_bdcstrttm = par_zeit exceptions session_not_processable = 1.

FI_PERIOD_DETERMINE call function 'FI_PERIOD_DETERMINE' exporting i_budat = i_budat * I_BUKRS = ' ' i_periv = t001-periv * I_GJAHR = 0000 i_monat = '00' * X_XMO16 = ' ' importing e_gjahr = p_gjahr e_monat = p_period * e_poper = exceptions fiscal_year = 1 period = 2 period_version = 3 posting_period = 4 special_period = 5 version = 6 posting_date = 7 others = 8.

PERIOD_CHECK call function 'PERIOD_CHECK' exporting i_bukrs = p_bukrs i_gjahr = p_gjahr i_koart = '+' i_konto = space i_monat = p_period exceptions error_period = 01 error_period_acc = 02.



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