Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

enhancement in std table

Former Member
0 Likes
971

Hi all,

I have few questions regarding the standard objects?. Could u pls answer the below questions?.

I have a scenario in which i need to include one custom field into T352R table. How can i achieve this?.

How can we assign notifications to revisions using transaction WPS1. What is CI_QMEL and what is DOKNR field?. How to check the document type in CI_QMEL?.

Thanks,

Shanthi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
895

>

> Hi all,

> I have a scenario in which i need to include one custom field into T352R table. How can i achieve this?.

U can use APPEND STRUCTURE

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm

Also check the response given by vijay babu dudla at the end in this thread it will answer ur question abt adding custom field

6 REPLIES 6
Read only

Former Member
0 Likes
896

>

> Hi all,

> I have a scenario in which i need to include one custom field into T352R table. How can i achieve this?.

U can use APPEND STRUCTURE

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm

Also check the response given by vijay babu dudla at the end in this thread it will answer ur question abt adding custom field

Read only

Former Member
0 Likes
895

HI Shanti,

you can add the field to the standard table only by the Append Structure . (i.e:F5 inside to the table)

steps:1.create your strucutre with yor required fields

2. Append this structure to that table.

solves problem

Thanks!!

Read only

Former Member
0 Likes
895

Hi Shanthi,

check the link to add custom field by APPEND STRUCTURE

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/content.htm

Regards,

Anirban

Read only

Former Member
0 Likes
895

u can add fields to any table using Append Structure button .Create a structure using that and the needed fields..

CI_QMEL is a customer include provided by SAP which you can find in table QMEL.The custom fields can be added to QMEL using this.

DOKNR is document number used to identify documents like test documents ,quality manual etc...

Read only

Former Member
0 Likes
895

Hi ,

You can add fields to the standard table using Append structure.

Append structures are used for enhancements that are not included in the standard. This includes special developments, country versions and adding customer fields to any tables or structures.

An append structure is a structure that is assigned to exactly one table or structure. There can be more than one append structure for a table or structure.

Customizing Includes:

Specified parts of a structure or table are already reserved for enhancements. The customer then creates the appropriate includes.

A Customizing include is a structure that satisfies a special naming convention. The name of a Customizing include begins with u2018CI_u2019 and the include is in the customer namespace

CI_QMEL is a customizing include.

Regards,

Radhika.

Read only

Former Member
0 Likes
895

Thanks