SAP ABAP IMG Activity WKA_002 (Extend Database Table for Invoice Line Items)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   FI-LOC (Application Component) Localization
     ID-FI-NL (Package) Country-specific development Netherlands
IMG Activity
ID WKA_002 Extend Database Table for Invoice Line Items  
Transaction Code S_AC0_52000828   (empty) 
Created on 20050404    
Customizing Attributes WKA   Chain Liability: Netherlands 
Customizing Activity WKA_002   Extend Database Table for Invoice Line Items 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name WKA_002    

Use

In this activity, you append the chain liability-specific fields to the database tables RSEG and RBVS and to the structures ACSPLT and ACCVS. In addition, you append the chain-liability specific fields to the structure DRSEG_CI. This dictionary object contains the customer include CI_DRSEG_CUST. You also have to add the chain liability-specific fields to this customer include.

Requirements

Standard settings

Activities

  1. Enter transaction SE11 for the table RSEG in change mode. Choose Goto -> Append Structure to add an append structure ZRSEG_WKA to the table. Add the following include to the table RSEG, to obtain the chain liability-specific field with the following attributes:

Component    RType    Component Type

.INCLUDE    ' '    RSEG_WKA

You then have to activate the structure ZRSEG_WKA and the table RSEG.

Or

Enter transaction SE11 for the table RSEG in change mode. Add the chain liability-specific fields in the following order with the following attributes:

Field    Key    Init.    Data Element

ENH_DATE1    ' '     ' '    WKA_DATE1

ENH_DATE2    ' '     ' '    WKA_DATE2

ENH_CHAR1    ' '     ' '    WKA_DESCR

ENH_CHAR2    ' '     ' '    WKA_DESPL

ENH_PERCENT    ' '     ' '    WKA_PERCENT

ENH_NUMC1    ' '     ' '    WKA_HOURS

You then have to activate the table RSEG.

  1. Enter transaction SE11 for the structure CI_DRSEG_CUST in create mode. Add the chain liability-specific fields in the following order with the following attributes:

Field    Key     Init.     Data Element

ENH_DATE1     ' '     ' '     WKA_DATE1

ENH_DATE2     ' '     ' '     WKA_DATE2

ENH_CHAR1     ' '     ' '     WKA_DESCR

ENH_CHAR2     ' '     ' '     WKA_DESPL

ENH_PERCENT     ' '     ' '     WKA_PERCENT

ENH_NUMC1     ' '     ' '     WKA_HOURS

You then have to activate the customer include CI_DRSEG_CUST.

  1. Enter transaction SE11 for the table RBVS in change mode. Choose Goto -> Append Structure to add an append structure ZRBVS_WKA to the table. Add the following include to the database table RBVS, to obtain the chain liability-specific field with the following attributes:

Component    RType    Component Type

.INCLUDE    ' '    RBVS_WKA

You then have to activate the structure ZRBVS_WKA and the table RBVS.

Or

Enter transaction SE11 for the table RBVS in change mode. Add the chain liability-specific field BVTYP to the database table RBVS with the following attributes:

Field    Key    Init.    Data Element

BVTYP    ' '     ' '    BVTYP

You then have to activate the table RBVS.

  1. Enter transaction SE11 for the structure ACCVS in change mode. Choose Goto -> Append Structure to add an append structure ZACCVS_WKA to the table. Add the following include to the structure ACCVS, to obtain the chain liability-specific field with the following attributes:

Component    RType    Component Type

.INCLUDE    ' '     ACCVS_WKA

You then have to activate the structure ZACCVS_WKA and the structure ACCVS.

Or

Add the chain liability-specific field BVTYP to the structure ACCVS with the following attributes:

Field    Key    Init.    Data Element

BVTYP    ' '     ' '    BVTYP

You then have to activate the structure ACCVS.

  1. Enter transaction SE11 for the structure ACSPLT in change mode. Choose Goto -> Append Structure to add an append structure ZACSPLT_WKA to the table. Add the following include to the structure ACSPLT, to obtain the chain liability-specific field with the following attributes:

Component    RType    Component Type

.INCLUDE    ' '    ACSPLT_WKA

You then have to activate the structure ZACSPLT_WKA and the structure ACSPLT.

Or

Add the chain liability-specific field BVTYP to the structure ACSPLT with the following attributes:

Field    Key    Init.    Data Element

BVTYP    ' '    ' '    BVTYP

You then have to activate the structure ACSPLT.

Note

If you are currently using the WKA functionality and upgrading from release ECC500 to ECC600, check if the following appends already exist in the Data Dictionary (DDIC) tables and structures as mentioned below:

  • Check if ZRSEG_WKA is appended to table RSEG (ZRSEG_WKA append structure contains the include RSEG_WKA). If the chain liability-specific fields contain this append, then there is no need to carry out step 1 as mentioned in the Activities section.
  • Check if ZRBVS_WKA is appended to table RBVS (ZRBVS_WKA append structure contains the include RBVS_WKA). If the chain liability-specific fields contain this append, then there is no need to carry out step 3 as mentioned in the Activities section.
  • Check if ZACCVS_WKA is appended to structure ACCVS (ZACCVS_WKA append structure contains the include ACCVS_WKA). If the chain liability-specific fields contain this append, then there is no need to carry out step 4 as mentioned in the Activities section.
  • Check if ZACSPLT_WKA is appended to structure ACSPLT (ZACSPLT_WKA append structure contains the include ACSPLT_WKA). If the chain liability-specific fields contain this append, then there is no need to carry out step 5 as mentioned in the Activities section.

See also

See SAP Note 1487402 for the support package information on the delivery of the above mentioned structures.

Business Attributes
ASAP Roadmap ID 207   Establish Reporting 
Mandatory / Optional 1   Mandatory activity 
Critical / Non-Critical 1   Critical 
Country-Dependency I   Valid for countries specified 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
DWBDUMMY D - Dummy object SE11  
History
Last changed by/on SAP  20050427 
SAP Release Created in 600