SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAPERB2000F5 SAP ABAP INCLUDE - documentation and ABAP source code







RAPERB2000F5 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RAPERB2000F5 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 RAPERB2000F5. "Basic submit
SUBMIT RAPERB2000F5 AND RETURN. "Return to original report after report execution complete
SUBMIT RAPERB2000F5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RAPERB2000F5

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:

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = I_ARBGB EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = I_MSGTY MSGV1 = I_MSGV1 MSGV2 = I_MSGV2 MSGV3 = I_MSGV3 MSGV4 = I_MSGV4 TXTNR = I_MSGNR ZEILE = LD_ZEILE EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = I_ARBGB EXCEPTION_IF_NOT_ACTIVE = 'X' MSGTY = I_MSGTY MSGV1 = I_MSGV1 MSGV2 = I_MSGV2 MSGV3 = I_MSGV3 MSGV4 = I_MSGV4 TXTNR = I_MSGNR EXCEPTIONS OTHERS = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = 'X' I_STORE_DUPLICATES = 'X' * I_IDENTIFICATION = GD_MESSAGE_IDENT "<<< 1436679 IMPORTING E_IDENTIFICATION = GD_MESSAGE_IDENT.

MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING I_BALOBJECT = CON_BALOBJECT I_BALSUBOBJECT = CON_BALSUBOBJECT I_IDENTIFICATION = GD_MESSAGE_IDENT IMPORTING E_LOG_HANDLE = LD_LOG_HANDLE EXCEPTIONS OTHERS = 6.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = GT_TSMESG.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXPORTING I_RESET_IDENTIFICATION = 'X' I_IDENTIFICATION = GD_MESSAGE_IDENT I_RESET_MESSAGES = ' ' EXCEPTIONS A_MESSAGE = 1 E_MESSAGE = 2 I_MESSAGE = 3 W_MESSAGE = 4 OTHERS = 5.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = LD_TITLETEXT SHOW_LINNO_TEXT_LEN = '5' "> 1158306 I_USE_GRID = 'X' EXCEPTIONS INCONSISTENT_RANGE = 1 NO_MESSAGES = 2 OTHERS = 3.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = LT_MESSAGES.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = 'X' I_STORE_DUPLICATES = 'X' * I_IDENTIFICATION = GD_MESSAGE_IDENT "<<< 1436679 IMPORTING E_IDENTIFICATION = GD_MESSAGE_IDENT.

MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING ARBGB = -ARBGB MSGTY = -MSGTY MSGV1 = -MSGV1 MSGV2 = -MSGV2 MSGV3 = -MSGV3 MSGV4 = -MSGV4 TXTNR = -TXTNR ZEILE = LD_ZEILE EXCEPTIONS OTHERS = 0.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = -ARBGB MSGTY = -MSGTY MSGV1 = -MSGV1 MSGV2 = -MSGV2 MSGV3 = -MSGV3 MSGV4 = -MSGV4 TXTNR = -TXTNR ZEILE = LD_ZEILE EXCEPTIONS OTHERS = 0.



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