SAP Reports / Programs

RFKKCMDA SAP ABAP Report - Transfer of Man. Issued Checks - Display/Change Content of Seq. File







RFKKCMDA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Change test file for manually issued checks lot You can use this program to change a test file for a manually issued checks lot created by program RFKKCMDG...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 RFKKCMDA 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 RFKKCMDA. "Basic submit
SUBMIT RFKKCMDA AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCMDA 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: PH_NAME = File Name (Application Server)
Selection Text: MIN_LINE = Issue lot from number
Selection Text: MAX_LINE = Issue lot to number
Title: Transfer of Man. Issued Checks - Display/Change Content of Seq. File
Text Symbol: 851 = Or
Text Symbol: 850 = Transactions/Checks
Text Symbol: 813 = Presentation Server
Text Symbol: 812 = Application Server
Text Symbol: 810 = Server
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: 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. Receiv.
Text Symbol: 022 = Lot Item
Text Symbol: 021 = Lot Header
Text Symbol: 020 = File Hdr
Text Symbol: 011 = I--- Further Returns Lots Exist
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 &


INCLUDES used within this REPORT RFKKCMDA

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:

FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = lds_name importing file_name = ds_name exceptions file_not_found = 01.

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.

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.



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 RFKKCMDA or its description.