what are the fields in BDC Data?
Answers were Sorted based on User's Feedback
Answer / sridhar kasthuri
BDCDATA tables name
PROGRAM----------> Prgram name
DYNPRO-----------> Screen no
DYNBEGIN---------> Start of screen
FNAM-------------> Field name
FVAL-------------> Field value
total 5 fields.
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / rsiva_ram@rediffmail.com
BDC Data is a structure with 5 fields.
1.program char holds program name responsible for the scrn
2.Dynpro numc screen number
3.DYnBegin char 'x' indicates start of the screen.
4.Fnam char Field name
5.Fval char(80) Field value
Is This Answer Correct ? | 12 Yes | 1 No |
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 |
Answer / venkateswarlu.bandi
the fields of the bdc program is given below.
program :name of the module pool programm.
dynpro :screen number
dynbegin:it indicates for the new screen
fnam :name of the fields in database
fval :fields values are assinged with the fields
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / siva
go to the se11 and type the bdc data you will get all the
fields available in that structer.
Is This Answer Correct ? | 6 Yes | 0 No |
What does an extract statement do in the ABAP program?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What are the payroll related infotypes? : abap hr
Specify the types of data dictionary objects.
What is the full form of spro? : sap abap hr
How to test a script?how to find versions in scripts?
What is the testing tool in ale........
which of the following is more efficient when we are retrieving data from more tables. select statement using innerjoins or select statement using for all entries?
If BDC is developed in Development system with no data , where do we do the recording?
how should post data from my internal table to flat file manually in bdc .please explain step by step
does select single *.. / select * .. affect performance ? how?
what is the difference between view and join