ROIREDTFCORRECT is a standard Executable ABAP Report 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 ROIREDTFCORRECT into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_BUKRS = D Company code
Selection Text: P_DELE = Delete transactions?
Selection Text: P_DUMMI = incl. dummy transactions
Selection Text: P_DUMMO = excl. dummy transactions
Selection Text: P_DUONLY = only dummy transactions
Selection Text: P_PRINT = Output as list?
Selection Text: P_SIZE = Package size
Selection Text: P_TEST = Test run?
Selection Text: S_CCINS = D Paym.card type
Selection Text: S_GJAHR = D Fiscal year
Selection Text: S_PBLNR = D Business location ID
Selection Text: S_UPLDAT = D Upload date
Selection Text: S_UPLNR = D Upload number
Selection Text: S_VALST = D Validation routine
Selection Text: S_VKDAT = D Date of sale
Title: SSR PC: Automatic correction of error transactions
Text Symbol: C11 = included
Text Symbol: C12 = excluded
Text Symbol: C13 = only unassigned
Text Symbol: DE1 = Deletion of PC transactions?
Text Symbol: DE2 = Do you REALLY want to delete the PC transactions from the DTF tables??
Text Symbol: HL1 = Company code selection
Text Symbol: HLA = PC transaction(s) after correction
Text Symbol: HLB = PC transaction(s) before correction
Text Symbol: TL1 = Select the right company code:
Text Symbol: TL2 = No PC transactions have been selected.
Text Symbol: TL3 = Do you really want to delete the selected transactions?
Text Symbol: TL4 = A T T E N T I O N - Confirm deletion!
Text Symbol: TL5 = Yes
Text Symbol: TL6 = No
Text Symbol: 001 = Corrected PC transactions:
Text Symbol: 002 = Not Corrected PC transactions:
Text Symbol: 003 = Total number of processed transactions:
Text Symbol: 004 = Year
Text Symbol: 005 = Upl. number
Text Symbol: 006 = DTF name
Text Symbol: 007 = Validation old
Text Symbol: 008 = Validation new
INCLUDE ROIREDTFCORRECT_TOP.
INCLUDE ROIREDTFCORRECT_MAIN_SELSCRN.
INCLUDE ROIREDTFCORRECT_FORMS.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = pi_title * DIAGNOSE_OBJECT = ' ' text_question = pi_text text_button_1 = text-tl5 icon_button_1 = '@04@' "Icon_okay text_button_2 = text-tl6 icon_button_2 = '@05@' "Icon_negative default_button = '2' "Focus is on the second button display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_CRITICAL' importing answer = pe_answer * TABLES * PARAMETER = exceptions text_not_found = 1 others = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIREDTFCORRECT - SSR PC: Automatic correction of error transactions ROIREDTFCORRECT - SSR PC: Automatic correction of error transactions ROIREDTFARCSBUKRCCIN_TEXTS - SSR DTF Archiving show / display program ROIREDTFARCSBUKRCCIN_TEXTS - SSR DTF Archiving show / display program ROIREDTFARCDBUKRCCIN_TEXTS - SSR DTF Archiving deletion program: Texts ROIREDTFARCDBUKRCCIN_TEXTS - SSR DTF Archiving deletion program: Texts