RFVD_AUTODRAFT_PROCESS 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 RFVD_AUTODRAFT_PROCESS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FN_AUTODRAFT_PROCESS - Create Auto Debit Files
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: S_RANL = D .
Selection Text: S_PARTN = D .
Selection Text: S_GSART = D .
Selection Text: S_BUKRS = D .
Selection Text: P_SGROUP = D .
Selection Text: P_PARAL = D .
Selection Text: P_MAXPRO = D .
Selection Text: P_BLOCK = D .
Selection Text: P_ADDT = D .
Selection Text: P_ADDATE = D .
Selection Text: P_UNIC = File in Unicode Format
Selection Text: P_SIM = Simulation
Selection Text: P_RES = Save Results Table
Selection Text: P_REFCOD = Reference
Selection Text: P_PRIO = Priority
Selection Text: P_O_NAME = Name of Origination
Selection Text: P_ORIG = Origination ID
Selection Text: P_MODI = File Modifier
Selection Text: P_F_SEL = Create ACH File
Selection Text: P_FOOT = Fill Footer Records with Vals.
Selection Text: P_FILE = File Name
Selection Text: P_D_NAME = Name of Destination
Selection Text: P_D_DATE = Descriptive Date
Selection Text: P_DFI_ID = DFI Identification
Selection Text: P_DEST = Destination ID
Selection Text: P_C_NAME = Company Name
Selection Text: P_C_ID = Company ID
Selection Text: P_C_DICR = Power of Attorney
Selection Text: P_C_DES = Description of Entries
Title: Create Auto Debit Files
Text Symbol: SIZ = Block Size
Text Symbol: SGR = Server Group
Text Symbol: PRO = Process
Text Symbol: PAR = Parallel Processing
Text Symbol: FIL = Create File in ACH Format
Text Symbol: FAT = File Attributes
Text Symbol: ACH = Attributes for ACH File
Text Symbol: AC5 = Information for Record Type 5
INCLUDE IFVD_AUTODRAFT_PROCESS_CONST. "CONSTANTS
INCLUDE IFVD_AUTODRAFT_PROCESS_DATA. "DATA DEFINITIONS
INCLUDE IFVD_AUTODRAFT_PROCESS_F01. "FORM ROUTINEN 01
INCLUDE RFVD_AUTODRAFT_PROCESS_F02. "FORM ROUTINEN 02
INCLUDE RFVD_AUTODRAFT_PROCESS_F03. "FORM ROUTINEN 03
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.