what is difference between include structure and append
structure?
Answer Posted / test
In include structure the structure which is included can be
reused to other structures. But append structure cannot be
reused.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to convert the Unit for 'Distance' (The value from one Unit to another).
How many types of size categories and data classes are there? : abap data dictionary
What is step-loop? Explain all the steps?
Explain the difference between open_form and close_form?
How will you define org structure in MM?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How did you test the form you developed? How did you taken print?
how to see the table output?
What are the Synchronous and asynchronous methods in bdc ?
What are secondary indexes. How can we know which index is being used in a select query?
How to add a column to a table control while using alphanumerical layout editor ?
How to call other programs?
Explain the disadvantage of using exec sql statement in abap?
What are internal tables? How do you get the number of lines in an internal table?