SAPBW@TW
Wednesday, August 23, 2006
Thursday, August 10, 2006
[BW] Delete data in transfer rule start routine
data: itab type TRANSFER_STRUCTURE occurs 0 with header line.
itab[] = datapak[].
delete itab where matnr = 'xxxxxxxx'.
clear: datapak, datapak[].
datapak[] = itab[].
ABORT = 0.
Tuesday, August 08, 2006
[BW] BW-OLTP-APCO: How do I transport it? ( transport datasource Transfer Application Component Hierarchy in OLTP )
Symptom
An application component hierarchy in the OLTP source system was changed however it was not written to a transport request.
Other terms
APCO, RSA8, application components, application component hierarchy
Solution
Create a transport request in the OLTP System and manually insert the following transport object:
R3TR DSAA APCO
As a result, the active version of the application component hierarchy is transported. The active version is the one you call from transaction RSA8 or from the IMG (transaction SBIW) -> 'Postprocessing DataSources'-> 'Changing application component hierarchy'.
If you want to transport the inactive version (version "D"), the transport object is:
R3TR DSAD APCO
Note:
- You must change the name APCO accordingly when you use a application component hierarchy with a different name.
- Only the entire application component hierarchy can be transported, not individual nodes.
- As of Plug-in 2002.1, refer to note 534894.
Change object transport package:
SM30 - maintain TADIR