RFEBSC00_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program
If you would like to execute this report or see the full code listing simply enter RFEBSC00_NACC 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: BANKL = Bank key
Selection Text: BANKN = Account number
Selection Text: BATCH = Run in background
Selection Text: BNKBUCH = Generate bank posting session
Selection Text: BUDAT_E = Posting date
Selection Text: BWAER = Bank account currency
Selection Text: FILENAME = File name
Selection Text: GRP01 = Bank posting session name
Selection Text: GRP02 = Subledger acctng session name
Selection Text: GRUPPE = Group
Selection Text: GRUPSUCH = Check if in system
Selection Text: KURSF = Exchange rate
Selection Text: NEBBUCH = Generate subledger session
Selection Text: PCUPLOAD = Upload file from PC
Selection Text: P_BUPRO = Print posting log
Selection Text: P_DATEI = Print file
Selection Text: P_STATIK = Print statistics
Selection Text: SAPEXIT1 = Find bank details
Selection Text: TESTLAUF = Check file only
Selection Text: USEREXIT = Run user exit
Selection Text: VALUT_E = Value date
Selection Text: VALUT_ON = Assign value date to account
Selection Text: VGMAN_E = Activity
Selection Text: WAERS = Check currency
Title: Interface for Check Deposit Data Entered Externally
Text Symbol: BL2 = Importing options
Text Symbol: BL3 = Further processing control
Text Symbol: BL4 = Output control
Text Symbol: BL5 = Optional entries for the check deposit list
Text Symbol: BU1 = Bank postings ;;
Text Symbol: BU2 = Subledger postings ;;
Text Symbol: BUA = Bank/subledger postings ;;
Text Symbol: DU0 = External check entry interface: output of external file
Text Symbol: DU1 = |Bank key |Account number |Group |Tran|Pstg date |Value date|Cur.k|Total amounts |No. |Sess.name B |Sess.name N |
Text Symbol: DU2 = |SN|Check amount |Issuer |Check number |Account number |Bank key |Reference number|
Text Symbol: DU3 = |Customer number |Field|Field value |
Text Symbol: JOB = -EXTERNAL CHECK ENTRY ;;
Text Symbol: MS0 = External check entry interface - log
INCLUDE RFEBSCIT_NACC.
INCLUDE RFEBSCIZ_NACC.
INCLUDE RFEBSCIF_NACC.
No SAP DATABASE tables are accessed within this REPORT code!
KD_GET_FILENAME_ON_F4 * CALL FUNCTION 'KD_GET_FILENAME_ON_F4' * EXPORTING * MASK = ',Checkdeposit,*.*'
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFEBSC00_NACC - Interface for Check Deposit Data Entered Externally RFEBSC00_NACC - Interface for Check Deposit Data Entered Externally RFEBSC00 - Interface for Check Deposit Data Entered Externally RFEBSC00 - Interface for Check Deposit Data Entered Externally RFEBRTOP - Include RFEBRTOP RFEBRO01 - Include RFEBRO01