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 |
9. How do u suppress blank space in sap script.
What is t.code for script styles?
Differentiate between sapscript and smartform.
What are Change Pointers ?
How does check, continue and exit commands work in loop and end Loop.
What is the difference between the sapscript texts, 'customer &kna1-kunnr&' and '&customer kna1-kunnr&'?
I want to take the back up of my script layout into my hard disk to be loaded later. What should I do?
What are the modules in FI that you have worked on ?
How will you copy a Sapscript from one client to another client & from login language to org language ?
Are labels possible in Smartforms ?
How to insert symbols in smart form?
what is MANUE field in NAST table? what is its purpose? what for it is used in SAPScript? How can we use that field in our own driver program? & Where Standard Driver programs reside? what is the tcode & path for finding the standard driver programs?