can we add fields to SAP Standard tables. ?
Do SAP tables have indexes. ?
Answer Posted / m.mahendra reddy
Yes . we Can add fields to Standard SAP tables by following
ways a) Appending structures 2) Customizing Includes.
Yes. SAP Tables have Indexes. Primary indexes r
automatically created when table is activared.
| Is This Answer Correct ? | 36 Yes | 1 No |
Post New Answer View All Answers
What is the difference between field-group header and other field groups?
can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list
what is the difference between Blocked ALV and interactive ALV?
Differentiate between the uline and write: sy-uline statements if any?
What are the data types of internal tables?
What are null values? : abap data dictionary
What is Transactional based Application & Role based Application?
What are the types of the software component being deployed in the sap?
What are the two different ways of building a match code object? : abap data dictionary
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
what is a text table ?
What is update task
Write syntax for message error (report)?
What are the client dependant objects in abap / sap?