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

RAINZUF1 SAP ABAP INCLUDE - Subroutines







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


Text pool values


Title: Subroutines


INCLUDES used within this REPORT RAINZUF1

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:

AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING F_T001 = T001 IMPORTING F_T001 = T001 EXCEPTIONS WRONG_BUKRS = 1 OTHERS = 2.

T093_READ CALL FUNCTION 'T093_READ' EXPORTING F_T093 = T093 IMPORTING F_T093 = T093.

T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING F_T093C = T093C IMPORTING F_T093C = T093C.

T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING F_T093B = T093B IMPORTING F_T093B = T093B EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

TABW_READ CALL FUNCTION 'TABW_READ' EXPORTING F_TABW = TABW IMPORTING F_TABW = TABW E_TABWG = TABWG.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = PA_MAPPE KEEP = PA_KEEP USER = SY-UNAME EXCEPTIONS CLIENT_INVALID = 01 GROUP_INVALID = 02 HOLDDATE_INVALID = 03 INTERNAL_ERROR = 04 QUEUE_ERROR = 05 RUNNING = 06 USER_INVALID = 07 OTHERS = 08.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 01 QUEUE_ERROR = 02 OTHERS = 08.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = PAR_TCODE TABLES DYNPROTAB = FTAB EXCEPTIONS INTERNAL_ERROR = 01 NOT_OPEN = 02 QUEUE_ERROR = 03 TCODE_INVALID = 04 OTHERS = 05.

T093C_READ_MULTIPLE CALL FUNCTION 'T093C_READ_MULTIPLE' TABLES T_T093C = LD_X093C.

T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING I_BUKRS = ANLAV-BUKRS TABLES T_T093B = X093B EXCEPTIONS T093B_NOT_FOUND = 1 OTHERS = 2.

ROUND CALL FUNCTION 'ROUND' EXPORTING INPUT = LD_FOERD SIGN = LD_SIGN IMPORTING OUTPUT = EXT-PLANFG.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING LANGU = SY-LANGU MELD_ID = 'AB' MELD_NR = LOC_MELDNR TITEL = LOC_TITEL.



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