1.What are the methods to modify sap standard tables.
Answers were Sorted based on User's Feedback
Answer / ss
You cann't modify the existing standard sap tables but you
can add extra fields to the standard sap tables by using
1. Append Structure
2. Includes
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / .
NOTE:
.append -- structure will restrict for specifc table
.include--structure can reuse
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kk
.Include is used to add custom structure to transparent table
&
.Append is used to add fields to the end of custom or ztable.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / raj
see mr.kishore we can also modify the standard sap table by
using TC-SE16N->&SAP_EDIT....
by using this tc we can modify.
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / kishore
you can't modify the standard tables but can add extra fields to the standard sap tables by using.
1.Append structure
2.ci include
Append will add at the end of the table.
ci include will add when sap as included the ci field in that otherwise we cant include the fields in sap...
Is This Answer Correct ? | 0 Yes | 5 No |
Difference between ABAB Memory and SAP Memory ?
I have created a form with my own driver program,but, when im executing the driver program it is giving "form is not in original language EN & has no errors" How can i correct it?
What are problem you faced in script?
Can we write code(Select Queries) in SAP-Script? Not to use Driver Program.
how to get total price in sapscript form?
wat happens when a smartform is activated?
When we should use ABAP Memory and SAP Memory ?
How can I display barcodes in sapscripts?
What is the difference between EHP 4.0 and ECC 6.0 .Is there any different settings to be done in the system for functional modules?I have done ECC 6.0 version. Please tell me the answer of the question as soon as possible?
How can I trigger new page in sapscripts?
What is difference between window & a page window?
How will you display top 5 records form an internal table ?