Skip to content
NextLytics
Megamenü_2023_Über-uns

Shaping Business Intelligence

Whether clever add-on products for SAP BI, development of meaningful dashboards or implementation of AI-based applications - we shape the future of Business Intelligence together with you. 

Megamenü_2023_Über-uns_1

About us

As a partner with deep process know-how, knowledge of the latest SAP technologies as well as high social competence and many years of project experience, we shape the future of Business Intelligence in your company too.

Megamenü_2023_Methodik

Our Methodology

The mixture of classic waterfall model and agile methodology guarantees our projects a high level of efficiency and satisfaction on both sides. Learn more about our project approach.

Products
Megamenü_2023_NextTables

NextTables

Edit data in SAP BW out of the box: NextTables makes editing tables easier, faster and more intuitive, whether you use SAP BW on HANA, SAP S/4HANA or SAP BW 4/HANA.

Megamenü_2023_Connector

NextLytics Connectors

The increasing automation of processes requires the connectivity of IT systems. NextLytics Connectors allow you to connect your SAP ecosystem with various open-source technologies.

IT-Services
Megamenü_2023_Data-Science

Data Science & Engineering

Ready for the future? As a strong partner, we will support you in the design, implementation and optimization of your AI application.

Megamenü_2023_Planning

SAP Planning

We design new planning applications using SAP BPC Embedded, IP or SAC Planning which create added value for your company.

Megamenü_2023_Dashboarding

Dashboarding

We help you with our expertise to create meaningful dashboards based on Tableau, Power BI, SAP Analytics Cloud or SAP Lumira. 

Megamenü_2023_Data-Warehouse-1

SAP Data Warehouse

Are you planning a migration to SAP HANA? We show you the challenges and which advantages a migration provides.

Business Analytics
Megamenü_2023_Procurement

Procurement Analytics

Transparent and valid figures are important, especially in companies with a decentralized structure. SAP Procurement Analytics allows you to evaluate SAP ERP data in SAP BI.

Megamenü_2023_Reporting

SAP HR Reporting & Analytics

With our standard model for reporting from SAP HCM with SAP BW, you accelerate business activities and make data from various systems available centrally and validly.

Megamenü_2023_Dataquality

Data Quality Management

In times of Big Data and IoT, maintaining high data quality is of the utmost importance. With our Data Quality Management (DQM) solution, you always keep the overview.

Career
Megamenü_2023_Karriere-2b

Working at NextLytics

If you would like to work with pleasure and don't want to miss out on your professional and personal development, we are the right choice for you!

Megamenü_2023_Karriere-1

Senior

Time for a change? Take your next professional step and work with us to shape innovation and growth in an exciting business environment!

Megamenü_2023_Karriere-5

Junior

Enough of grey theory - time to get to know the colourful reality! Start your working life with us and enjoy your work with interesting projects.

Megamenü_2023_Karriere-4-1

Students

You don't just want to study theory, but also want to experience it in practice? Check out theory and practice with us and experience where the differences are made.

Megamenü_2023_Karriere-3

Jobs

You can find all open vacancies here. Look around and submit your application - we look forward to it! If there is no matching position, please send us your unsolicited application.

Blog
NextLytics Newsletter Teaser
Sign up now for our monthly newsletter!
Sign up for newsletter
 

Data Upload in SAP BW IP: two options for business users

It is often desired that users can upload data during the planning process in BW Integrated Planning. However, the standard way through Flatfile DataSource, Transformation and DTP is not very user-friendly. In this article I will present the specially developed file upload / download tool for integrated planning as well as the alternative NextTables.

File-Upload with SAP integrated resources

With the note 2053696 SAP presents a SAP IP based solution for uploading and downloading files in various formats. Different coding and delta methods are supported. So you can use the solution quickly and without much development effort. The installation is described in detail in the document "How To Load a File Into SAP BW Integrated Planning or SAP BPC Embedded". The upload is carried out via a custom planning function. During the upload, external formats are converted to the internal SAP NetWeaver format and various consistency checks are performed. As it is always the case with planning functions, existing characteristic relationships and data slices are taken into account.

Afterwards the user can load the data directly into their planning application via a web-based interface. The user can easily select the file with the values and simply click on the Upload button. The system takes care of everything else for him. The data is loaded and checked. If necessary, the data is converted to the correct format. If the data is OK, the planner can save the changes. Subsequently, the data is immediately available in all planning applications and plan queries. For Excel enthusiasts, the upload can also be done via Excel. There, users can enter the data to be uploaded directly into the Excel sheet.

file upload preview

The following features are supported:

  • Various file formats are supported: CSV, XLS, XML, tab-delimited text files or fixed-length files
  • Different encodings: Unicode, UTF-8, UTF-16 and over 100 others
  • Different Delta Modes: Data can be added or overwritten
  • Supports files with and without header line
  • Numbers and data are automatically converted
  • Characteristic values can be automatically converted according to the settings of the InfoObject, e.g. through ALPHA conversion
  • Key figures can be converted automatically according to the currency settings
  • Flexible definition of the fields and their order in the upload file
  • Antivirus scan (if installed with SAP NetWeaver)
  • Direct upload and download of files without prompts 

The upload is configured via the SAP IP interface. Thus, it must be carried out by the IT department.

planning feature

In the field Character Format you can choose from over 100 different encodings. Our file is encoded in UTF-8, so we choose DEFAULT as a parameter. As the name implies, it is also the default suggested setting.

default encoding

  • In the field Overwrite Data, you can choose between different upload modes:
    # - uploaded data will be added to the existing data
  • X - existing values are overwritten. If there are already values in the target which are not contained in the file, they will be deleted
  • D - Delta mode. Existing values are overwritten. But if there are values in the target which are not in the file, they will be kept

overwrite

In the Skip Header field, you can choose whether your file does not contain a header line or there is a line with the description or technical name.

skip header

In the Convert Fields and Convert Amounts settings, you can specify whether a conversion should take place or fields are already delivered in SAP internal format.

convert fields

The most important setting, however, is File Format. Here you can specify the structure of files to be uploaded and sequence of characteristics.

file format


Master data maintenance - Five tools in comparison

Master data maintenance NextTables



If master data of the InfoObject 0TCTIOBJNM has been maintained, you can select the characteristic from the list. Alternatively, you can simply type it in the Direct Input field. If you want to upload comments (characteristics as key figures), enter 1KYF_ [NAME] in the field.

define info objects

The parameter File Name is only used in SAP GUI or server-based upload, e.g. in transaction RSPLAN or BEx Analyzer. But not in the Web Dynpro application. Here you can define the exact path of the file. If you select PROMPT, a pop-up with file selection will appear during execution of the planning sequence. This parameter is very useful for testing the planning function. If you don't enter anything, the function tries to upload the file SAP_BEX_FILE_UPLOAD.txt from your SAP directory (usually C: \ Users [user] \ Documents \ SAP \ SAP GUI).

file name

In the fields CSV Data Separator and CSV Escape Character, you can specify delimiter and escape characters used in your file.

csv settings

Last, but not least, you can specify the treatment of duplicate values in the field Check Duplicates.

double values

After the backend configuration, the web application can be used as a frontend. Users can specify the desired variables in the web application and select the file to be uploaded. The upload starts after pressing the Upload button.

file upload preview

A file preview appears. If the user is pleased with the result, he can save the data via Save. The Undo button discards the changes.

BI-IP File Upload

The data is saved and available in all applications. For the user, it really looks very simple.

List output

It only gets problematic when errors occur during the upload. Although it is indicated, which type of error has occurred, it is not clear which features or key figures are actually affected.

error

File Upload with NextTables

In contrast, NextTables provides an overview of the data to be uploaded in advance. You can conveniently filter for errors and warnings in the validation report (for example, if data with the same key already exists). NextTables automatically brings several validation mechanisms and further validation options can be implemented. If necessary, you can adjust individual settings such as separator and thousands characters immediately and reload the file.

Validation results

For common errors, a manual correction is not even necessary. NextTables delivers import corrections out of the box. For example, currency symbols are automatically removed from amount fields. These fixes can be customized and expanded to suit specific tables and fields, making it easier to battle with the interrupted uploads. In addition, the order of characteristics and key figures can be flexible. The user is supported by an Excel template in the appropriate format.

The upload itself is also simplified. You can just copy the file content into the field, insert the file via drag & drop or select it via the search mask. The formatting does not matter, as automatic column recognition is done via the column heading.

Comfortable import interface

So, if you value a smooth upload and want to provide your business department with a simple and freely configurable solution, NextTables might be an alternative for you.

Would you like to learn more about NextTables? Request your personal trial without any obligation and free of charge. If you have any questions, please do not hesitate to contact us.

Learn all about smart data maintenance with NextTables

avatar

Sebastian

Sebastian Uhlig has been consulting companies in various industries on SAP BI solutions at national and international level since 2001 and covers the range from requirements analysis to the implementation of complex solutions. He has experience in leading project teams and is the architect of the product NextTables. He enjoys mountain biking and watching American football games.

Got a question about this blog?
Ask Sebastian

Blog - NextLytics AG 

Welcome to our blog. In this section we regularly report on news and background information on topics such as SAP Business Intelligence (BI), SAP Dashboarding with Lumira Designer or SAP Analytics Cloud, Machine Learning with SAP BW, Data Science and Planning with SAP Business Planning and Consolidation (BPC), SAP Integrated Planning (IP) and SAC Planning and much more.

Subscribe to our newsletter

Related Posts

Recent Posts