‎2007 Apr 13 8:09 PM
hi...
how i can add my own fields to standard tables.I have appended my field into table vekp.
but i am not able to see the field names when i am executing to see the contents of the table..
also help me to know how i can use the fields of the appended structure into table control with wizard.
‎2007 Apr 14 6:01 AM
Hi ..
this is possible with append structures
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebbc446011d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebd6446011d189700000e8322d00/frameset.htm
Reward points if useful...
Suresh......
‎2007 Apr 17 6:25 AM
Hi,
It is not recommended to modify standard SAP tables.However, if the situation demands, then you can use BADIs (Business Ad Ins), which help you to modify the SAP Standard.
Kindly go through the following link:-
http://help.sap.com/saphelp_erp2005vp/helpdata/en/c3/4099ac8b8911d396b70004ac96334b/frameset.htm
Thanks and regards,
Prerna
‎2007 Apr 17 9:53 AM
Hi Manu,
You can add a field to a standard table by adding a custom append structure to the existing table, then add a field in the custom namespace (fieldname begins with 'ZZ'). This way you don't modify the actual table, but instead the append structure only.
Regards,
Sekhar.
‎2007 Apr 18 6:28 AM
Hi,,
go to se11 and enter the name of the standard table you want to add structure to.
There's a button at extreme right about append structure. There you can add any structure of your choice.
‎2007 Apr 18 10:20 AM
hi, if you have "long" table which have many fields SE16 does not show all fields even if uou double clik row. There is button "next screen" and pushing it brings rest of fields to screen.
‎2007 Apr 19 4:58 AM
Hi,
You can append the structure of your choice in the SAP supplied tables. For the append structure you can append upto 9 structures and cannot delete the structures.
To append the structure you need to do the following
1. click the <b>GOTO</b> menu in the menu bar.
2. Click the <b>Append Structure</b> or Press <b>F5</b>.
3. Click the proposed structure name or you can add your own structure.
4. In the new structure create the fields with customer notation i.e. ZZ or YY.
Thanks,
Samantak
SAP ABAP.
Please rewards points if useful.