RKUPLD03 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 RKUPLD03 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: KTRAT = Cost object category
Selection Text: LOEKZ = Deletion indicator
Selection Text: MNAME = Batch name
Selection Text: OBJWR = Object currency
Selection Text: ONLINE = Online parameters: ( ,A,E,N)
Selection Text: PRCTR = Profit center
Selection Text: VAKTR = Person in charge
Selection Text: WERKS = Plant
Selection Text: ZSCHL = Overhead key
Selection Text: BUKRS = Company code
Selection Text: DELIMH = Delimiter Hex Value(TAB=09)
Selection Text: DSN = Name of upload file
Selection Text: GSBER = Business area
Selection Text: HDATE = Session blocking date
Selection Text: ISASC = File type is delimited
Selection Text: ISHEX = Hex value for delimiter
Selection Text: KALSM = Costing sheet
Title: Upload Tracm Product Lines Library (Product Groups)
Text Symbol: 010 = Upload error
Text Symbol: 011 = DELIMITER VALUE NOT VALID
Text Symbol: 012 = Company code not assigned to
Text Symbol: 013 = controlling area
Text Symbol: 100 = Input file
Text Symbol: 101 = Type delimited
Text Symbol: 102 = Tab as delimiter
Text Symbol: 103 = Delimiter hex value(TAB=09)
Text Symbol: 104 = Deletion indicator
Text Symbol: 001 = Backg.
Text Symbol: 002 = Successfully entered
Text Symbol: 003 = Shows error code
Text Symbol: 004 = Errors:
Text Symbol: 005 = Import error no
Text Symbol: 006 = WRONG TYPE
Text Symbol: 007 = FIELD TOO LONG
Text Symbol: 008 = FIELD NOT FOUND
Text Symbol: 009 = UNDEFINED ERROR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING * CODEPAGE = ' ' FILENAME = DSN_STR FILETYPE = 'ASC' * LINE_EXIT = ' ' * TRUNCLEN = ' ' * USER_FORM = 'READ_DATASET' * USER_PROG = 'RKTEST08' TABLES DATA_TAB = INT_RECORD EXCEPTIONS * CONVERSION_ERROR = 01 FILE_OPEN_ERROR = 02 FILE_READ_ERROR = 03 * INVALID_TABLE_WIDTH = 04 INVALID_TYPE = 05 NO_BATCH = 06 UNKNOWN_ERROR = 07.
K_PROD_BATCHINPUT CALL FUNCTION 'K_PROD_BATCHINPUT' EXPORTING CLIENT = SY-MANDT HOLDDATE = HDATE KEEP = ' ' MAPN_E = 'ERRORMAP' MAP_NR = MNAME ONLINE = ' ' USER = USER TABLES I_LIST = ITAB EXCEPTIONS ERROR_IN_CALL_TRANSACTION = 01 NO_ENTRIES_IN_TABLE = 02 WRONG_KOKRS = 03 WRONG_ONLINE_PARAMETER = 04.
S_ASCITEXT_TO_ABAP_CONVERT CALL FUNCTION 'S_ASCITEXT_TO_ABAP_CONVERT' EXPORTING ZEILE = INT_RECORD DELIM = DELIM FIELDNO = I IMPORTING LINE = LINE EXCEPTIONS WRONG_TYPE = 01 FIELD_TOO_LONG = 02 FIELD_NOT_FOUND = 03 UNDEFINED_ERROR = 04.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING * GJAHR = E01 KOKRS = KOKRS IMPORTING E_TKA00 = TKA00 E_TKA01 = TKA01 .
CONVERT_KOKRS_TO_BUKRS CALL FUNCTION 'CONVERT_KOKRS_TO_BUKRS' EXPORTING KOKRS = KOKRS IMPORTING NBUKRS = ITABIX TABLES TBUKRS = IBUKRS .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKUPLD03 - Upload Tracm Product Lines Library (Product Groups) RKUPLD03 - Upload Tracm Product Lines Library (Product Groups) RKUPLD02 - Upload Tracm Business Process Library (Business Process) RKUPLD02 - Upload Tracm Business Process Library (Business Process) RKUPLD01 - Upload Tracm Activity Library (Activity Type) RKUPLD01 - Upload Tracm Activity Library (Activity Type)