RFKKZEDA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to test the
If you would like to execute this report or see the full code listing simply enter RFKKZEDA 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: PH_NAME = File name (application server)
Selection Text: MIN_LINE = Payment lot printed from no.
Selection Text: MAX_LINE = Payment lot printed up to no.
Title: Payment Lot Transfer: Display/Change Content of Sequential File
Text Symbol: 851 = Or
Text Symbol: 850 = Transactions/checks
Text Symbol: 813 = Presentation server
Text Symbol: 812 = Application server
Text Symbol: 810 = ServerName
Text Symbol: 809 = Location of file to be imported
Text Symbol: 808 = Read file from external application server
Text Symbol: 806 = Read file from application server
Text Symbol: 034 = Usage text
Text Symbol: 033 = Info
Text Symbol: 031 = Trans.
Text Symbol: 030 = Unknown
Text Symbol: 029 = Error
Text Symbol: 028 = Add. EANs
Text Symbol: 027 = Long text
Text Symbol: 026 = Units of meas.
Text Symbol: 025 = Short Txt
Text Symbol: 024 = Consumptn data
Text Symbol: 023 = Addit.sel.
Text Symbol: 022 = Payment item
Text Symbol: 021 = PaymtLotHeader
Text Symbol: 020 = File hdr
Text Symbol: 011 = I--- there are more payment lots
Text Symbol: 010 = -E- Incorrect record sequence or record type
Text Symbol: 006 = Save?
Text Symbol: 005 = No
Text Symbol: 004 = Y
Text Symbol: 003 = Data was changed
Text Symbol: 002 = Save data file?
Text Symbol: 001 = & transactions from file &
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DYNP_VALUES_READ * call function 'DYNP_VALUES_READ' * exporting dyname = d020s-prog * dynumb = d020s-dnum * * tables dynpfields = dynp_value_tab * * exceptions invalid_abapworkarea = 04 * invalid_dynprofield = 08 * invalid_dynproname = 12 * invalid_dynpronummer = 16 * invalid_request = 20 * no_fielddescription = 24 * undefind_error = 28.
WS_FILENAME_GET * call function 'WS_FILENAME_GET' * exporting def_filename = space * def_path = os_name * mask = mask * mode = 'O' * title = text-005 * * importing filename = os_name * RC = DUMMY * * exceptions inv_winsys = 04 * no_batch = 08 * selection_cancel = 12 * selection_error = 16.
FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = lds_name IMPORTING file_name = ds_name EXCEPTIONS file_not_found = 01.
TH_SELECT_SERVER * call function 'TH_SELECT_SERVER' * exporting * services = msxxlist-msgtypes * importing * server = server * exceptions * no_server_list_received = 04 * no_server_selected = 08.
BI_EDIT_DATA CALL FUNCTION 'BI_EDIT_DATA' EXPORTING list_title = title alter_allowed = alter_allowed create_tables_statement = x nodata_sign = nodata display_only_data = ' ' TABLES disp_data = datedit CHANGING data_altered = altered EXCEPTIONS no_tables_statement = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline2 = 'Datenfile zurückschreiben?'(002) textline1 = 'Die Daten wurden geändert'(003) * TEXTLINE3 = ' ' text_option1 = 'Ja'(004) text_option2 = 'Nein'(005) titel = 'Sichern ?'(006) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = antwort EXCEPTIONS OTHERS = 1.
CLBA_UPDATE_FILE_REMOTE_HOST * CALL FUNCTION 'CLBA_UPDATE_FILE_REMOTE_HOST' DESTINATION SERVER * EXPORTING * FILE_NAME = DS_NAME * TABLES * DATA_TAB = DATEDIT * EXCEPTIONS * OPEN_FAILURE = 1 * OTHERS = 2.
WS_DOWNLOAD * CALL FUNCTION 'WS_DOWNLOAD' * EXPORTING * FILENAME = RLGRAP-FILENAME * FILETYPE = RLGRAP-FILETYPE * TABLES * DATA_TAB = PC_DATA_TAB * EXCEPTIONS * FILE_OPEN_ERROR = 1 * FILE_WRITE_ERROR = 2 * INVALID_FILESIZE = 3 * INVALID_TABLE_WIDTH = 4 * INVALID_TYPE = 5 * NO_BATCH = 6 * UNKNOWN_ERROR = 7 * OTHERS = 8.
TH_SERVER_LIST * CALL FUNCTION 'TH_SERVER_LIST' * EXPORTING * SERVICES = MSXXLIST-MSGTYPES * TABLES * LIST = SERVER_TAB.
CLBA_CLASSIF_FILE_REMOTE_HOST * CALL FUNCTION 'CLBA_CLASSIF_FILE_REMOTE_HOST' DESTINATION SERVER * EXPORTING * FILE_NAME = DS_NAME * TABLES * CLASSIF_FILE = PC_DATA_TAB * EXCEPTIONS * OPEN_FAILURE = 04 * FILE_CONTAINS_NO_DATA = 08.
WS_UPLOAD * CALL FUNCTION 'WS_UPLOAD' * EXPORTING * FILENAME = RLGRAP-FILENAME * FILETYPE = RLGRAP-FILETYPE * TABLES * DATA_TAB = PC_DATA_TAB * EXCEPTIONS * FILE_OPEN_ERROR = 04 * FILE_READ_ERROR = 08 * INVALID_TYPE = 12 * UNKNOWN_ERROR = 16.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKZEDA - Payment Lot Transfer: Display/Change Content of Sequential File RFKKZEDA - Payment Lot Transfer: Display/Change Content of Sequential File RFKKZE10_DKI4 - Include RFKKZE10_DKI4 RFKKZE10_DKI3 - Subroutines common handling RFKKZE10_DKI2 - Declarations of Selection screen RFKKZE10_DKI1 - Declarations of global data