Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Context:

This page is to provide tips and best practices regarding BW development. 

Reload & Load on WBP

Full reload or full repairs 

...

Following the issues about full reload on datasource DTS_ZWPMR01100 Extractor historical list status order and operations done Monday, 1st October 2018.

Please, any new full or full repair should be tested on WBQ before + if it is a very imprortant reload a roll-out plan shoud be done and approved by BW team + reporting leader. 


Below the link of roll-out plan template :

Embedded Google Drive File
docid1ke-98BrblA6C0MRrOfgPCVkIwpd_-U-YOXhqFpEH-go

 


On WBQ, it is not a real pre-prod environnement but we can do some reload with split by company code or plant + period and to have an idea of the volume of the data for production.

 

Abap development

Don't used the break-point but debug mode

 

To stop the filling of the log and improve the reduction of technical internal table please, stop to use break-point. on your abap code (only on WBD but after the move on WBQ you have to delete it)

Today lot of 

Image Removed

 

Image Removed

 

Used Expert mode on the DTP + add break point on the routine

Image Removed

 

to add a routine

Image Removed

 

Seach the string which want to add a break.

 

 LOOP AT RESULT_PACKAGE ASSIGNING <result_fields>.

 

Image Removed

 

Clique on Image Removed on internal break button + Image Removed active and after you can used the DTP and expert mode.