SAP Reports / Programs

REASTA02 SAP ABAP Report - UIS: Setup of Info Structures from Billing Documents







REASTA02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for UIS: Setup of information structures from billing documents For more information, see Information System (UIS) Customizing in SAP Utilities IS-U under the following headings: 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 REASTA02 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EI32 - UIS: Setup of Statistical Data


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 REASTA02. "Basic submit
SUBMIT REASTA02 AND RETURN. "Return to original report after report execution complete
SUBMIT REASTA02 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: CCOUNTER = Commit after
Selection Text: DD_BELEG = Billing document
Selection Text: F_STAFO = Redetermine update group?
Selection Text: H_VRSIO = Save under version
Selection Text: H_XLOG = Extended Log
Selection Text: LAUFNAME = Name of run
Selection Text: MCINF = Info structures to be set up
Selection Text: NEULAUF = New run?
Selection Text: F_DCIDX = Delete/create indices
Selection Text: DD_BUDAT = Posting date
Selection Text: DD_BUKRS = Company code
Selection Text: DD_OPBEL = Invoicing document
Selection Text: DD_SPART = Division
Selection Text: ENDDAT = Termination date
Selection Text: ENDZEIT = Termination time
Title: UIS: Setup of Info Structures from Billing Documents
Text Symbol: 006 = to ;
Text Symbol: 005 = Billing document
Text Symbol: 004 = Specs for using ALE
Text Symbol: 003 = Control of the setup run
Text Symbol: 002 = Document data restriction
Text Symbol: 001 = Specs for target structures
Text Symbol: 008 = Commit cntr
Text Symbol: 100 = Setup: &V1&
Text Symbol: 013 = Log
Text Symbol: 009 = Billing document(s)


INCLUDES used within this REPORT REASTA02

INCLUDE RMCSNTOP.
INCLUDE MEADAT01.
INCLUDE IEE70F01.


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:

MCS_MCINF_NO_SETUP CALL FUNCTION 'MCS_MCINF_NO_SETUP' EXPORTING i_mcapp = con_mcapp_vu TABLES t_mcinf = so_mcinf EXCEPTIONS no_field_selected = 1 OTHERS = 2.

ISU_DB_ERDK_SINGLE CALL FUNCTION 'ISU_DB_ERDK_SINGLE' EXPORTING x_opbel = hlp_belegact IMPORTING y_erdk = hlp_restart_erdk EXCEPTIONS OTHERS = 1.

ISU_LIS_EVENT_E1_LOG_CLEAR CALL FUNCTION 'ISU_LIS_EVENT_E1_LOG_CLEAR' EXCEPTIONS OTHERS = 1.

ISU_INV_PF_STATUS_HANDLE CALL FUNCTION 'ISU_INV_PF_STATUS_HANDLE' EXPORTING x_handle = g_handle TABLES t_opbel = t_opbel * T_PORTION = * T_ABRVORG = EXCEPTIONS iu_error = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_S_DB_BILL_SINGLE CALL FUNCTION 'ISU_S_DB_BILL_SINGLE' EXPORTING x_belnr = x_belnr * X_SORT = x_read_erch = ' ' x_read_ercho = ' ' * X_READ_ERCHR = 'X' * X_READ_ERCHZ = 'X' * X_READ_ERCHU = 'X' x_read_erchc = ' ' CHANGING y_bill = y_bill EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_SALES_STATS_CREATE_MCESTA CALL FUNCTION 'ISU_SALES_STATS_CREATE_MCESTA' EXPORTING x_bill = y_bill x_lfdnr = x_lfdnr x_xcanc = x_canc TABLES ty_mcesta = x EXCEPTIONS general_fault = 1 OTHERS = 2.

ISU_S_DB_BILL_SINGLE CALL FUNCTION 'ISU_S_DB_BILL_SINGLE' EXPORTING x_belnr = xerchc-belnr * X_SORT = * X_READ_ERCH = 'X' x_read_ercho = ' ' x_read_erchr = ' ' x_read_erchz = ' ' x_read_erchu = ' ' x_read_erchc = ' ' CHANGING y_bill = y_bill EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_LIS_ENTRY_EVENT_E1 CALL FUNCTION 'ISU_LIS_ENTRY_EVENT_E1' EXPORTING i_vrsio = h_vrsio i_zeitp = 'E1' i_stafo = y-stafo i_simulation = ' ' i_xlog = h_xlog TABLES xmcvu_esta = x xt_mcinf = so_mcinf EXCEPTIONS no_activate_infostructure = 1 OTHERS = 2.

ISU_LIS_ENTRY_EVENT_E1 CALL FUNCTION 'ISU_LIS_ENTRY_EVENT_E1' EXPORTING i_vrsio = h_vrsio i_zeitp = 'E1' i_stafo = y-stafo i_simulation = ' ' i_xlog = h_xlog TABLES xmcvu_esta = y xt_mcinf = so_mcinf EXCEPTIONS no_activate_infostructure = 1 OTHERS = 2.



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