SAP Reports / Programs

ROIADELSTA SAP ABAP Report - Maintenance of the VBUP OIL invoice cycles







ROIADELSTA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is only a tool for the update of table VBUP...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 ROIADELSTA 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 ROIADELSTA. "Basic submit
SUBMIT ROIADELSTA AND RETURN. "Return to original report after report execution complete
SUBMIT ROIADELSTA 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_TEST = Test (X=yes, '_' =no)
Selection Text: P_VBELN = Document number.
Selection Text: S_VBELP = Item
Title: Maintenance of the VBUP OIL invoice cycles
Text Symbol: 001 = Document + item
Text Symbol: 010 = New VBUP cycles 1-9
Text Symbol: 011 = Old VBUP cycles 1-9
Text Symbol: 050 = Do you really want to update
Text Symbol: 051 = table VBUP ???
Text Symbol: 052 = Confirm Update
Text Symbol: 100 = Update OIL Status Fields in Table VBUP
Text Symbol: 101 = Document number


INCLUDES used within this REPORT ROIADELSTA

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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'ROIADELSTA' * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = 'VBUK' "Feldinfos von dieser Struk * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = ct_fieldcat[] "Feldinfotabelle EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = 'ROIADELSTA' * I_INTERNAL_TABNAME = I_STRUCTURE_NAME = 'VBUP' "Feldinfos von dieser Struk * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING CT_FIELDCAT = ct_fieldcat[] "Feldinfotabelle EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'ROIADELSTA' I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' "Eigenverarbeitungen I_CALLBACK_USER_COMMAND = 'USER_COMMAND' "Eigenverarbeitungen * I_STRUCTURE_NAME = '' IS_LAYOUT = gs_layout_slis IT_FIELDCAT = ct_fieldcat[] "Feldkatalog * I_GRID_TITLE = '' * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = gt_sort[] * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = G_SAVE IS_VARIANT = GS_VARIANT IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 40 * I_SCREEN_START_LINE = 10 * I_SCREEN_END_COLUMN = 80 * I_SCREEN_END_LINE = 30 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = xStruc EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'J' DIAGNOSETEXT1 = text-050 TEXTLINE1 = text-051 TITEL = TEXT-052 IMPORTING ANSWER = ANSWER.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = RT_EVENTS.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING "Control fuer I_LOGO = 'ENJOYSAP_LOGO' "TOP-OF-PAGE IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING SL_MESSAGE_AREA = MSG_ID(2) SL_MESSAGE_SUBID = MSG_ID+2 DATA_WORD1 = datuzeit pre_param_a = sy-repid PRE_PARAM_B = belnrpos PRE_PARAM_C = old_value PRE_PARAM_D = new_value PRE_PARAM_E = space pre_param_F = space pre_param_G = space pre_param_H = space pre_param_I = space EXCEPTIONS DATA_MISSING = 1 DATA_WORDS_PROBLEM = 2 OTHER_PROBLEM = 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 ROIADELSTA or its description.