RKUPLD10 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 RKUPLD10 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: PERBI = To period
Selection Text: PERAB = From period
Selection Text: KSTAR = Cost element type 42
Selection Text: KOKRS = Controlling area
Selection Text: ISHEX = Hex value for delimiter
Selection Text: RPLAN = Planning parameters
Selection Text: VERSN = Plan version
Selection Text: UPD = Replace existing values
Selection Text: TWAER = Transaction currency
Selection Text: STORNO = Reversal: (+/- reversed)
Selection Text: SDATE = Start date
Selection Text: DELIM = Delimiter (;)
Selection Text: CYCLE = Cycle name
Selection Text: DELIMH = Delimiter Hex Value(TAB=09)
Selection Text: ISASC = File type is delimited
Selection Text: GJAHR = Fiscal year
Selection Text: FCWKG = Distribution key periods
Selection Text: DSN = Name of upload file
Selection Text: DELTA = Add to existing values
Title: Upload Tracm Tracing: Cost Elements to Activities
Text Symbol: 021 = created
Text Symbol: 020 = Cycle
Text Symbol: 014 = is not category 42
Text Symbol: 013 = Allocation CElm
Text Symbol: 012 = Current fiscal year is:
Text Symbol: 022 = Activity type missing
Text Symbol: 105 = No data in upload table
Text Symbol: 103 = Delimiter hex value(TAB=09)
Text Symbol: 102 = Tab as delimiter
Text Symbol: 101 = Type delimited
Text Symbol: 100 = Input file
Text Symbol: 005 = Import error no
Text Symbol: 004 = Errors:
Text Symbol: 003 = Shows error code
Text Symbol: 002 = Successfully entered if no messages on previous screen
Text Symbol: 001 = Plan data
Text Symbol: 006 = WRONG TYPE
Text Symbol: 011 = DELIMITER VALUE NOT VALID
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_RATIO_PLAN_INTERFACE_TOTAL CALL FUNCTION 'K_RATIO_PLAN_INTERFACE_TOTAL' EXPORTING BLTXT = BLTXT COMMIT = 'X' GJAHR = GJAHR KOKRS = KOKRS MESSAGES_SHOW = 'X' PERAB = PERAB PERBI = PERBI * rplan = rplan UPDATE_VALUES = 'X' " UPD VERSN = VERSN VRGNG = VRGNG " 'RKP4' TABLES IRKU02G = IRKU02G EXCEPTIONS MESSAGES_OCCURED = 01.
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 = GJAHR KOKRS = KOKRS IMPORTING E_TKA00 = TKA00 E_TKA01 = TKA01.
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING * COMPANY = ' ' DATE = SY-DATLO * GLOBAL_COMPANY = ' ' * LEDGER = ' ' VARIANT = TKA01-LMONA IMPORTING * ANZBP = * ANZSP = * PERIOD = YEAR = AN.
K_VERSN_READ CALL FUNCTION 'K_VERSN_READ' EXPORTING I_GJAHR = GJAHR I_KOKRS = KOKRS I_VERSN = VERSN * BYPASSING_BUFFER = I_ACTVT = '72' IMPORTING E_TKA09 = TKA09 E_TKA07 = TKA07 E_TKT09 = TKT09.
RK_KSTAR_CHECK CALL FUNCTION 'RK_KSTAR_CHECK' EXPORTING DATUM = SDATE KOKRS = KOKRS KSTAR = KSTAR * SPRAS = ' ' VRGNG = 'RKPU' * ZEILE = '000' IMPORTING * KTEXT = * TXT_FLAG = V_CSKB = CSKBV EXCEPTIONS KSTAR_NOT_ALLOWED = 01 .
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = FIELD IMPORTING OUTPUT = FIELD.
K_TKA03_READ CALL FUNCTION 'K_TKA03_READ' EXPORTING TEXT_FLAG = 'X' S_TKA03 = ITKA03 TABLES I_TKA03 = ITKA03 I_TKT03 = ITKT03 EXCEPTIONS NO_ENTRY_FOUND = 01.
K_TKA03_UPDATE CALL FUNCTION 'K_TKA03_UPDATE' EXPORTING LANGU = SY-LANGU TABLES IRKSK1 = IRKSK1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKUPLD10 - Upload Tracm Tracing: Cost Elements to Activities RKUPLD10 - Upload Tracm Tracing: Cost Elements to Activities RKUPLD09 - Upload Tracm Tracing: Cost Elements to Activities RKUPLD09 - Upload Tracm Tracing: Cost Elements to Activities RKUPLD08 - Upload Tracm Tracing: Activities to Product Line RKUPLD08 - Upload Tracm Tracing: Activities to Product Line