OLD Release Strategy – Deletion
| Deleting Old Release Strategy from the system |
| hi
U need to follow following sequence while deleteing release strategy proceed as follows: 1. Delete the release strategies 2. Delete the release indicators 3. Delete the release codes 4. Delete the release group 5. Delete the class (Transaction CL02), provided a new one was created for the new release strategies. Then use Transaction SE16 to check if the entries in the tables T16FK, T16FV, T16FS, T16FC and T16FG, are deleted there may be entries from previous Customizing (take help from basis for this Manually delete entries from table using %sap_edit Tcode after open the table with SE16N.) If u have deleted in wrong sequence then reconfigure Release strategy and delete in above sequence |
| Deleting Old Release Strategy from the system Pos |
| If you are on ECC 5.0 or above then
Use SE16N. Enter the table T16FS. Before executing type "&sap_edit" in the command window. The message "SAP editing function is activated" will appear. Execute (F8). The table will open as EDITABLE. Select any line you want to delete and delete it. |
| Deleting Old Release Strategy from the system Posted: Aug 13, 2008 7:33 AM |
| Hi
Goto Transaction CL24N , Check for the Relase Class all the Strategy’s Present, if you can find the RS Which you think is deleted , Deactivate the Same By removing the Charcateristic values. You can try to maintain this Table Directly VV_T16FS_2 -Release Strategies: External Purchasing Documents using SM30 T16FS is the Main table where all the Relase Strategies are stored. got SE16N & check if the deleted RS exits or not. Thanks & Regards |
| Deleting Old Release Strategy from the system Posted: Aug 13, 2008 4:39 AM |
| Hi
proceed as follows: 1. Delete the release strategies 2. Delete the release indicators 3. Delete the release codes 4. Delete the release group 5. Delete the class (Transaction CL02), provided a new one was created for the new release strategies. Then use Transaction SE16 to check if the entries in the tables T16FK, T16FV, T16FS, T16FC and T16FG, are deleted there may be entries from previous Customizing (take help from basis for this Manually delete entries from table using %sap_edit Tcode after open the table with SE16N.) You should also read Note 350703. OR Instead of deleting just deactivate the older Rel str by removing the Charactertistics values in the classification tab of the Release strategy Because if you delete the older Release strategy then this will create the inconsistencies in the Older Purchasing documents which is already affected by this release strategy. So inorder to discontinue the older release strategy you just deactivate that by removing characterstics values. In future you will not find this release strategy in any of your newly created Purchasing documents. Thanks & Regards, |
Vendor Email
TABLES.
ADR6 = ADDRESS NUMBER
LFA1 = VENDOR
WYT3 = PARTNER FUNCTION TABLE
select adr6-addrnumber (email)
from table adr6 join table lfa1 with key adr6-addrnumber = lfa1-adrnr
ABAP Version :
data : lv_email like adr6-addrnumber.
select addrnumber into lv_email
from adr6 as a inner join kna1 as b on a~addrnumber = b~adrnr.
leave a comment