SAP Reports / Programs

RKUPLD03 SAP ABAP Report - Upload Tracm Product Lines Library (Product Groups)







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


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 RKUPLD03. "Basic submit
SUBMIT RKUPLD03 AND RETURN. "Return to original report after report execution complete
SUBMIT RKUPLD03 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: 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


INCLUDES used within this REPORT RKUPLD03

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:

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 .



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