What are reference fields in data dictionary ? how do u
assign them to a table field?
Answer Posted / kiran kumar v
If you are using a field having a properties of std field,
then you can refer to the existing field. Ex. U are the
defining a field having the properties of Currancy then you
can refer to the std field curr.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Difference between select option and ranges ?
What are null values? : abap data dictionary
What functions does a data dictionary perform ?
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.
What is locking ?
From Excel to ABAP - Is batch mode possible ?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
In which table the material master data is stored?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the differences between macro and subroutine?
What is database utility?
Why do we use events and actions in web dynpro?
What are indexes? : sap abap data dictionary
function modules are also external subroutines. State true or false. : abap modularization
What are the different methods of passing data? : abap modularization