BDC Data which format?
Answers were Sorted based on User's Feedback
Answer / bandivenkateswarlu
BDC data is charcter format. it has five fields.
program : name of the module pool program
dynpro: screen number
dynbegin : in indicates for the new sreen
fnam : name of the fields
fval: the values are assinged with the fields.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
It is structure having the fields
program ,dynepro,dynebegin ,fnam,fval .It is character
format.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mariajoe
BDC Data is in BDCDATA structure format which has
Program,Dynpro,Dynbegin,Fname,Fval.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / saurabh
BDCDATA STRUCTURE represents the predefined ABAP dictionary structure of internal table.
this structure consists of five fields.
fields Type length Short text
Program CHAR 8 BDC MODULE POOL
DYNPRO NUMC 4 BDC SCREEN NO
DYNBEGIN CHAR 1 BDC START SCREEN
FNAM CHAR 35 BDC FIELD NAME
FVAL CHAR 80 BDC FIELD VALUE
Is This Answer Correct ? | 1 Yes | 0 No |
Identify the valid statement when coding a field exit (a) SUBMIT RSCA101X. (b) MESSAGE E101. (c) MESSAGE I101. (d) BREAK-POINT.
What are reference fields in data dictionary ? how do u assign them to a table field?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is meant by authorization? Did you ever work on it? : sap abap hr
What is a collect statement?
What is erp? : sap abap hr
how can we enable hyperlink in screen painter?
what is Transport Request? why it is needed for us?
What does the ‘suppress dialog’ do?
in ALV reports how double click event works?
Why is bdc _cursor and GET_Cursor used?
how to modify a a paritcular field value of BDC table ? suppose im filling company code in of of the screens.Now i want to use the same BDC table with just compant code different.