Answer Posted / anuraj singh rana
bdc data is having 5 field.
You can these information about any field by
just clicking the particular field
then Pressing F1 and after that clicking 'Techincal propery'
program name : name of the program.
dynpro: dyn = screen , pro = number.
every screen in sap having a specific dynpro.
dynbegin: 'X' shows the new screen
fname: name of the specific field in the screen
every field is having different field name
fval: value assigned to the field name .
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the types of search helps? : sap abap data dictionary
Which FM do you use to find out who is reporting to whom
How do you find out whether a file exits on the presentation server?
What is table pool?
How can we upload a text file having delimiters in to legacy system?
What are the 3 types of function modules in sap?
What is a database view? : abap data dictionary
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
How many secondary indexes can we create in a table?
What does the extract statement do in extract datasets? : abap modularization
what is mean be On Change of in Control Break statement
What are the differences between sap memory and abap memory?
What do you understand by work area and internal tables in abap? Why do we use it?
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
In select-options, how to get the default values as current month first date and last date by default?