‎2009 Jan 17 6:57 AM
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
‎2009 Jan 17 7:02 AM
>
> 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
‎2009 Jan 17 7:02 AM
>
> 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
‎2009 Jan 17 7:02 AM
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!!
‎2009 Jan 17 7:03 AM
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
‎2009 Jan 17 7:11 AM
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...
‎2009 Jan 19 7:00 AM
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.
‎2009 Feb 01 1:05 PM