SAP Reports / Programs

RAPOST2010 SAP ABAP Report - Depreciation Posting Run







RAPOST2010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RAPOST2010 Report RAPOST2010 makes it possible to post depreciation for more than one company code...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 RAPOST2010 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 RAPOST2010. "Basic submit
SUBMIT RAPOST2010 AND RETURN. "Return to original report after report execution complete
SUBMIT RAPOST2010 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: P_BUPER = Posting Period
Selection Text: P_EINZL = List assets
Selection Text: P_LDGRP = D .
Selection Text: P_NEXT = Planned posting run
Selection Text: P_AGAIN = D .
Selection Text: P_CHECKP = D .
Selection Text: P_GJAHR = D .
Selection Text: P_MAFAL = D .
Selection Text: P_RFCGR = D .
Selection Text: P_RSTART = D .
Selection Text: P_TEST = D .
Selection Text: P_VARI = D .
Selection Text: S_BUKRS = D .
Title: Depreciation Posting Run
Text Symbol: C01 = Further options
Text Symbol: C03 = Reason for posting run
Text Symbol: C04 = Parameter
Text Symbol: C08 = Test Run Parameters


INCLUDES used within this REPORT RAPOST2010

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:

CK_F_RFC_GROUP_SELECTION_LIST CALL FUNCTION 'CK_F_RFC_GROUP_SELECTION_LIST' IMPORTING rfc_group_exp = p_rfcgr.

T093C_READ_MULTIPLE CALL FUNCTION 'T093C_READ_MULTIPLE' TABLES t_t093c = x093c EXCEPTIONS no_bukrs_defined = 1 OTHERS = 2.

FAGL_GET_REPRESENTATIVE_LEDGER CALL FUNCTION 'FAGL_GET_REPRESENTATIVE_LEDGER' EXPORTING i_ldgrp = uv_ldgrp i_bukrs = x093c-bukrs IMPORTING e_rldnr = lv_rep_ledger EXCEPTIONS error_in_ledgergroup = 1 OTHERS = 2.

FAGL_GET_INFO_FROM_LEDGER CALL FUNCTION 'FAGL_GET_INFO_FROM_LEDGER' EXPORTING i_rldnr = lv_rep_ledger i_bukrs = x093c-bukrs IMPORTING e_periv = lv_periv EXCEPTIONS no_info_found = 1 error_in_setup = 2 OTHERS = 3.



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